-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
238 lines (218 loc) · 11.1 KB
/
index.html
File metadata and controls
238 lines (218 loc) · 11.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Alex Wong - Personal Webpage</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css"
integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<!-- Custom fonts from google-->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128599725-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-128599725-1');
</script>
</head>
<body id="page-top">
<div class="container">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container-fluid" style="padding: 0;">
<a class="navbar-brand" style="padding: 0;margin: 0;" href="#">
<img src="images/Smug_Pepe.png" style="width:2rem">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experiences">Experiences</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div id="home">
<section class="text-white text-center" id="home-canvas" style="min-height:100vh;">
<div class="container">
<h1>ALEX WONG</h1>
<p class="lead">Improvise, Adapt, Overcome</p>
<a target="_blank" href="https://github.com/RarePep8" class="social" id="github">
<i class="fab fa-github"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/alex-wong-556151150/" class="social" id="linkedin">
<i class="fab fa-linkedin"></i>
</a>
<a target="_blank" href="https://www.hackerrank.com/rarepep8" class="social" id="hackerrank">
<i class="fab fa-hackerrank"></i>
</a>
</div>
</section>
</div>
<section id="skills">
<div class="container">
<h2>Skills</h2>
<div class="d-flex justify-content-center flex-wrap">
<div class="p-2 item">
<img class="skills-img" src="vendor/java.svg"></img>
<span class="caption">Java</span>
</div>
<div class="p-2 item">
<img class="skills-img" src="vendor/icons8-python.svg"></img>
<span class="caption">Python</span>
</div>
<div class="p-2 item">
<img class="skills-img" src="vendor/csharp.png"></img>
<span class="caption">C#</span>
</div>
<div class="p-2 item">
<i class="fab fa-html5 fa-5x" style="color:#FF4500;"></i>
<span class="caption">HTML</span>
</div>
<div class="p-2 item">
<i class="fab fa-css3-alt fa-5x" style="color:#1E90FF;"></i>
<span class="caption">CSS</span>
</div>
<div class="p-2 item">
<span class="fa-stack fa-js-size">
<i class="fab fa-js-square fa-stack-2x" style="color:#FFC300"></i>
</span>
<span class="caption">JavaScript</span>
</div>
<div class="p-2 item">
<img class="skills-img" src="vendor/bootstrap.svg"></img>
<span class="caption">Bootstrap</span>
</div>
<div class="p-2 item">
<i class="fab fa-angular fa-5x" style="color:red"></i>
<span class="caption">Angular</span>
</div>
<div class="p-2 item">
<img class="skills-img" src="vendor/express.png"></img>
<span class="caption">Express</span>
</div>
<div class="p-2 item">
<i class="fas fa-database fa-5x"></i>
<span class="caption">RDBMS</span>
</div>
<div class="p-2 item">
<i class="fab fa-node-js fa-5x" style="color:#28BF48;"></i>
<span class="caption">Node.js</span>
</div>
<div class="p-2 item">
<img class="skills-img" src="vendor/git.png"></img>
<span class="caption">Git</span>
</div>
<div class="p-2 item">
<img class="skills-img" src="vendor/greenfoot.png"></img>
<span class="caption">Greenfoot</span>
</div>
<div class="p-2 item">
<img class="skills-img" src="vendor/godot.svg"></img>
<span class="caption">Godot</span>
</div>
</div>
</div>
<div class="container">
<div class="float-right">Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a
href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a
href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0"
target="_blank">CC 3.0 BY</a></div>
</div>
</section>
<section id="projects" class="bg-light">
<div class="container">
<div class="experiences-item d-flex flex-column flex-md-row">
<div class="experiences-content mr-auto">
<div class="experience">
<h3>CodeMangler <a class="btn btn-outline-dark" target="_blank" href="https://github.com/RarePep8/CodeMangler"
role="button">More</a></h3>
<p>A website with pure javascript that generates random re-runnable code blocks with parameter
support</p>
</div>
<div class="experience">
<h3>Pep8Lotto <a class="btn btn-outline-dark" target="_blank" href="https://github.com/RarePep8/pep8lotto"
role="button">More</a></h3>
<p>A full-stack web app where you can open loot crates and collect cool items</p>
</div>
<div class="experience">
<h3>SenpaiBot <a class="btn btn-outline-dark" target="_blank" href="https://github.com/SnoopySnipe/SenpaiBot"
role="button">More</a></h3>
<p>A Discord server bot with video streaming, image fetching, and other features, hosted on my
Raspberry Pi 3</p>
</div>
</div>
</div>
</div>
</section>
<section id="experiences">
<div class="container">
<div class="experiences-item d-flex flex-column flex-md-row">
<div class="experiences-content mr-auto">
<h3>TD Bank Group</h3>
<p>Completed a 4-month work term as a QA/Test Analyst within TD’s Easy Apply channel</p>
<ul>
<li>Tested and retested for hundreds of accessibility, UI, and functional defects</li>
<li>Cooperated with two teams to ensure both projects (ULOAN application & Credit Card RADAR
offers) were defect free before exiting the System Integration Testing phase</li>
<li>Planned and tested for implementation of new features during the development phase for the
Credit Card BAU application to ensure smooth transition into SIT phase</li>
</ul>
</div>
<div class="experiences-date text-md-right">
January 2018 - April 2018
</div>
</div>
<div class="experiences-item d-flex flex-column flex-md-row">
<div class="experiences-content mr-auto">
<h3>SCI Marketview</h3>
<p>Completed a 4-month work term as an Automated Test Developer for the SCI Lease Corp CreditDriver
application</p>
<ul>
<li>Developed automated tests of various levels for SCI’s CreditDriver application to reduce the
overuse of selenium for low-level tests while maintaining proper test coverage</li>
<li>Created C# unit tests, workflow (API) tests, and end-to-end specflow (selenium) tests as an
effort to transition into the agile testing approach</li>
<li>Configured projects/solutions for building and testing on the command line in order to be
used within GoCD pipelines</li>
</ul>
</div>
<div class="experiences-date text-md-right">
September 2018 - December 2018
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
</body>
</html>