-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
88 lines (86 loc) · 4.17 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<link rel="icon" href="img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<!-- build:css css/main.css -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
<!-- endbuild -->
<title>Gino Salayo</title>
</head>
<body>
<nav class="navbar navbar-dark navbar-expand">
<div class="container">
<div class="collapse navbar-collapse" id="Navbar">
<a class="navbar-brand mr-auto" href="/"><span class="fa fa-home fa-2x"></span></a>
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="btn" href="https://linkedin.com/in/ginosalayo" target="_blank"><span class="fa fa-linkedin-square fa-2x icon-white"></span></a></li>
<li class="nav-item"><a class="btn" href="https://github.com/filigino" target="_blank" ><span class="fa fa-github fa-2x icon-white"></span></a></li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron">
<div class="container text-dark">
<div class="row row-content text-center">
<div class="col-12">
<img src="img/headshot.png" class="img-fluid headshot">
</div>
<div class="col-12">
<h1>Gino Salayo</h1>
</div>
<div class="col-12">
<h3>Mechatronics Engineering Graduate<br>from McMaster University</h3>
</div>
</div>
</div>
</header>
<div class="container text-dark">
<div class="row row-content text-center">
<div class="col-12 col-sm">
<h2>
<a href="about" class="text-dark">
About
</a>
</h2>
</div>
<div class="col-12 col-sm">
<h2>
<a href="courses" class="text-dark">
Courses
</a>
</h2>
</div>
<div class="col-12 col-sm">
<h2>
<a href="Resume - Gino Salayo.pdf" target="_blank" class="text-dark">
Resume
</a>
</h2>
</div>
</div>
<div class="row row-content">
<div class="col-12">
<font size=+1>
<p>Hi there! I’m Gino. I recently graduated from McMaster University with a degree in Mechatronics Engineering. I’m excited by new challenges and put 100% effort into everything I do. My latest challenge includes pursuing a career in software development and learning how to apply my technical knowledge in ways that will help others.
<br><br>If you would like to chat, feel free to send me an email at <a href="mailto:[email protected]">[email protected]</a> or connect with me through <a href="https://www.linkedin.com/in/ginosalayo/" target="_blank">LinkedIn</a>.
</p>
</font>
</div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS. -->
<!-- build:js js/main.js -->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
<!-- endbuild -->
</body>
</html>