-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
42 lines (31 loc) · 1.25 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Eden Hernandez - Design</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Eden Hernandez" />
<meta name="description" content="Eden Hernandez - Designer" />
<link href="css/style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<!-- portfoliojs (unified with all dependencies) -->
<script src="js/portfolio.pack.min.js"></script>
<script src="js/scripts.js"></script>
</head>
<body>
<div id="header">
<a href="index.html"><div class="logo-title"><span class="b">edenhernandez</span>design</div></a>
</div>
<div id="content">
<div id="gallery">
<img data-src="images/1.png" />
<img data-src="images/2.png" />
<img data-src="images/3.png" />
<img data-src="images/4.png" />
</div>
</div>
</body>
</html>