Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/src/index.pug

44 lines
1.3 KiB
Plaintext

<!DOCTYPE html>
html(lang="en")
head
meta(name="viewport", content="width=device-width, initial-scale=1.0")
title Tildes Issue Log
link(rel="stylesheet", href="css/common.css")
link(rel="stylesheet", href="css/index.css")
//- TODO: add Roboto Condensed in src/fonts and import from there
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
body
div(id="wrapper")
h1 Tildes Issue Log
section(id="posts")
h1 Posts
article(class="post")
h2: a(href="posts/june-2018.html") June 2018
article(class="post")
h2: a(href="posts/may-2018.html") May 2018
article(class="post")
h2: a(href="posts/template.html") Post Template (for devs/writers)
footer(id="footer")
h3: a(href="index.html") Home
h3: a(href="#") To Top
h3: a(href="https://tildes.net") Tildes
h3 Built with
|
|
a(href="https://pugjs.org") Pug
|
| and
|
a(href="https://sass-lang.com/") Sass
h3 Colors from
|
|
a(href="https://draculatheme.com") Dracula
h3 View the
|
|
a(href="https://gitlab.com/Bauke/tildes-issue-log") source