-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.jade
executable file
·69 lines (48 loc) · 1.79 KB
/
index.jade
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
doctype html
html(lang="en")
head
meta(charset="utf-8")
title Toby's Portfolio
meta(name="description", content="")
meta(name="author", content="Toby Fee")
meta(name="viewport", content="width=device-width, initial-scale=1")
link(rel="stylesheet", href="css/style.css")
link(rel="icon", type="image/png", href="images/favicon.png")
body
header.painting-box
.background-character
.logo
.foreground-character
section.content
article
h1 Yeah I can write a Parallax Scroll
hr
p New Relic gave me a great toolkit for operations and full-stack optimization, but I've got serious skills in Frontend as well.
hr
.large-window
.window-tint
.promo-text Sample Projects
a(href="https://github.com/tobyfee?tab=repositories").window-cta on Github
.clothes-pics
.row.img-row
figure.columns.four
a(href="https://github.com/tobyfee/frequency_compressor")
img(src="/images/moby-dick.jpg")
figcaption File Compressor - <strong>Python</strong>
figure.columns.four
a(href="https://github.com/tobyfee/roguelike")
img(src="/images/roguelike.jpg")
figcaption Roguelike Game - <strong>C#</strong>
figure.columns.four
a(href="https://github.com/tobyfee/PortfolioPage")
img(src="/images/portfolio-page.jpg")
figcaption This Portfolio - <strong>SASS & JQuery</strong>
h1 Get in touch
hr
a(href="https://twitter.com/tobyfee")
p @TobyFee
p 503.268.9376
hr
script(src="/js/jquery-2.1.3.min.js")
script(src="/js/functions.js")