-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 904 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 904 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pullscreen</title>
<link rel="stylesheet" href="css/style.css" />
<script defer src="main.js"></script>
</head>
<body>
<section id="gallery">
<h1>INOVATION</h1>
<article class="showBox">
<img src="img/pic1.jpg" alt="#" />
</article>
<nav class="controls">
<ul class="btns">
<li class="on"><a href="img/pic1.jpg">INOVATION</a></li>
<li><a href="img/pic2.jpg">BRANDIDENTITY</a></li>
<li><a href="img/pic3.jpg">INVESTMENT</a></li>
<li><a href="img/pic4.jpg">BRANDNEW</a></li>
</ul>
<div><strong>1</strong> / <span>4</span></div>
</nav>
</section>
</body>
</html>