-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
208 lines (181 loc) · 10.1 KB
/
index.html
File metadata and controls
208 lines (181 loc) · 10.1 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebSec Lab @ UNIST</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="web security, software security, computer security, UNIST, Seongil Wi, 위성일, 유니스트, 위성일교수, 위성일 교수" name="keywords">
<meta content="WebSec Lab @ UNIST, We conduct research and develop technologies aimed at enhancing the security of the universal interface—the Web." name="description">
<!-- Favicon -->
<link href="http://127.0.0.1:8000/img/favicon.ico?v=2" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Rubik:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<head>
<!-- meta -->
<meta property="og:url" content="https://websec-lab.github.io/">
<meta property="og:title" content="WebSec @ UNIST">
<meta property="og:type" content="website">
<meta property="og:image" content="img/logo_full.png">
<meta property="og:description" content="We Aim to Make World's Web Secure!">
</head>
</head>
<body>
<!-- Navbar & Carousel Start -->
<div class="container-fluid position-relative p-0">
<nav class="navbar navbar-expand-lg navbar-dark px-5 py-3 py-lg-0">
<a href="index.html" class="navbar-brand p-0">
<h1 class="m-0">WebSec Lab</h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="people.html" class="nav-item nav-link">People</a>
<a href="publications.html" class="nav-item nav-link">Publications</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
<div id="header-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/background.png" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h5 class="text-white text-uppercase mb-3 animated slideInDown">Creative & Innovative</h5>
<h1 class="display-1 text-white mb-md-4 animated zoomIn"><img src="img/logo_white.png" style="width:100%;"></h1>
<a href="#aboutus" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft">About us</a>
<a href="contact.html" class="btn btn-outline-light py-md-3 px-md-5 animated slideInRight">Contact us</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar & Carousel End -->
<!-- Full Screen Search Start -->
<div class="modal fade" id="searchModal" tabindex="-1">
<div class="modal-dialog modal-fullscreen">
<div class="modal-content" style="background: rgba(9, 30, 62, .7);">
<div class="modal-header border-0">
<button type="button" class="btn bg-white btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body d-flex align-items-center justify-content-center">
<div class="input-group" style="max-width: 600px;">
<input type="text" class="form-control bg-transparent border-primary p-3" placeholder="Type search keyword">
<button class="btn btn-primary px-4"><i class="bi bi-search"></i></button>
</div>
</div>
</div>
</div>
</div>
<!-- Full Screen Search End -->
<!-- Facts Start -->
<div class="container-fluid facts py-5 pt-lg-0">
<div class="container py-5 pt-lg-0">
<div class="row gx-0">
<div class="col-lg-4 wow zoomIn" data-wow-delay="0.1s">
<div class="bg-primary shadow d-flex align-items-center justify-content-center p-4" style="height: 150px;">
<div class="bg-white d-flex align-items-center justify-content-center rounded mb-2" style="width: 60px; height: 60px;">
<i class="fa fa-map-marker-alt text-primary fa-2x"></i>
</div>
<div class="ps-4">
<h5 class="text-white mb-0">Location</h5>
<h4 class="text-white mb-0">Bldg. 106 <br>Rm. 803-1</h4>
</div>
</div>
</div>
<div class="col-lg-4 wow zoomIn" data-wow-delay="0.3s">
<div class="bg-light shadow d-flex align-items-center justify-content-center p-4" style="height: 150px;">
<div class="bg-primary d-flex align-items-center justify-content-center rounded mb-2" style="width: 60px; height: 60px;">
<i class="fa fa-envelope-open text-white fa-2x"></i>
</div>
<div class="ps-4">
<h5 class="text-primary mb-0">Email</h5>
<h4 class="mb-0">seongil.wi (at) unist.ac.kr</h4>
</div>
</div>
</div>
<div class="col-lg-4 wow zoomIn" data-wow-delay="0.6s">
<div class="bg-primary shadow d-flex align-items-center justify-content-center p-4" style="height: 150px;">
<div class="bg-white d-flex align-items-center justify-content-center rounded mb-2" style="width: 60px; height: 60px;">
<i class="fa fa-phone-alt text-primary fa-2x"></i>
</div>
<div class="ps-4">
<h5 class="text-white mb-0">Call</h5>
<h4 class="text-white mb-0">+82 52 217 2282</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Facts Start -->
<!-- About Start -->
<div class="container-fluid py-5 wow fadeInUp" data-wow-delay="0.1s" id="aboutus">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-8">
<div class="section-title position-relative pb-3 mb-5">
<h5 class="fw-bold text-primary text-uppercase">About Us</h5>
<h1 class="mb-0">We Aim to Make World's Web Secure!</h1>
</div>
<p>In our laboratory, Web Security (WebSec) Lab, we conduct
research and develop technologies aimed at enhancing the
security of the universal interface—the Web. Our primary
goal is to contribute to the global effort of ensuring the
security of the world's web by proactively detecting and
reporting web threats. We achieve this through various
cutting-edge technologies, including penetration testing,
fuzz testing, static analysis, and artificial intelligence.
</p>
<div class="row g-0 mb-3">
<div class="col-sm-8 wow zoomIn" data-wow-delay="0.2s">
<h5 class="mb-3"><i class="fa fa-check text-primary me-3"></i>We are looking for motivated collaborators (graduate/undergraduate students). Please feel free to <a href="contact.html">contact us</a>, if you’re interested in web security.</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Footer Start -->
<div class="container-fluid text-white" style="background: #001b54;">
<div class="container text-center">
<div class="row justify-content-end">
<div class="d-flex align-items-center justify-content-center" style="height: 75px;">
<p class="mb-0">© <a class="text-white border-bottom" href="#">WebSec Lab @ UNIST </a>. All Rights Reserved.
</p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square rounded back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>