-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 1.59 KB
/
index.html
File metadata and controls
35 lines (34 loc) · 1.59 KB
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
<html>
<head>
<title>Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Exo+2" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="http://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="script.js"></script>
</head>
<body>
<div class="row footer">
<a href="AboutMe.html" class="blocks"> About Me</a>
<a href="portfolio.html" class="blocks">Portfolio</a>
<a href="contact.html" class="blocks" id="contact">Contact</a>
</div>
<div class="row mid">
<h1>Andres</h1>
<img class="headshot" src="IMG-0259.JPG">
<h1>Huitzil</h1>
</div>
<div class="row aboutme">
<img class ="tmahs" src="https://static1.squarespace.com/static/545a8e16e4b018968b9a0698/t/56b25786746fb971b1607554/1515218993692/Screen+Shot+2015-10-24+at+9.56.42+AM.png?format=1500w">
</div>
<div class="row contact">
<p>Github: <a href="https://github.com/AndresScripted">AndresScripted </a></p>
<p>Twitter:</p>
<p>LinkedIn:</p>
</div>
<div class="row footer">
<p>Copyright © Andres LLC 2018</p>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="portfolio.js"></script>
</body>
</html>