This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (74 loc) · 2.66 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v4.0.1">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<title>ANLAB</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/blog/">
<!-- Bootstrap core CSS -->
<link href="./assets/dist/css/bootstrap.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="blog.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="blog-header py-3">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-4 text-left">
<a class="blog-header-logo text-dark" href="index.html">
<div class="logo">
<img src="./data/anlab_logo.png" style="width: 100%; max-width: 760px; vertical-align: middle" />
</div>
</a>
</div>
<div class="nav-scroller py-1 mb-1">
<nav class="nav d-flex justify-content-between ">
<a class="p-4 text-secondary remove_underline" href="about.html">About</a>
<a class="p-4 text-secondary remove_underline" href="member.html">Member</a>
<a class="p-4 text-secondary remove_underline" href="research.html">Research</a>
<a class="p-4 text-secondary remove_underline" href="publication.html">Publications</a>
<a class="p-4 text-secondary remove_underline" href="courses.html">Courses</a>
</nav>
</div>
</div>
</header>
<h3 class="py-3 text-center font-weight-bold "> Welcome to ANLAB !</h3>
<main role="main" class="container">
<div class="first_row">
<div class="col-sm-12 text-center">
who we are
</div>
<div class="col-sm-12 text-center">
We are ~~
</div>
</div>
</div>
</main><!-- /.container -->
<footer class="footer">
<script>
$( "footer" ).load( "./footer.html" );
</script>
</footer>
</body>
</html>