-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandroid.html
60 lines (52 loc) · 1.88 KB
/
android.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
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Wall-Off::Official Site </title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div id="wrap">
<nav>
<ul id="dropdown-content">
<a href="index.html"> <li> Home </li></a>
<a href="artist.html"><li> Gallery</li></a>
<a href="join.html"> <li> Join </li></a>
<a href="map.html"> <li> Map </li></a>
<a href="upload.html"><li> Upload</li></a>
<a href="donate.html"><li> Donate</li></a>
</ul>
<table width="100%"><tr><td align="center">
<h1>WALL-OFF</h1>
<h3>"Teens Painting NYC"</h3></td>
<td valign="top" align="right"><img src="image/mobilemenu.png" id="dropbtn"></td></tr>
</table>
</nav>
<div class="mobile_nav">
<a href=""><img src="image/mobilenav_04.gif" class="hnav"/></a>
<a href=""><img src="image/mobilenav_02.gif" class="hnav"/></a>
</div>
<div class="mobile_nav">
<a href="join.html"><img src="image/mobilenav_08.gif" class="hnav"/></a>
<a href="donate.html"><img src="image/mobilenav_07.gif" class="hnav"/></a>
</div>
<div class="mobile_nav">
<a href="upload.html"><img src="image/mobilenav_01.gif" class="hnav"/></a>
<a href="android.html"><img src="image/mobilenav_09.gif" class="hnav"/></div>
<div id="contact">
<footer>
Contact us via email <a href="mailto:digikanyc@gmail.com">info@Wall_Off</a>
All rights reserved by Wall-Off NYC © Copyright
</footer>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/custom.js"></script>
</body>
</html>