diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 46 |
1 files changed, 19 insertions, 27 deletions
diff --git a/docs/index.html b/docs/index.html index 0b3e979..64640d2 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
3 | <html lang="en"> | 2 | <html lang="en"> |
4 | <head> | 3 | <head> |
@@ -12,18 +11,13 @@ | |||
12 | <meta property="og:description" content="a static site {for, by, about} me "> | 11 | <meta property="og:description" content="a static site {for, by, about} me "> |
13 | <meta property="og:url" content="https://nerdypepper.tech"> | 12 | <meta property="og:url" content="https://nerdypepper.tech"> |
14 | <title>n</title> | 13 | <title>n</title> |
15 | |||
16 | |||
17 | <body> | 14 | <body> |
18 | <h1 class="heading">n</h1> | 15 | <h1 class="heading">n</h1> |
19 | <h4 class="date">nerdypepper's μblog</h4> | 16 | <h4 class="date">nerdypepper's μblog</h4> |
20 | 17 | <div class="posts"> | |
21 | 18 | <div class="post"> | |
22 | <div class="posts"> | 19 | <div class="separator"></div> |
23 | <div class="post"> | 20 | <table> |
24 | <div class=separator></div> | ||
25 | <table> | ||
26 | |||
27 | 21 | ||
28 | <tr> | 22 | <tr> |
29 | <td class=table-post> | 23 | <td class=table-post> |
@@ -177,20 +171,18 @@ | |||
177 | <span class=stats-unit>min</span> | 171 | <span class=stats-unit>min</span> |
178 | </td> | 172 | </td> |
179 | </tr> | 173 | </tr> |
180 | 174 | </table> | |
181 | </table> | 175 | <div class="separator"></div> |
182 | <div class=separator></div> | 176 | <div class="footer"> |
183 | <div class=footer> | 177 | <a href="https://github.com/nerdypepper">Github</a> · |
184 | <a href=https://github.com/nerdypepper>Github</a> · | 178 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · |
185 | <a href=https://twitter.com/N3rdyP3pp3r>Twitter</a> · | 179 | <a href="mailto:[email protected]">Mail</a> · |
186 | <a href=mailto:[email protected]>Mail</a> · | 180 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · |
187 | <a href=https://linkedin.com/in/nerdypepper>LinkedIn</a> · | 181 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
188 | <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> | 182 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> |
189 | <img class=footimgs src=https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg> | 183 | </a> |
190 | </a> | 184 | </div> |
191 | </div> | 185 | </div> |
192 | </div> | 186 | </div> |
193 | </div> | ||
194 | </body> | 187 | </body> |
195 | </html> | 188 | </html> |
196 | |||