-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
153 lines (134 loc) · 5.24 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
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
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<title>MobiU</title>
<meta charset="UTF-8">
<meta name="description" content="HALO photography portfolio template">
<meta name="keywords" content="photography, portfolio, onepage, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/flaticon.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section start -->
<header class="header-section sp-pad">
<h3 class="site-logo">MobiU</h3>
<form class="search-top">
<button class="se-btn"><i class="fa fa-search"></i></button>
<input type="text" placeholder="Search.....">
</form>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">People</a></li>
<!---<li><a href="portfolio.html">People</a></li>-->
<li><a href="https://youngkilee.blogspot.com/p/publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Header section end -->
<!-- Hero section start -->
<section class="hero-section">
<div class="hero-slider owl-carousel">
<div class="hs-item set-bg sp-pad" data-setbg="eng301.jpeg">
<div class="hs-text">
<h1 class="hs-title">Mobile Ubiquitous Computing Lab</h1>
<p class="hs-des">Human computing<br>human centered computing and more</p>
</div>
</div>
<div class="hs-item set-bg sp-pad" data-setbg="code.jpeg">
<div class="hs-text">
<h2 class="hs-title">Mobile Ubiquitous Computing Lab</h2>
<p class="hs-des">Seoul National University<br>Department of computer science and engineering</p>
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- Intro section start -->
<section class="intro-section sp-pad spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-4 intro-text">
<span class="sp-sub-title">About</span>
<h3 class="sp-title">Computer for mobile and human</h3>
<p>We research on extending the reach of computing to every part of our lives by applying and developing mobile, artificial, and human computer interaction technologies. We are researching new creative computing services and creating core software technologies to make the world a better place.</p>
<a href="#" class="site-btn">Read More</a>
</div>
<div class="col-xl-7 offset-xl-1">
<figure class="intro-img mt-5 mt-xl-0">
<img src="hall.jpeg" alt="">
</figure>
</div>
</div>
</div>
</section>
<!-- Intro section end -->
<!-- Contact section start -->
<section class="contact-section set-bg spad" data-setbg="img/contact-bg.jpg">
<div class="container-fluid contact-warp">
<div class="contact-text">
<div class="container p-0">
<span class="sp-sub-title">Mobi U lab</span>
<h3 class="sp-title">Stay in touch</h3>
<p>Our research group is looking for highly motivated researchers. Should you have interest in joining our lab as Post-doctoral,Ph.D,M.S.,intern or have any question about our lab, please do not hesitate to contact us!</p>
<ul class="con-info">
<li><i class="flaticon-phone-call"></i>+82 02-880-1726</li>
<li><i class="flaticon-envelope"></i>[email protected]</li>
<li><i class="flaticon-placeholder"></i>Gwanak-Gu, Gwanak-ro 1, Engineering Building 1, 416<br> Seoul, Korea</li>
</ul>
</div>
</div>
<div class="container p-0">
<div class="row">
<div class="col-xl-8 offset-xl-4">
<form class="contact-form">
<div class="row">
<div class="col-md-6">
<input type="text" placeholder="Your name">
</div>
<div class="col-md-6">
<input type="email" placeholder="E-mail">
</div>
<div class="col-md-12">
<input type="text" placeholder="Subject">
<textarea placeholder="Message"></textarea>
<button class="site-btn light">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>