Skip to content

Commit

Permalink
Add back in email newsletter link
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 9, 2014
1 parent ba47485 commit 95881c2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
35 changes: 18 additions & 17 deletions server/documents/index.html.eco
Expand Up @@ -102,6 +102,23 @@ type : 'Semantic'
</div>
</div>
</div>
<div class="ui vertical email stripe segment">
<div class="ui center aligned page grid">
<div class="column">
<h3 class="ui header">
Semantic is growing fast. Want to see just how much? Sign up and we'll let you know
</h3>
<form method="post" action="//semantic-ui.us9.list-manage.com/subscribe/post?u=1bb099283b001a74133a94364&amp;id=1b77a619a7">
<div class="ui huge input">
<input type="text" name="EMAIL" placeholder="E-mail">
</div>
<button type="submit" class="ui huge secondary submit button">
Sign-up
</button>
</form>
</div>
</div>
</div>
<div class="feature alternate ui vertical stripe segment">
<div class="ui three column equal height center aligned divided relaxed stackable page grid">
<div class="column">
Expand Down Expand Up @@ -861,22 +878,6 @@ type : 'Semantic'
</div>
</div>
</div>
<!-- <div class="ui vertical email stripe segment">
<div class="ui center aligned page grid">
<div class="column">
<p>
Semantic is growing fast. Want to see just how much? Sign up and we'll let you know</p>
<form method="post" action="http://www.nogo.com">
<div class="ui huge input" style="margin:0 auto">
<input type="text" placeholder="E-mail">
</div>
<button type="submit" class="ui huge secondary submit button">
Sign-up
</button>
</form>
</div>
</div>
</div> -->
<div class="ui vertical inverted stripe segment">
<div class="ui stackable center aligned very relaxed page grid">
<div class="twelve wide column">
Expand All @@ -901,7 +902,7 @@ type : 'Semantic'
</div>
</div>
</div>
<div class="ui vertical stripe segment">
<div class="ui vertical alternate stripe segment">
<div class="ui stackable center aligned page grid">
<div class="twelve wide column">
<h1 class="ui icon header">
Expand Down
1 change: 1 addition & 0 deletions server/files/stylesheets/home.css
Expand Up @@ -685,6 +685,7 @@
---------------*/

#example.index .email.stripe {
border-top: 1px solid #DDDDDD;
padding: 2em 0em;
}
#example.index .email.stripe p {
Expand Down
8 changes: 6 additions & 2 deletions server/files/stylesheets/semantic.css
Expand Up @@ -154,9 +154,12 @@ a:hover {
Sidebar
---------------*/

#example #menu > :last-child {
padding-bottom: 2em;
}
#example #menu .logo.image {
width: 35px;
margin-right: 0.5em;
margin-right: 1em;
}
#example #menu .item {
position: relative;
Expand Down Expand Up @@ -1499,10 +1502,11 @@ body.progress.animated .ui.progress .bar {
#example .pusher > .page {
display: block;
width: 100%;
height: auto;
}
#example .pusher > .page > .full.height {
display: block;
height: 100%;
height: auto;
}
#example .following.menu {
display: none;
Expand Down

0 comments on commit 95881c2

Please sign in to comment.