Skip to content

Commit afc033b

Browse files
committed
#78 tacit latest
1 parent b4d2000 commit afc033b

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

html/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@
3131
<meta name="keywords" content="zerocracy, cryptocurrency"/>
3232
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
3333
<link rel="shortcut icon" href="/images/logo.png"/>
34-
<link href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit-css-1.3.1.min.css" rel="stylesheet"/>
34+
<link href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit-css.min.css" rel="stylesheet"/>
3535
<link href="@@VERSION/css/home.min.css" rel="stylesheet"/>
3636
</head>
3737
<body>
3838
<section>
39+
<header>
3940
<nav>
4041
<ul>
4142
<li>
4243
<a href="/">
43-
<img src="/images/logo.svg" style="width:128px;height:128px;" alt="Zold logo"/>
44+
<img src="images/logo.svg" style="width:128px;height:128px;" alt="Zold logo"/>
4445
</a>
4546
</li>
4647
</ul>
@@ -50,6 +51,8 @@
5051
</li>
5152
</ul>
5253
</nav>
54+
</header>
55+
<article>
5356
<nav>
5457
<ul>
5558
<li>
@@ -122,6 +125,7 @@
122125
</li>
123126
</ul>
124127
</nav>
128+
</article>
125129
<!--
126130
<h2>Is this an ICO?</h2>
127131
<p>
@@ -152,7 +156,8 @@ <h2>Who Is on the Team?</h2>
152156
its postal address is 470, 555 Bryant Str, Palo Alto, 94301.
153157
</p>
154158
-->
155-
<nav style="font-size:0.8em;color:gray">
159+
<footer>
160+
<nav>
156161
<ul>
157162
<li>
158163
&copy; 2018
@@ -162,6 +167,7 @@ <h2>Who Is on the Team?</h2>
162167
</li>
163168
</ul>
164169
</nav>
170+
</footer>
165171
</section>
166172
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-1963507-54"></script>
167173
<script>

sass/home.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ section {
2929
width: 30em;
3030
}
3131

32-
header {
33-
margin-bottom: 6em;
34-
margin-top: 6em;
35-
}
36-
3732
h2 {
3833
font-size: 1.2em;
3934
text-align: center;
4035
}
4136

37+
article {
38+
border: none;
39+
background-color: inherit;
40+
}
41+
4242
footer {
4343
color: $gray;
4444
font-size: .8em;

0 commit comments

Comments
 (0)