-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.pug
31 lines (27 loc) · 917 Bytes
/
contact.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
extends templates/main/site.pug
block head
meta(name="author" content="Richie Sikra")
meta(name="description" content="Contact me")
block main
article
header
h1 Where to find me
//p In my opinion, it's important to have an online presence.
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
h2 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.