modified: finally-a-disqus-alternative.html
modified: index.html modified: minimal-demo.html
This commit is contained in:
parent
57c647259e
commit
68b3a77d98
3 changed files with 21 additions and 17 deletions
|
|
@ -6,21 +6,25 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#D40000">
|
||||
<style>
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #AA0000;
|
||||
margin-right: 20px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
body {font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;}
|
||||
.content {width: 640px;}
|
||||
.content-wrapper {
|
||||
margin-top: 25px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.content {width: 640px;}
|
||||
body {font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #AA0000;
|
||||
margin-right: 20px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
@media screen and (max-width: 700px) {
|
||||
.content {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="remarkbox-body">
|
||||
|
|
@ -34,9 +38,9 @@
|
|||
<div class="navlinks">
|
||||
<a class="navlink" href="https://faq.remarkbox.com">Faq</a>
|
||||
<a class="navlink" href="https://meta.remarkbox.com">Meta</a>
|
||||
<a class="navlink" href="#about">About</a>
|
||||
<a class="navlink" href="https://www.remarkbox.com/#about">About</a>
|
||||
<a class="navlink" href="#remarkbox-demo">Demo</a>
|
||||
<a class="navlink" href="#plans">Plans</a>
|
||||
<a class="navlink" href="https://www.remarkbox.com/#plans">Plans</a>
|
||||
<a class="button" href="https://my.remarkbox.com/setup">Log in</a>
|
||||
<a class="button red" href="https://my.remarkbox.com/setup">Join</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue