Browse Source

Add back in email newsletter link

pull/1177/head
jlukic 10 years ago
parent
commit
95881c2f0b
3 changed files with 25 additions and 19 deletions
  1. 35
      server/documents/index.html.eco
  2. 1
      server/files/stylesheets/home.css
  3. 8
      server/files/stylesheets/semantic.css

35
server/documents/index.html.eco

@ -102,6 +102,23 @@ type : 'Semantic'
</div> </div>
</div> </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="feature alternate ui vertical stripe segment">
<div class="ui three column equal height center aligned divided relaxed stackable page grid"> <div class="ui three column equal height center aligned divided relaxed stackable page grid">
<div class="column"> <div class="column">
@ -861,22 +878,6 @@ type : 'Semantic'
</div> </div>
</div> </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 vertical inverted stripe segment">
<div class="ui stackable center aligned very relaxed page grid"> <div class="ui stackable center aligned very relaxed page grid">
<div class="twelve wide column"> <div class="twelve wide column">
@ -901,7 +902,7 @@ type : 'Semantic'
</div> </div>
</div> </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="ui stackable center aligned page grid">
<div class="twelve wide column"> <div class="twelve wide column">
<h1 class="ui icon header"> <h1 class="ui icon header">

1
server/files/stylesheets/home.css

@ -685,6 +685,7 @@
---------------*/ ---------------*/
#example.index .email.stripe { #example.index .email.stripe {
border-top: 1px solid #DDDDDD;
padding: 2em 0em; padding: 2em 0em;
} }
#example.index .email.stripe p { #example.index .email.stripe p {

8
server/files/stylesheets/semantic.css

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

Loading…
Cancel
Save