-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
56 lines (49 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Antonino Candela | Spartan</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72081324-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--/*Background Image*/ -->
<header>
<a href="index.html" id="logo">
<h1>Antonino Candela</h1>
<h2>Spartan Computer Science Major</h2>
</a>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
</header>
<section>
<div class="content_big">
<div class="heroResume">
<div class="resumeContainer">
<div class="resumeDownloadTitle">
<h1 class="BoldTitle"><a target="_blank" href="https://drive.google.com/open?id=0B8tIsg2rO-R5YVZLaFR6NGN1Nlk">Download My Resume!</a></h1>
</div>
<img class="resumeImage"class="resumeImg" src="img/resume.JPG">
</div>
</div>
</div>
<section>
<script src="http://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>