-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (42 loc) · 1.26 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width"/>
<title>LionLab</title>
<!-- Common Library for Web Development-->
<script src="lib/jquery/jquery-3.1.1.js"></script>
<script src="lib/bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css">
<!-- XEIcon -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/xeicon/2/xeicon.min.css">
<!-- Own CSS Style-->
<link rel="stylesheet" href="public/css/main.css">
<link rel="stylesheet" href="public/css/components.css">
<!-- Own Javscript -->
<script src="public/js/main.js"></script>
</head>
<body>
<header>
<div class="main-img">
<nav class="main-nav">
<li><a href="#">Contact</a></li>
</nav>
<img class="main-logo" src="public/img/logo.png">
<h1 class="main-title">lionlab</h1>
<div class="sub-title">Develop for Hanyang University</div>
</div>
</header>
<div class="container">
<div class="section">
<h3 class="title text-center">Members</h3>
<div class="card-list">
<!-- Member Card List -->
</div>
</div>
</div>
<footer>
Copyright 2017. LionLab, All rights reserved
</footer>
</body>
</html>