modified: custom.css
modified: custom2.css modified: index.html
This commit is contained in:
parent
bc2c51eb10
commit
8dda191072
3 changed files with 24 additions and 8 deletions
|
|
@ -6,6 +6,13 @@ a, a:link, a:visited {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.anchor {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -150px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.reasons {
|
||||
background-color: #f8f5f5;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,13 @@ a, a:link, a:visited {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.anchor {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -150px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
color: #888888;
|
||||
}
|
||||
|
|
|
|||
18
index.html
18
index.html
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<body class="remarkbox-body">
|
||||
|
||||
<span id="top"></span>
|
||||
<a id="top" class="anchor"></span>
|
||||
|
||||
<div class="redline"></div>
|
||||
|
||||
|
|
@ -57,6 +57,8 @@
|
|||
<a class="button red" href="#beta" style="margin-right: 40px;">Join</a>
|
||||
</div>
|
||||
|
||||
<a id="free" class="anchor"></a>
|
||||
|
||||
<div class="proposition">
|
||||
<div class="container">
|
||||
|
||||
|
|
@ -65,7 +67,6 @@
|
|||
<h2>Your readers want <span class="avoidwrap">to communicate with you</span></h2>
|
||||
</center>
|
||||
|
||||
<span id="free"></span>
|
||||
<div class="row">
|
||||
<div class="one-half column">
|
||||
|
||||
|
|
@ -134,7 +135,7 @@
|
|||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<span id="learn"></span>
|
||||
<a id="learn" class="anchor"></a>
|
||||
<div class="nav">
|
||||
<div>
|
||||
<a href="http://www.remarkbox.com"><img src="remarkbox-minified.png" class="navlogo" alt="Remarkbox Logo" /></a>
|
||||
|
|
@ -216,7 +217,6 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
<p>
|
||||
https://www.youtube.com/watch?v=Pm8P4oCIY3g
|
||||
-->
|
||||
<span id="plans"></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -224,6 +224,7 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
|
||||
<div class="container row-padding" style="max-width: 960px">
|
||||
|
||||
<a id="plans" class="anchor"></a>
|
||||
<center><h5>Plans and Pricing</h5></center>
|
||||
|
||||
<br/>
|
||||
|
|
@ -318,13 +319,14 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
|
||||
<div class="one-third column"> </div>
|
||||
|
||||
<span id="faq"></span>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
<br><br>
|
||||
<br>
|
||||
|
||||
<a id="faq" class="anchor"></a>
|
||||
|
||||
<center><h5>FAQ</h5></center>
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
@ -351,7 +353,6 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<span id="beta"></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -362,6 +363,7 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
<div class="three columns"> </div>
|
||||
|
||||
<div class="six columns" style="text-align: center;">
|
||||
<a id="beta" class="anchor"></a>
|
||||
<h5>Remarkbox is almost ready!</h5>
|
||||
|
||||
<span class="avoidwrap">Join the list for <b>early access</b> to</span>
|
||||
|
|
@ -385,7 +387,6 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
</form>
|
||||
</div>
|
||||
<!--End mc_embed_signup-->
|
||||
<span id="about"></span>
|
||||
|
||||
Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape</b> Remarkbox!
|
||||
</div>
|
||||
|
|
@ -401,6 +402,7 @@ Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape
|
|||
|
||||
<div class="six columns" style="padding-left: 5%">
|
||||
|
||||
<a id="about" class="anchor"></a>
|
||||
<h5>About Remarkbox</h5>
|
||||
|
||||
<p>
|
||||
|
|
@ -448,7 +450,6 @@ Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape
|
|||
|
||||
|
||||
</div>
|
||||
<span id="remarkbox-demo"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -457,6 +458,7 @@ Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape
|
|||
<div class="container">
|
||||
<div class="row row-padding">
|
||||
|
||||
<a id="remarkbox-demo" class="anchor"></a>
|
||||
<h5>Remarkbox Demo <span style="font-size: .65em; margin-left: 10px;">try it out! </span></h5>
|
||||
|
||||
<!-- Remarkbox - readers want to communicate with you -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue