-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (203 loc) · 7.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<script data-ad-client="ca-pub-4533949735357377" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="UTF-8">
<title>Ryan Van</title>
<!-- bootstrap -->
<link rel="stylesheet" href="assets/stylesheets/bootstrap.css" />
<script src="assets/scripts/bootstrap.js"></script>
<link rel="icon" href="assets/images/cat_icon.ico" />
<link rel="stylesheet" href="assets/stylesheets/main.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="assets/scripts/jquery.js"></script>
</head>
<body>
<nav id="fixed-nav-bar">
<ul>
<li><a class="active link" href=#title>Home</a></li>
<li><a class="link" href=#about id="nav-about">About</a></li>
<li><a class="link" href=#projects>Projects</a></li>
<li><a class="link" href=#hobbies>Hobbies</a></li>
<li><a class="link" href=#contact>Contact</a></li>
</ul>
</nav>
<section id="title" class="page">
<div id="particles-js"></div>
<script src="assets/scripts/particles.js"></script>
<script src="assets/scripts/app.js"></script>
<div class="centered-absolute">
<div class="title-box fill-back">
<h1>Ryan Van</h1>
<h3 class="border-text" id="title-desc">technology is fun!</h3>
</div>
</div>
</section>
<section id="about">
<div class="top-relative">
<h2>about</h2>
</div>
<div class="div-max-width">
<img class="border-img" src="assets/images/profile_pic.jpg" width="200px">
<p class="block-text">Hi! My name is Ryan Van, and I'm a Senior attending UC Berkeley studying computer science.</p>
<p class="block-text">I previously worked at Intel creating scripts to update SSD firmware. I also used Maching Learning to detect graphic driver anomalies. I also worked at Amazon creating IoT labs to introduce customers to AWS Services.</p>
<p class="block-text">I love PC building, keyboard building, and simply just messing around with software and playing around random technologies!</p>
</div>
</section>
<section id="projects">
<div class="top-relative">
<h2>projects</h2>
</div>
<ul class="project-items div-max-width">
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending" src="assets/images/projects/awsiot.png"/>
</div>
<figcaption>
<p>AWS IoT Core, Lambda, SiteWise, ...</p>
</figcaption>
</figure>
<div class="project-title"><a href="https://github.com/ryan-van/AWS-IoT-Device-Simulator-Labs" target="_blank">AWS IoT Labs</a></div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending" src="assets/images/projects/tvshowsdashboard.png"/>
</div>
<figcaption>
<p>React, JavaScript, TMDB, Azure Analytics</p>
</figcaption>
</figure>
<div class="project-title"><a href="https://tv-shows-dashboard.github.io/" target="_blank">TV Shows Dashboard</a></div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending" src="assets/images/projects/survivegame.png"/>
</div>
<figcaption>
<p>Java</p>
</figcaption>
</figure>
<div class="project-title"><a href="https://github.com/ryan-van/SurviveGame" target="_blank">Survive Game</a></div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending"/>
</div>
<figcaption>
<p>Java, AWS Translate</p>
</figcaption>
</figure>
<div class="project-title"><a href="https://github.com/ryan-van/TranslateMe" target="_blank">TranslateMe</a></div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending"/>
</div>
<figcaption>
<p>Python, Pandas</p>
</figcaption>
</figure>
<div class="project-title"><a href="https://github.com/ryan-van/Notetaking-Chatbot" target="_blank">Notetaking Chatbot</a></div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending"/>
</div>
<figcaption>
<p>HTML, CSS, JavaScript</p>
</figcaption>
</figure>
<div class="project-title"><a href="https://github.com/ryan-van/ryan-van.github.io" target="_blank">Website</a></div>
</li>
</ul>
</section>
<section id="hobbies">
<div class="top-relative">
<h2>hobbies</h2>
</div>
<ul class="project-items div-max-width">
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending" src="assets/images/hobbies/origami.jpg"/>
</div>
<figcaption>
<p>Origami Dragon</p>
</figcaption>
</figure>
<div class="project-title">origami</div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending" src="assets/images/hobbies/computers.jpg"/>
</div>
<figcaption>
<p>Ryzen 2700x | 2070</p>
</figcaption>
</figure>
<div class="project-title">computers</div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending" src="assets/images/hobbies/southpaw.jpg"/>
</div>
<figcaption>
<p>Southpaw75 with Zilents v2</p>
</figcaption>
</figure>
<div class="project-title">Mechanical Keyboards</div>
</li>
<li class="project">
<figure>
<div class="view">
<img alt="Picture Pending" src="assets/images/hobbies/nk65.jpg"/>
</div>
<figcaption>
<p>NK65 Entry Edition with Holy Pandas</p>
</figcaption>
</figure>
<div class="project-title">Mechanical Keyboards</div>
</li>
</ul>
</section>
<section id="contact">
<div class="top-relative">
<h2>contact</h2>
</div>
<div class="div-max-width">
<p class="block-text">Feel free to contact me on any of these platforms! ☺ I also started a blog where I showcase my opinions on
<a href="http://randomtechtalkblog.wordpress.com/">random tech</a>!</p>
</div>
<div class="centered-absolute">
<div class = "icon-row">
<div class="icon-container">
<a href="https://github.com/ryan-van">
<img class="icon" src="assets/images/github.png"/>
</a>
<a href="https://github.com/ryan-van" class="overlap">
<img class="icon-hover" src="assets/images/github-hover.png"/>
</a>
</div>
<div class="icon-container">
<a href="https://www.linkedin.com/in/ryan-van">
<img class="icon" src="assets/images/linkedin.png"/>
</a>
<a href="https://www.linkedin.com/in/ryan-van" class="overlap">
<img class="icon-hover" src="assets/images/linkedin-hover.png"/>
</a>
</div>
</div>
</div>
</section>
<script src="assets/scripts/main.js"></script>
</body>
</html>