-
Notifications
You must be signed in to change notification settings - Fork 2
/
page_under_construction.php
107 lines (93 loc) · 3.21 KB
/
page_under_construction.php
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
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<title>Page Under Construction</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="icon" href="/images/logosrota/New%20folder%20(4)//Colour%20logo%20tab_icon.png">
<link rel="stylesheet" href="./assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144825636-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-144825636-4');
</script>
<!-- Hotjar Tracking Code for http://manusathhanda.rotaractmora.org -->
<script>
(function(h, o, t, j, a, r) {
h.hj = h.hj || function() {
(h.hj.q = h.hj.q || []).push(arguments)
};
h._hjSettings = {
hjid: 1811011,
hjsv: 6
};
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div>
<a href="http://rotaractmora.org">
<img src="/images/logosrota/New%20folder%20(4)/white logo2.png" class="header-logo" />
</a>
</div>
<nav id="pc">
<a href="./index.php">Home</a>
<a href="magazines.php">Magazines</a>
<a href="past_papers_medium.php">Past Papers</a>
<a href="team.php">Team</a>
</nav>
<nav id="a">
<a href="#menu"></a>
</nav>
</header>
<nav id="menu">
<ul class="links">
<li style="-webkit-tap-highlight-color: rgba(0,0,0,0);"><a href="index.php">Home</a></li>
<li style="padding-bottom: 2%;"><a href="magazines.php">Magazines</a></li>
<li style="padding-bottom: 2%;"><a href="past_papers_medium.php">Past Papers</a></li>
<li style="padding-bottom: 2%;"><a href="team.php">Team</a></li>
</ul>
</nav>
<!-- Highlights -->
<section class="wrapper">
<div class="inner">
<header class="special">
<h2>Sorry....this page is under construction....</h2>
</header>
</div>
</section>
<!-- Main -->
<!--<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<header>
<div>
</div>
</header>
</div>
</div>
</div>
</section>-->
<!-- Footer -->
<?php include_once('components/footer.php'); ?>
</body>
</html>