-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (49 loc) · 1.78 KB
/
index.html
File metadata and controls
50 lines (49 loc) · 1.78 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
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<title>Pleasing Memory Picture</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div style="display:flex;justify-content:center;align-items:center; height: 100%">
<div>
<div style="padding-bottom: 30px;">
<h1 style="text-align:center">Pleasing Memory Picture</h1>
</div>
<nav class="navbar">
<li>
<a href="contentAware/contentAware.html"><img src="./images/Content-Aware2.jpg" />
<div class="text-content">CONTENT AWARE</div></a>
</li>
<li>
<a href="tutorial/tutorial.html"><img src="./images/tutorials.gif" />
<div class="text-content">TUTORIALS</div></a>
</li>
<li>
<a href="reverseGoogle/reverseGoogle.html"><img src="./images/Google-Reverse-Image-Search.jpg" />
<div class="text-content">GOOGLE REVERSE IMAGE SEARCH</div></a>
</li>
<li>
<a href="darkroom2.0/darkroom.html"><img src="./images/darkroom.gif" />
<div class="text-content">DARKROOM 2.0</div></a>
</li>
<li>
<a href="digitalMedium/digitalMedium.html"><img src="./images/Digital-Medium.gif" />
<div class="text-content">DIGITAL MEDIUM</div></a>
</li>
<li>
<a href="keywords/keywords.html"><img src="./images/Keywords.jpg" width="310px"/>
<div class="text-content">KEYWORD PORTRAITS</div></a>
</li>
<li>
<a href="onthisday/onthisday.html"><img src="./images/OnThisDay.gif" />
<div class="text-content">ON THIS DAY</div></a>
</li>
<li>
<a href="selfies/selfies.html"><img src="./images/Selfie.jpg" />
<div class="text-content">SPATIAL SELFIES</div></a>
</li>
</nav>
</div>
</div>
</body>
</html>