-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
142 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.ruby-version | ||
.bundle | ||
.sass-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## 0.0.1 | ||
- Fixing TBG URL issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
!!! | ||
%html | ||
%head | ||
%title Cobblr - Email Footer Cobbling | ||
%link{ :href=>'http://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif:700,400italic,700italic', :rel=>'stylesheet', :type=>'text/css'} | ||
%link{ rel: "stylesheet", type: "text/css", href: "/style.css" } | ||
%body | ||
%header | ||
%h1 | ||
%span Cobblr | ||
|
||
|
||
|
||
%form{:method=>"post", :action=>"/display-tbg_email", :class=>"group"} | ||
%ul | ||
%li.l | ||
%ul | ||
%li | ||
%label{:for=>"full_name"} Full Name | ||
%input{:type=>"text",:id=>"full_name", :name=>"name", :placeholder=>"Full name", :required=>true} | ||
%li | ||
%label{:for=>"job"} Job Title | ||
%input{:type=>"text", :id=>"job", :name=>"job_title", :placeholder=>"Job Title", :required=>true} | ||
%li.r | ||
%ul | ||
%li | ||
%label{:for=>"cta_body"} CTA Body Text | ||
%input{:type=>"text", :id=>"cta_body", :name=>"cta_body", :placeholder=>"Call to action body text", :required=>true} | ||
%li | ||
%label{:for=>"cta_link_text"} CTA Link Text | ||
%input{:type=>"text", :id=>"cta_link_text", :name=>"cta_link_text", :placeholder=>"Call to action link text", :required=>true} | ||
%li | ||
%label{:for=>"cta_link"} CTA Link URL | ||
%input{:type=>"text",:id=>"cta_link", :name=>"cta_link", :placeholder=>"Call to action link", :required=>true} | ||
%li.c | ||
%input{:type=>"submit"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
%font{ :face=>"Arial, Helvetica, Geneva, Sans-Serif", :color=>"#000000", :style=>"font-size: 11px;line-height: 15px;"} | ||
%br | ||
%a{:href=>@companyURL} | ||
%img{:src=>@companyLogo, :width=>20, :height=>26, :style=>"display:block", :border=>"0"} | ||
%font{:style=>"font-size: 13px;"} | ||
%strong{:style=>" padding-bottom: 3px; padding-top: 10px; display: block"}= params[:name] | ||
= params[:job_title] | ||
%font{:color=>@companyColor} | ||
| | ||
= @companyName | ||
%br :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | ||
Phone: | ||
= @companyPhone | ||
%br | ||
Web: | ||
%a{:href=>@companyURL, :style=>"color:#0000ff;"}= @companyWeb | ||
%br | ||
Twitter: | ||
%a{:href=>@companyTwitterURL, :style=>"color:#0000ff;"}= @companyTwitter | ||
%br | ||
Join us on | ||
%a{:href=>@companyLinkedin, :style=>"color:#0000ff;"} LinkedIn | ||
%br :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | ||
%font{:style=>"font-size: 10px;"} | ||
Office address: Unit 2, Bradley House, St Albans Lane, Golders Green, London NW11 7QE | ||
%br | ||
Registered Office: 6 Breams Buildings, London EC4A 1QL. Registered as a company in England and Wales, number: 5486885. VAT Registration Number: 873 0262 33 | ||
%br |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
!!! | ||
%html | ||
%head | ||
%title Cobblr - Email Footer Cobbling | ||
%link{ :href=>'http://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif:700,400italic,700italic', :rel=>'stylesheet', :type=>'text/css'} | ||
%link{ rel: "stylesheet", type: "text/css", href: "/style.css" } | ||
%body | ||
%header | ||
%h1 | ||
%span Cobblr | ||
|
||
|
||
|
||
%form{:method=>"post", :action=>"/display-vxb_email", :class=>"group"} | ||
%ul | ||
%li.l | ||
%ul | ||
%li | ||
%label{:for=>"full_name"} Full Name | ||
%input{:type=>"text",:id=>"full_name", :name=>"name", :placeholder=>"Full name", :required=>true} | ||
%li | ||
%label{:for=>"job"} Job Title | ||
%input{:type=>"text", :id=>"job", :name=>"job_title", :placeholder=>"Job Title", :required=>true} | ||
%li.c | ||
%input{:type=>"submit"} |