-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (82 loc) · 3.87 KB
/
Copy pathindex.html
File metadata and controls
106 lines (82 loc) · 3.87 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&display=swap" >
<link rel="stylesheet" type="text/css" href="css/fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" type="text/css" href="css/fonts/icomoon/style.css">
<title>NUS Statistics Society</title>
</head>
<body>
<div class="banner">
<img class="header-img" src="images/StatsSocLogo.jpg" width="100" height="100">
<h1 class="header-banner">NUS Statistics Society</h1>
</div>
<div class="header-bar">
<nav class="header-bar">
<ul id="horizontal-list">
<li><a href="about.html">About Us</a></li>
<li><a href="events.html">Events</a></li>
</ul>
</nav>
</div>
<div class="carousel-wrapper">
<div class="owl-carousel owl-theme">
<div class="hero-item">
<img src="images/about-us-cover.jpg">
<div class="hero-text">
<h1>Join Our Data Science Competition!</h1>
<input type="submit" onclick="location.href='https://www.facebook.com/nus.statistics.soc/';" value="Sign Up"/>
</div>
</div>
<div class="hero-item">
<img src="images/about-us-cover.jpg">
<div class="hero-text">
<h1>Join Our Data Science Competition!</h1>
<input type="submit" onclick="location.href='https://www.facebook.com/nus.statistics.soc/';" value="Sign Up"/>
</div>
</div>
<div class="hero-item">
<img src="images/about-us-cover.jpg">
<div class="hero-text">
<h1>Join Our Data Science Competition!</h1>
<input type="submit" onclick="location.href='https://www.facebook.com/nus.statistics.soc/';" value="Sign Up"/>
</div>
</div>
</div>
</div>
<div class="partners">
<h1 class="partner-header">Partners</h1>
<div class="image-container">
<div class="partner-grid">
<div class="partner-item">
<img src="images/about-us-cover.jpg" class="responsive-image" />
</div>
<div class="partner-item">
<img src="images/past-event1.jpg" class="responsive-image" />
</div>
<div class="partner-item">
<img src="images/StatsSocLogo.jpg" class="responsive-image" />
</div>
<div class="partner-item">
<img src="images/past-event1.jpg" class="responsive-image" />
</div>
</div>
</div>
</div>
<div class="footer">
<div class="social-icons">
<a href="https://www.facebook.com/nus.statistics.soc/"><span class="icon-facebook"></span></a>
<a href="https://www.linkedin.com/company/nusstatssoc"><span class="icon-linkedin"></span></a>
<a href="#"><span class="icon-instagram"></span></a>
<a href="https://www.stat.nus.edu.sg/"><span class="icon-home2"></span></a>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/main.js"></script>
</body>
</html>