-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.html
47 lines (40 loc) · 1.59 KB
/
description.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
<!-- navigate -->
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/description.css">
<title>welcome</title>
</head>
<body>
<div class="protect">
<!-- logo -->
<a class="box" href="start.html">
<ion-icon id="start" name="home-outline"></ion-icon><span>Start</span>
</a>
<a class="box" href="share.html">
<ion-icon name="share-social-outline"></ion-icon><span>Share</span>
</a>
<a class="box" href="diary.html">
<ion-icon name="document-text-outline"></ion-icon><span>Diary</span>
</a>
<a class="box" href="purpose.html">
<ion-icon name="star-outline"></ion-icon><span>Purpose</span>
</a>
<a class="box" href="artists.html">
<ion-icon name="people-outline"></ion-icon><span>Artists</span>
</a>
<a class="box" href="advice.html">
<ion-icon name="planet-outline"></ion-icon><span>Advice</span>
</a>
<div id="content1" class="card"><span class="same">IS</span>TJ</div>
<!-- <div id="content2" class="card"><span class="same">IS</span>FJ</div>
<div id="content3" class="card"><span class="same">IS</span>TP</div>
<div id="content4" class="card"><span class="same">IS</span>FP</div> -->
<div id="footerl"><span class="left">Interaction Lab</span></div>
<div id="footerr"><span class="right">Tony & Carina</span></footer>
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>