-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·39 lines (38 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Black Techies Project Interactive Installation</title>
<link href="img/favicon.png" rel="shortcut icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper-home">
<div class="home-content">
<div class="clearfix">
<a class="link-img" href="ashleyprofile1920.html"><img src="img/ashley.png"></a>
<a class="link-img" href="erinprofile1920.html"><img src="img/erin.png"></a>
<a class="link-img" href="tahiprofile1920.html"><img src="img/tahi.png"></a>
<a class="link-img" href="anaisprofile1920.html"><img src="img/anais.png"></a>
<a class="link-img show-1920" href="jayprofile1920.html"><img src="img/jay.png"></a>
<a class="link-img show-1920" href="liliprofile1920.html"><img src="img/lili.png"></a>
</div>
<div class="wrapper-content">
<p class="heading-project">BLACK TECHIES PROJECT</p>
<p>A photography & interview project</p>
</div>
<div class="clearfix">
<a class="link-img hide-1920" href="jayprofile1920.html"><img src="img/jay.png"></a>
<a class="link-img hide-1920" href="liliprofile1920.html"><img src="img/lili.png"></a>
<a class="link-img" href="andyprofile1920.html"><img src="img/andy.png"></a>
<a class="link-img" href="taliaprofile1920.html"><img src="img/taila.png"></a>
<a class="link-img" href="danielprofile1920.html"><img src="img/daniel.png"></a>
<a class="link-img" href="oluprofile1920.html"><img src="img/olu.png"></a>
<a class="link-img" href="jamesprofile1920.html"><img src="img/james.png"></a>
<a class="link-img" href="chimaprofile1920.html"><img src="img/chima.png"></a>
</div>
</div>
</div>
</body>
</html>