-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>jordanjlopez</title>
<!-- CSS -->
<link href="css/materialize.min.css" type="text/css" rel="stylesheet"/>
<link href="css/style.css" type="text/css" rel="stylesheet"/>
</head>
<body class="main-body">
<div class="container">
<div class="section no-pad-bot" id="index-banner">
<h1 class="header name center orange-text text-darken-3">Jordan J Lopez</h1>
<div class="center">
<h5 class="header col s6 light">The University of Texas at Austin</h5>
<h6 class="header col s6 light">B.S. Computer Science</h6>
<h6 class="header col s12 light">Class of Fall 2017</h6>
</div>
</div>
<br>
<div class="row">
<a class="col s12 center" href="./JordanJLopez_Resume_Sep2017.pdf" target="_blank">resume</a>
<a class="col s12 center" href="mailto:[email protected]">[email protected]</a>
<a class="col s12 center" href="https://www.github.com/jordanjlopez">github</a>
</div>
</div>
</body>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105825420-1', 'auto');
ga('send', 'pageview');
</script>
</html>