-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.pug
55 lines (47 loc) · 1.49 KB
/
index.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
extends templates/main/site.pug
block head
meta(name="author" content="Richie Sikra")
meta(name="description" content="Project portal for rproj.site")
block main
article
header
h1.index_title Richie's Project Site
p.
Welcome to my project site!
#[br]
#[a(href="/project/devrichie/") about this site]
section
header
h2 Project highlights
p Below are some of my favorite projects
ul.project_list
each project in projects
if project.featured
li
a(href="/project/" + project.slug)=project.title
span=project.shortSnippet
footer
a(href="/projects/") View all projects
=" or the "
a(href="/tools/") tools used to create them
section
header
h2 Where to find me
p Here is a list of the communities I'm a part of:
ul.dotted
li
a(href="https://github.com/nanu2000/") GitHub
li
a(href="https://codepen.io/nanu2000/") CodePen
li
a(href="https://www.youtube.com/channel/UCLhTqg04xF9MtMbZfFTRsYw") YouTube
li
a(href="https://reddit.com/user/_nanu_") Reddit
="(mostly r/gamedev)"
section
header
h3 Send me a message
p.
Questions and comments are always welcome. You can reach me via email
(#[a(href="mailto:[email protected]") [email protected]])
or through any of the sources listed above.