-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/styles.css" media="screen" title="no title">
<script src="js/jquery-3.1.1.js"></script>
<script src="js/scripts.js"></script>
<title></title>
</head>
<body>
<nav>
<p>
<a id="logo" href="index.html">
TheGallery
</a>
</p>
<ul>
<!-- <li><a href="index.html" id="logo">TheGallery</a></li> -->
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Search</a></li>
<li><a href="#">Your Gallery</a></li>
<li><a href="game-menu.html">Game</a></li>
</ul>
</nav>
<div class="hero">
<div class="heroImg">
</div>
</div>
<div class="mvp">
<div class="search">
<p class="searchText">Today's Featured Art</p>
<div class="searchImg">
<p class="title">
Water Lilies and Japanese Bridge, 1899 Claude Monet
</p>
</div>
</div>
<div class="rightColumn">
<div class="game">
<a href="game-menu.html">
<p class="rightColumnText">Art Matching Game</p>
</a>
</div>
<div class="gallery">
<p class="rightColumnText">Create a gallery</p>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>