-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (68 loc) · 1.67 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>NetDB - 前瞻網路實驗室</title>
<link rel="stylesheet" href="./css/main.css" type="text/css" media="all" />
<link rel="stylesheet" href="./css/font-awesome.min.css" type="text/css" media="all" />
</head>
<body>
<header id=header>
<h3><a href="#banner">NETDB</a></h3>
<nav id="nav">
<ul>
<li>
<a href="#About">
About
</a>
</li>
<li>
<a href="#Project">
Project
</a>
</li>
<li>
<a href="#Member">
Member
</a>
</li>
</ul>
</nav>
</header>
<section id="banner">
<div class="inner">
<h2>NETDB</h2>
<p>熱情 · 創新 · 分享</p>
</div>
<div class="more">
<a href="#About">
<i class="fa fa-chevron-circle-down fa-3x"></i>
</a>
</div>
</section>
<section id="about">
<h2>About</h2>
<div class="aboutCard">
<img src="" alt=Data Analysis></img>
<h4>Data Analysis</h4>
</div>
<div class="aboutCard">
<img src="" alt=Data Visualization></img>
<h4>Data Visualization</h4>
</div>
<div class="aboutCard">
<img src="" alt=Distrubuted Computing></img>
<h4>Distrubuted Computing</h4>
</div>
</section>
<section id="project">
<h2>Project</h2>
</section>
<section id="member">
<h2>Member</h2>
</section>
<footer>
</footer>
</body>
</html>