-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.html
More file actions
95 lines (83 loc) · 3 KB
/
sponsors.html
File metadata and controls
95 lines (83 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>S2Lab - project</title>
<link rel="shortcut icon" type ="image/x-icon" href="/img/icon.jpeg">
<link rel="stylesheet" href="css/style.css">
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<link href="css/fontawesome.min.css" rel="stylesheet"/>
<link href="css/academicons.min.css" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"/>
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="https://use.fontawesome.com/3f74c5cc7b.js"></script>
<script src="js/script.js"></script>
</head>
<!-- Default Statcounter code for Secure Software Lab
https://s2-lab.github.io/index.html -->
<script type="text/javascript">
var sc_project=12914337;
var sc_invisible=1;
var sc_security="c628f69b";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics
Made Easy - Statcounter" href="https://statcounter.com/"
target="_blank"><img class="statcounter"
src="https://c.statcounter.com/12914337/0/c628f69b/1/"
alt="Web Analytics Made Easy - Statcounter"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
<body>
<div id="wrapper">
<div id="header-wrap"></div>
<div class="sub-wrap project">
<div class="inner">
<!-- <h5 class="s-title">projects</h5> -->
</div>
</div>
<div class="container">
<p style="font-size: 20px;"><strong> Thank you for supporting our lab's research.</strong></p>
<div class="row align-items-center justify-content-center">
<div class="col-md-4">
<img src="img/Sponsors/nsri.svg" alt="" width="251" height="70"/>
</div>
<div class="col-md-4">
<img src="img/Sponsors/kisa.jpg" alt="" width="251" height="70"/>
</div>
<div class="col-md-4">
<img src="img/Sponsors/iitp.jpg" alt="" width="150" height="70"/>
</div>
</div>
<br/>
<div class="row align-items-center justify-content-center">
<div class="col-md-4">
<img src="img/Sponsors/nrf.png" alt="" width="251" height="70"/>
</div>
<div class="col-md-4">
<img src="img/Sponsors/kiisc.png" alt="" width="251" height="60"/>
</div>
<div class="col-md-4">
<img src="img/Sponsors/korea-university.png" alt="" width="150" height="60"/>
</div>
</div>
<br/>
<div class="row align-items-center justify-content-start">
<div class="col-md-4">
<img src="img/Sponsors/Samsung.jpg" alt="" width="251" height="70"/>
</div>
</div>
<div id="footer-wrap"></div>
<div class="top-btn"><a href="#">TOP</a></div>
<script>
$(function(){
$("#header-wrap").load("header.html");
// $("#footer-wrap").load("footer.html");
});
</script>
</div>
</body>
</html>