forked from CristhGunners/Att
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.95 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
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>cobre | Home</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://file.myfontastic.com/RCHR7rbAhuk35c8fGZrmSo/icons.css">
</head>
<body>
<script src="script.js"></script>
<header class="header">
<nav><a href="/" title="Home" class="on">Home</a><a href="about" title="About Me">About Me</a><a href="/">
<figure><img src="/images/profile.jpg" alt=""></figure></a><a href="/portfolio" title="Portfolio">Portfolio</a><a href="/contact" title="Contact">Contact</a>
</nav>
</header>
<section id="content">
<section class="gallery">
<figure><a href="/images/1.jpg"><img src="/images/1.jpg" alt="F-35 Demo"></a></figure>
<figure><a href="/images/2.jpg"><img src="/images/2.jpg" alt="Kyle Larson"></a></figure>
<figure><a href="/images/3.jpg"><img src="/images/3.jpg" alt="MiG-17"></a></figure>
<figure><a href="/images/4.jpg"><img src="/images/4.jpg" alt="Pigeon"></a></figure>
<figure><a href="/images/5.jpg"><img src="/images/5.jpg" alt="Semi Truck"></a></figure>
<figure><a href="/images/6.jpg"><img src="/images/6.jpg" alt="Patrick McAlee"></a></figure>
</section>
</section>
<footer class="footer">
<nav>
<a href="https://instagram.com/cobre.photos" aria-label="Instagram">
<span class="icon-instagram-2"></span>
</a>
<a href="mailto:[email protected]" aria-label="Email">
<span class="icon-mail-2"></span>
</a>
<a href="/" aria-label="Home">cobre</a>
<a href="https://github.com/CobreDev/cobre.photos" aria-label="GitHub">
<span class="icon-github"></span>
</a>
</nav>
</footer>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</body>
</html>