-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (186 loc) · 7.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- JQuery CDN -->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<!-- Font Awesome CDN -->
<script src="https://kit.fontawesome.com/b0cd341ce0.js" crossorigin="anonymous"></script>
<!-- favicon link -->
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,700" rel="stylesheet">
<!-- CSS link -->
<link rel="stylesheet" type="text/css" href="css/index.css">
<title>Michael Fan</title>
</head>
<body>
<div id='header-section'>
<div id='header-content-wrapper'>
<div id='header-text'>
<p id='title-subtext'><mark>Hi, I'm</mark></p>
<p id='title-text'><mark>MICHAEL FAN</mark></p>
</div>
</div>
</div>
<div class='nav' data-nosnippet>
<a class='nav-link' href='#about-section'>about</a>
<a class='nav-link' href='#projects-section'>projects</a>
<a class='nav-link' href='#education-section'>education</a>
<a class='nav-link' href='#resume-section'>résumé</a>
</div>
<div id='about-section' class='section'>
<div id='about-content-wrapper'>
<div data-nosnippet>
<h1 class='section-header'>
about
</h1>
</div>
<div id='about-info-wrapper'>
<img class='about-img' src='images/profile2.jpg'>
<p id='about-info'>
Hello. I'm a software developer at <a class='accent-link' href='https://www.expediagroup.com/' target='_blank'>Expedia Group</a>, writing code to take you on your next vacation. I currently specialize in JavaScript, Node, and Java, but I'll learn whatever stack I need to get the job done.
<br/><br/>
I graduated in computer science from the <a class='accent-link' href='https://www.cc.gatech.edu/' target='_blank'>Georgia Institute of Technology</a>. In school, I was an intern with Expedia's homepage team. I also did a software dev co-op with the network automation rockstars at <a class='accent-link' href='https://www.itential.com/' target='_blank'>Itential</a>.
<br /><br />
Outside of corporate, I like exercise, gridiron, and I think I can bake profiteroles as good as your nearest patisserie's.
</p>
</div>
</div>
</div>
<hr>
<div id='projects-section' class='section'>
<div id='projects-content-wrapper'>
<h1 class='section-header'>
projects
</h1>
<div id='projects-grid-wrapper'>
<a href='https://github.com/dscgt/recycling_website' target='_blank'>
<div class='project-link' id='project-link-dsc'>
<div class='overlay'>
<div class='project-text-wrapper'>
<p class='project-title'>GT Green</p>
<p class='project-role'>PROJECT LEAD</p>
<p class='project-description'>apps for GT Recycling, by the Developer Student Club</p>
</div>
</div>
</div>
</a>
<a href='https://corbii-web.web.app/' target='_blank'>
<div class='project-link' id='project-link-corbii'>
<div class='overlay'>
<div class='project-text-wrapper'>
<p class='project-title'>Corbii</p>
<p class='project-role'>CO-FOUNDER, DEVELOPER</p>
<p class='project-description'>learning as smart as you</p>
</div>
</div>
</div>
</a>
<a href='https://devpost.com/software/claire-x0uz64' target='_blank'>
<div class='project-link' id='project-link-claire'>
<div class='overlay'>
<div class='project-text-wrapper'>
<p class='project-title'>Claire</p>
<p class='project-role'>DEVELOPER</p>
<p class='project-description'>love at first write</p>
</div>
</div>
</div>
</a>
<a href='http://isitorange.surge.sh/' target='_blank'>
<div class='project-link' id='project-link-isItOrange'>
<div class='overlay'>
<div class='project-text-wrapper'>
<p class='project-title'>Is It Orange</p>
<p class='project-role'>DEVELOPER</p>
<p class='project-description'>🍊</p> <!-- Code for orange emoji -->
</div>
</div>
</div>
</a>
<a href='https://devpost.com/software/cosai' target='_blank'>
<div class='project-link' id='project-link-cosai'>
<div class='overlay'>
<div class='project-text-wrapper'>
<p class='project-title'>Cosai</p>
<p class='project-role'>DEVELOPER</p>
<p class='project-description'>facial recognition for more efficient retail</p>
</div>
</div>
</div>
</a>
<a href='https://devpost.com/software/leash-gctsd0' target='_blank'>
<div class='project-link' id='project-link-leash'>
<div class='overlay'>
<div class='project-text-wrapper'>
<p class='project-title'>Leash</p>
<p class='project-role'>GRAPHIC DESIGNER</p>
<p class='project-description'>for the ones that get away</p>
</div>
</div>
</div>
</a>
<a href='https://github.com/michaelyfan/ElectricFieldSim-Web' target='_blank'>
<div class='project-link' id='project-link-electricFieldSim'>
<div class='overlay'>
<div class='project-text-wrapper'>
<p class='project-title'>ElectricFieldSim-Web</p>
<p class='project-role'>DEVELOPER</p>
<p class='project-description'>a web version of Orion-F's electric field simulator</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<hr>
<div id='education-section' class='section'>
<div id='education-content-wrapper'>
<h1 class='section-header'>
education
</h1>
<div id='schools-wrapper'>
<div class='school-column' id='gt-column'>
<a href='https://www.cc.gatech.edu/' target='_blank'>
<img src='images/gt.png' alt='Georgia Institute of Technology' class='school-img' />
</a>
<p>B.S. in Computer Science</p>
<p>2017 - 2021</p>
</div>
</div>
</div>
</div>
<hr>
<div id='resume-section' class='section'>
<div id='resume-content-wrapper'>
<h1 class='section-header'>
résumé
</h1>
<div id='resume-frame-wrapper'>
<iframe src="https://drive.google.com/file/d/1wtu-7LvQeH_7XkZ5Js6MZErE9zo67HPw/preview" width="640" height="480"></iframe>
</div>
<p id='resume-alt'><a href="https://drive.google.com/file/d/1wtu-7LvQeH_7XkZ5Js6MZErE9zo67HPw/view" target='_blank'>Download</a></p>
</div>
</div>
<div id='footer'>
<div>
Michael Fan
</div>
<div>
<a href='https://www.linkedin.com/in/michael-fan-a0a0b1143' target='_blank'>
<i class="fab fa-linkedin"></i>
</a>
<a href='https://github.com/michaelyfan' target='_blank'>
<i class="fab fa-github"></i>
</a>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>