-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_temp.html
44 lines (34 loc) · 1.4 KB
/
index_temp.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
<!DOCTYPE HTML>
<html>
<head>
<title>Jimanaka HUB</title>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header>
<h1>A HUB for Jimanaka Activities</h1>
</header>
<div class="links">
<div class="top">
<a href="photography/index.html" class="link"><div class="square activity left">Photography</div></a>
<a href="cooking/index.html" class="link"><div class="square activity center">Cooking</div></a>
<a href="travel/index.html" class="link"><div class="square activity right">Travel</div></a>
</div>
<br>
<div class="middle">
<a href="smash/index.html" class="link"><div class="square activity left">SMASH</div></a>
<a href="bike/index.html" class="link"><div class="square activity center">Biking</div></a>
<a href="mahjong/index.html" class="link"><div class="square activity right">Mahjong</div></a>
</div>
<br>
<div class="bottom">
<a href="instantmin/index.html" class="link"><div class="square activity left">Instant-min</div></a>
<a href="products/index.html" class="link"><div class="square activity center">Products</div></a>
<a href="contact.html" class="link"><div class="square activity right">Contact</div></a>
</div>
</div>
<footer>
</footer>
</body>
</html>