-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
82 lines (75 loc) · 4.73 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alwin Moo | RESUME</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
</head>
<body class="bg-light">
<nav class="navbar navbar-light bg-light navbar-expand-md sticky-top">
<i class="fas fa-layer-group navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"></i>
<div class="collapse navbar-collapse pl-5" id="collapsibleNavbar">
<ul class="ml-auto pl-sm-5 navbar-nav font-weight-bold">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-link dropdown-hover">Projects
<div class="dropdown-menu">
<a class="dropdown-item" href="nyp-going.html">VR - NYP driving sim</a>
<a class="dropdown-item" href="skillshot.html">AR - Skill-shot</a>
<a class="dropdown-item" href="SIDM-Escape.html">VR - SIDM Escape</a>
<a class="dropdown-item" href="CS-fog-of-war.html">SP4 - CS: Fog of War</a>
<!-- <a class="dropdown-item" href="">Machine Learning</a> -->
</div>
</li>
<li class="nav-link dropdown-hover"><a href="gallery.html">Gallery</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="client-work.html">Client Work</a>
<a class="dropdown-item" href="personal-work.html">Personal Work</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="resume.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="HGJ2020/index.html">Heritage Game Jam 2020</a>
</li>
</ul>
<a class="ml-auto mx-2" href="https://instagram.com/_youtiao" target="_blank"><i class=" fab fa-instagram"></i></a>
<a class="mx-2" href="https://linkedin.com/in/alwin-moo" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="mx-2" href="https://github.com/AlwinMoo" target="_blank"><i class="fab fa-github"></i></a>
</div>
</nav>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="display-4 font-weight-bold text-body py-4">Resume and cover letter</div>
</div>
<div class="row justify-content-center">
<!-- <div class="col-sm-5 mx-2 px-4 py-4 w-sm-50 h-75"> -->
<div class="col-md-2">
<h1 class="text-fancy-blue">Resume</h1>
</div>
<div class="col-md-4">
<p>Downloadable PDF of my resume, for any further inquiries, you may contact me from the contact webpage or my email provided.</p>
<a href="https://github.com/AlwinMoo/alwinmoo.github.io/raw/master/downloadables/AlwinMoo_Resume.pdf" class="btn btn-warning">Download</a>
</div>
<!-- </div> -->
</div>
<div class="row justify-content-center py-5">
<!-- <div class="col-sm-5 mx-2 px-4 py-4 w-sm-50 h-75"> -->
<div class="col-md-2">
<h1 class="text-fancy-blue">Cover letter</h1>
</div>
<div class="col-md-4">
<p>Downloadable PDF of my cover letter, for any further inquiries, you may contact me from the contact webpage or my email provided.</p>
<a href="https://github.com/AlwinMoo/alwinmoo.github.io/raw/master/downloadables/AlwinMoo_CoverLetter(Generic).pdf" class="btn btn-warning">Download</a>
</div>
<!-- </div> -->
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="js/tether.min.js"></script>
<script src="js/bootstrap.js"></script>
</body>