-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.85 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.85 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
36
37
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<div id="header">
<h2>sergio sanchez<span id="textcursor">|</span></h2>
<div class="nav">
<span class="links" id="aboutLink"><a href="info.html"><img class="pageImgs" id="aboutImg" src="icons/info.png"></a></span>
<span class="links" id="homeLink"><a href="index.html"><img class="pageImgs" id="homeImg" src="icons/home.png"></a></span>
<span class="links" id="workLink"><a href="work.html"><img class="pageImgs" id="workImg" src="icons/file.png"></a></span>
<br>
</div>
</div>
<div class="content">
<div class="homeContent">
<h1 id="title">Welcome to my website</h1>
<h3 id="subtitle">Click the icons in the navigation bar to see more</h3>
</div>
</div>
<div id="footer">
<a target="_blank" id="icons8Text" href="https://icons8.com">Icon pack by Icons8</a>
<a href="https://github.com/sess" target="_blank"><img class="linkImgs" id="githubLink" src="icons/github_icon.png"></a>
<a target="_blank" href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=serj.sanch@gmail.com&=BODY&tf=1"><img class="linkImgs" id="emailLink" src="icons/email_icon.png"></a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>