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
/
research.html
142 lines (118 loc) · 5.42 KB
/
research.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!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">
<title>Blog Template · Bootstrap</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/blog/">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- 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">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Maven+Pro:wght@400;500;600;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Source+Code+Pro:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&display=swap" 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"><b>Research</b></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">Contact</a>
</nav>
</div>
</div>
</header>
<main role="main" class="">
<div class="first_row">
<div class="col-sm-12 text-left title">
Researches
<p style="
margin-left: 1rem;
color: grey;
font-weight: normal
">We are now researching on these topics !</p>
</div>
<div class="research_block">
<img class="research_photo" src="./data/research_imgs/r1.jpeg" alt="network">
<div class="research_text">
<p class="research_title"> title</p>
<div>
each details of research <br />
each details of research <br />
each details of research <br />
each details of research <br />
each details of research <br />
each details of research <br />
</div>
</div>
</div>
<div class="research_block">
<img class="research_photo" src="./data/research_imgs/r1.jpeg" alt="network">
<div class="research_text">
<p class="research_title"> title</p>
<div>
each details of research <br />
each details of research <br />
each details of research <br />
each details of research <br />
each details of research <br />
each details of research <br />
</div>
</div>
</div>
</div>
</main><!-- /.container -->
</div>
<!--<footer>
<script>
$( "footer" ).load( "./footer.html" );
</script>
</!-footer>-->
<footer>
<div class="footer_info">
Advanced Networking Laboratory <br>
Room #621 (Student Lab) / #608 (Prof. Office)<br>
IT Convergence Building (N1), KAIST<br>
Daehakro 291, Yuseong-gu, Daejeon <br>
305-701, Republic of Korea<br>
(TEL) +82-42-350-7748<br>
</div>
<div class="footer_hp_info">
© copyright 2020
</div>
</footer>
</body>
</html>