-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_info.html
40 lines (37 loc) · 1.79 KB
/
index_info.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
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style_info.css">
<title>Yupigestun Sangaawa/information</title>
<!--Icon set created by Lane Schwartz ([email protected])-->
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/site.webmanifest">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#50b5c2">
<meta name="msapplication-TileColor" content="#b0e0e6">
<meta name="theme-color" content="#b0e0e6">
</head>
<body>
<div class="grid">
<div class="title"><h1>Information</h1></div>
<div class="nav">
<div class="box util"><a href="index_utilities.html"><img src="icons/utilities_icon_small.svg"></a></div>
<div class="box dict"><a href="index_dictionary_1.html"><img src="icons/book_icon_small.svg"></a></div>
<div class="box map"><a href="index_template.html"><img src="icons/map_icon_small.svg"></a></div>
<div class="box vid"><a href="index_template.html"><img src="icons/play_icon_small.svg"></a></div>
<div class="box disc"><a href="index_template.html"><img src="icons/chat_icon_small.svg"></a></div>
<div class="box info"><a href="index_info.html"><img src="icons/info_icon_small.svg"></a></div>
<div class="box home"><a href="index_main.html"><img src="icons/home_icon.svg"></a></div>
</div>
<div class="header"><h2>About the project:</h2></div>
<div class="content">
<p>Some stuff about us and what we do.</p>
</div>
<div class="footer">
<div class="box one">Contact</div>
<div class="box two">Contribute</div>
</div>
</div>
</body>
</html>