-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (49 loc) · 2.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<html lang="en">
<meta page-type='home'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NUST Maths | Home</title>
<meta name="author" content="Rashid Talha">
<meta name="description" content="Homepage of the unofficial NUST Mathematics Society.">
<meta name="keywords" content="nust, mathematics, math, society">
<link rel="shortcut icon" type="image/x-icon" href="config\img\favicon.ico">
<link rel="stylesheet" type="text/css" href="config\css\normalize.css">
<link rel="stylesheet" type="text/css" href="config\css\gridspec.css">
<link rel="stylesheet" type="text/css" href="config\css\common.css">
<link rel="stylesheet" type="text/css" href="config\css\index.css">
<link rel="stylesheet" type="text/css" href="config\fa\css\all.min.css">
</head>
<body>
<nav class="container">
<div class="navbar-brand-box">
<a href="https://nustmaths.github.io" title="Mathematics Society" class="navbar-brand">Home</a>
<button class="navbar-toggle">
<i class="fa-solid fa-bars navbar-toggle-icon"></i>
</button>
</div>
<div class="navbar-entries navbar-collapse">
<a href="challenges.html" title="Maths Challenge" class="navbar-item navbar-hide">Maths Challenge</a>
<a href="#" title="Projects" class="navbar-item navbar-hide">Projects</a>
<a href="#" title="Resources" class="navbar-item navbar-hide">Resources</a>
<a href="#" title="About Us" class="navbar-item navbar-hide">About Us</a>
</div>
</nav>
<header class="container">
<span class="header-title">NUST Mathematics Society</span>
<span class="header-subtitle"></span>
</header>
<main class="container">
<div class="frow">
<div class="fcell">
<a href="challenges.html" title="Maths Challenge">Click here for the maths challenges</a>. More content coming soon!
<p>You can contact us at nustmaths@gmail.com</p>
</div>
</div>
</main>
<script src="config\js\jquery-3.6.0.min.js" type="text/javascript"></script>
<script src="config\js\main.js" type="text/javascript"></script>
</body>
</html>