-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
243 lines (212 loc) · 11.6 KB
/
index.html
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115774713-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115774713-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>StevenChang.tech</title>
<meta name="description" content="Personal portfolio for Steven Chang full-stack developer">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,300,400" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" rel="stylesheet" type="text/css">
<link href="css/float.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<script src="vendors/jquery.scrollify.js"></script>
<script src="vendors/typed.min.js"></script>
<script src="index.js"></script>
</head>
<body>
<nav role="navigation" id="top-nav">
<ul class="nav-bar" id="menu">
<li id="link-1"><a href="#home">Home</a></li>
<li id="link-2"><a href="#about">About</a></li>
<li id="link-3"><a href="#projects">Projects</a></li>
<li class="link-4"><a href="#contact">Contact</a></li>
</ul>
</nav>
<header class="divider section" data-section-name="home"
id="home-section" role="banner">
<div class="header-inner">
<h1>Hi, I'm Steven!</h1>
<div class="typing-container">
<h2 id="curly-left">{</h2>
<h2 id="typing-window"><span id="typing-prompt"><span></h2>
<h2 id="curly-right">}</h2>
</div>
<h2 id="home-bottom-title">who builds innovative and simple solutions.</h2>
<div class="contact-header">
<a href="https://www.linkedin.com/in/stevenchangdev/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin contact-icon"></i></a>
<a href="https://github.com/chang-steven/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github-square contact-icon"></i></a>
<a class="link-4" href="#contact">
<i class="fas fa-envelope-square contact-icon"></i></a>
</div>
<div class="arrow bounce">
<i class="fas fa-angle-down"></i>
</div>
</div>
</header>
<main role="main">
<div class="row">
<section id="about-section" data-section-name="about" class="col-12 divider section">
<h2>About Me</h2>
<p><span class="about-logo"><i class="fas fa-wrench"></i></span> I've always been fascinated with building things, understanding how they work and building them better.</p>
<p><span class="about-logo"><i class="fas fa-desktop"></i></span> I write simple and coherent code, building full stack JavaScript applications with experience in MongoDB, Express, React/Redux, and Node.js to name a few.</p>
<p><span class="about-logo"><i class="fas fa-medkit"></i></span> In a previous career I worked as an orthopedic physical therapist for 8 years, focusing on identifying and restoring impairment in individual's movement and function.</p>
<p><span class="about-logo"><i class="fas fa-lightbulb"></i></span> But it was my passion for building and development that changed my career path. One of the things that I love most about coding is the supreme sense of satisfaction that comes with solving a problem or seeing an idea move from imagination to reality on the page.</p>
<p><span class="about-logo"><i class="fas fa-basketball-ball"></i></span> When I'm not writing code, you'll probably find me enjoying the great outdoors. I love exercising, weight-training, every sport with a ball, running, snowboarding, and I'm always looking for a new adventure to try. I'm passionate about people, enjoy playing guitar, learning and talking about life and (of course) sports! </p>
</section>
</div>
<div class="row">
<section class="col-12 divider section" data-section-name="projects">
<div class="project-header-container">
<div class="title-line">
<a href="https://heartstrong.netlify.com/" target="_blank" rel="noopener noreferrer">
<h2 class="project-title">
<div class="project-logo">
<img src="images/logos/heartstrong-logo.png" alt="heartstrong logo">
</div>
HEART<strong>STRONG</strong></h2></a>
<a href="https://github.com/chang-steven/strong-heart-client" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github title-line-github"></i>
</a>
</div>
<div class="project-tags">
<p>| React | Redux | Chart.js | Node.js | Express | MongoDB | Mongoose |</p>
</div>
</div>
<div class="project-content-container">
<div class="project-img">
<a href="https://heartstrong.netlify.com/" target="_blank" rel="noopener noreferrer"><img src="images/heartstrong.jpeg" alt="screenshot of HEARTSTRONG app"></a>
</div>
<div class="project-brief">
<p>HEART<strong>STRONG</strong> is a full stack JavaScript application for tracking personal cardiovascular fitness sessions providing visual analysis of all activity.</p>
<ul class="brief-list">
<li>Client side was built using create-react-app</li>
<li>Utilizes promise middleware for asynchronous AJAX calls</li>
<li>Form state management and validation with Redux Form</li>
<li>API is an express application built with Node.js</li>
<li>Implements RESTful architecture</li>
<li>Mongoose for object modeling for the MongoDB database.</li>
</ul>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-12 divider section" data-section-name="projects-2">
<div class="project-header-container">
<div class="title-line">
<a href="https://munch-minder.herokuapp.com/" target="_blank" rel="noopener noreferrer"><h2 class="project-title">
<div id="munch-minder-logo" class="project-logo">
<img src="images/logos/munchminder-logo.png" alt="munch minder logo">
</div>
Munch Minder</h2></a>
<a href="https://github.com/chang-steven/munch-minder" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github title-line-github"></i>
</a>
</div>
<div class="project-tags">
<p>| Node.js | Express | Mongoose | MongoDB | Passport | bcryptjs | Amazon S3 | </p>
</div>
</div>
<div class="project-content-container">
<div class="project-img">
<a href="https://munch-minder.herokuapp.com/" target="_blank" rel="noopener noreferrer"><img src="images/munchminder.jpeg" alt="screenshot of Munch Minder application"></a>
</div>
<div class="project-brief">
<p>Munch Minder is a full stack JavaScript application for versatile food photo blogging and personal space for sharing your eats with friends.</p>
<ul class="brief-list">
<li>Implements RESTful architecture</li>
<li>Uses Multer-S3 storage engine for Amazon S3 uploads</li>
<li>JWT authentication is session-based and does not persist</li>
<li>jQuery traversal and DOM manipulation</li>
<li>Event listeners trigger asynchronous AJAX calls to API processing CRUD operations</li>
</ul>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-12 divider section" data-section-name="projects-3">
<div class="project-header-container">
<div class="title-line">
<a href="https://chang-steven.github.io/planIt/" target="_blank" rel="noopener noreferrer"><h2 class="project-title">
<div class="project-logo">
<img src="images/logos/planit-logo.png" alt="planit logo">
</div>
planIt</h2></a>
<a href="https://github.com/chang-steven/planit" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github title-line-github"></i>
</a>
</div>
<div class="project-tags">
<p>| Open API use | AJAX calls | jQuery traversal & DOM manipulation |</p>
</div>
</div>
<div class="project-content-container">
<div class="project-img">
<a href="https://chang-steven.github.io/planIt/" target="_blank" rel="noopener noreferrer"><img src="images/planit.jpeg" alt="screenshot of PlanIt application"></a>
</div>
<div class="project-brief">
<p> A single-page weekend planning application that makes simultaneous AJAX calls to multiple open APIs. Simply input the destination you want to go, and a one-click search will display:</p>
<ul class="brief-list">
<li>3-day weather forecast from the Weather Underground API</li>
<li>Estimated drive time and driving distance based on your current geolocation using the Google Distance Matrix API</li>
<li>Interactive windows of the top 10 results for local fun spots and best eats around town based on reviews and check-ins from the FourSquare API</li>
<li>A Google map centered on your desired destination with linked flags for the top food and fun places</li>
</ul>
</div>
</div>
</section>
</div>
</main>
<footer role="content-info" class="footer" data-section-name="contact">
<div id="footer-content">
<h3>Like My Work?</h3>
<div class="linkedin">
<a href="https://www.linkedin.com/in/stevenchangdev/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin contact-icon"></i>
</a>
<div class="username">
<a href="https://www.linkedin.com/in/stevenchangdev/" target="_blank" rel="noopener noreferrer">
<p>Let's Connect</p>
</a>
</div>
</div>
<div class="github">
<a href="https://github.com/chang-steven/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github-square contact-icon"></i>
</a>
<div class="username">
<a href="https://github.com/chang-steven/" target="_blank" rel="noopener noreferrer">
<p>chang-steven</p>
</a>
</div>
</div>
<div class="email">
<a href="mailto:steven.chang.dev@gmail.com">
<i class="fas fa-envelope-square contact-icon"></i>
</a>
<div class="username">
<a href="mailto:steven.chang.dev@gmail.com">
<p>steven.chang.dev@gmail.com</p>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>