-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
60 lines (56 loc) · 2.51 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Portfolio by Augustine Calvino</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="https://acalvino4.github.io/favicon.ico" />
</head>
<body id="about">
<!-- Header -->
<header id="header">
<div class="inner">
<h1>Profile</h1><h1>of a</h1><h1>Purposeful</h1><h1>Programmer</h1>
</div>
</header>
<!-- Main -->
<div id='main'>
<section id='one'>
<a href='index.html'>Home Page</a>
<h3>One of the highest privileges of my life was the opportunity to speak to my entire graduating class as Valedictorian. Sure, I worked hard at college to acheive that honor, but my academic journey and success began long before that.</h3>
<h2>Where it started</h1>
<p></p>
<br>
<br>
<br>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/acalvino4" class="icon fa-github"> <span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/augustine-calvino/" class="icon fa-linkedin"> <span class="label">LinkedIn</span></a></li>
<li><a href="mailto:acalvino4@gmail.com" class="icon fa-envelope-o"> <span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Images: <a href="https://unsplash.com/">Unsplash</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>