-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (141 loc) · 9.01 KB
/
index.html
File metadata and controls
159 lines (141 loc) · 9.01 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html style="background: #014f86">
<head>
<!-- Google API -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127556846-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127556846-1');
</script>
<!-- Smooth scrolling -->
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll@15/dist/smooth-scroll.polyfills.min.js"></script>
<!-- Metadata -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Josh Ford | Engineer</title>
<meta name="description" content="The personal website of Josh Ford">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<meta property="og:title" content="Josh Ford Personal Webstie"/>
<meta property="og:site_name" content="Josh Ford" />
<meta property="og:description" content="The personal website of Josh Ford
" />
<meta property="og:image" content="images/queenstown.photo/3.jpg" />
<!-- Scripts/Style -->
<link href="css/base.css" type="text/css" rel="stylesheet"/>
<script src="scripts/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="scripts/ical.js" type="text/javascript"></script>
<script src="scripts/ical.timezones.js" type="text/javascript"></script>
<script src="scripts/image-loader.js" type="text/javascript"></script>
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#014f86">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#014f86">
</head>
<body style="background: #014f86" class="content-highlight-style">
<div class="nav-container-offset">
<div class="nav-container-background background-shadow"></div>
<div class="nav-container-background blurred-background"></div>
<div class="nav-container">
<div class="nav-button noselect">☰</div>
<div class="nav-list">
</div>
</div>
</div>
<div class="header-background" style="height: 100%;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" style="position: absolute; left: 0; top: 25%; mix-blend-mode: overlay;">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,0,0);stop-opacity:0.4" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:0" />
</linearGradient>
</defs>
<path fill="url(#grad1)" d="M0,128L48,138.7C96,149,192,171,288,154.7C384,139,480,85,576,101.3C672,117,768,203,864,202.7C960,203,1056,117,1152,117.3C1248,117,1344,203,1392,245.3L1440,288L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" style="position: absolute; left: 0; top: 50%; mix-blend-mode: overlay;">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,0,0);stop-opacity:0.4" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:0" />
</linearGradient>
</defs>
<path fill="url(#grad1)" d="M0,64L48,90.7C96,117,192,171,288,170.7C384,171,480,117,576,106.7C672,96,768,128,864,138.7C960,149,1056,139,1152,112C1248,85,1344,43,1392,21.3L1440,0L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z">
</path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" style="position: absolute; left: 0; top: 40%; mix-blend-mode: soft-light;">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="20%" style="stop-color:rgb(0,0,0);stop-opacity:0.4" />
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0" />
</linearGradient>
</defs>
<path fill="url(#grad1)" d="M0,32L48,48C96,64,192,96,288,96C384,96,480,64,576,64C672,64,768,96,864,117.3C960,139,1056,149,1152,138.7C1248,128,1344,96,1392,80L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z">
</path>
</svg>
<div class="title-container">
<div class="title noselect">Josh Ford</div>
<br>
<div class="subtitle noselect">Engineer</div>
<div class="title-scroll-indicator noselect" onclick="scrollIndicatorClick()">></div>
</div>
</div>
<div class="content-container profile-container">
<div class="image-profile-container">
<div class="image-loader fill-image image-profile" image-src="images/me.photo" image-pos="top"></div>
</div>
</div>
<div class="content-loader" content-src='section/about.json'></div>
<div class="content-title-container">
<div class="content-seperator"></div>
</div>
<div class="content-loader" content-src='section/projects.json'></div>
<div class="content-title-container">
<div class="content-seperator"></div>
</div>
<div class="content-loader" content-src='section/timeline.json'></div>
<div class="content-title-container">
<div class="content-seperator"></div>
</div>
<div class="content-loader" content-src='section/hobbies.json'></div>
<div class="content-title-container">
<div class="content-seperator"></div>
</div>
<div class="content-loader" content-src='section/photos.json'></div>
<div class="content-loader" content-src='section/contact.json'></div>
<div class="footer-background" style="height: 100%;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" style="position: absolute; left: 0; top: 0%; mix-blend-mode: overlay;">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="20%" style="stop-color:rgb(155,155,155);stop-opacity:0.4" />
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0" />
</linearGradient>
</defs>
<path fill="url(#grad1)" d="M0,256L48,218.7C96,181,192,107,288,117.3C384,128,480,224,576,229.3C672,235,768,149,864,144C960,139,1056,213,1152,229.3C1248,245,1344,203,1392,181.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" style="position: absolute; left: 0; top: 20%; mix-blend-mode: soft-light;">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="20%" style="stop-color:rgb(180,180,180);stop-opacity:0.4" />
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0" />
</linearGradient>
</defs>
<path fill="url(#grad1)" d="M0,224L48,234.7C96,245,192,267,288,245.3C384,224,480,160,576,154.7C672,149,768,203,864,229.3C960,256,1056,256,1152,224C1248,192,1344,128,1392,96L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" style="position: absolute; left: 0; top: 45%; mix-blend-mode: overlay;">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="20%" style="stop-color:rgb(155,155,155);stop-opacity:0.4" />
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0" />
</linearGradient>
</defs>
<path fill="url(#grad1)" d="M0,96L48,122.7C96,149,192,203,288,213.3C384,224,480,192,576,160C672,128,768,96,864,106.7C960,117,1056,171,1152,170.7C1248,171,1344,117,1392,90.7L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path>
</svg>
<div class="content-loader" style="position: relative;" content-src='section/resume.json'></div>
</div>
</body>
</html>