This repository was archived by the owner on Apr 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
160 lines (101 loc) · 6.54 KB
/
Copy pathabout.html
File metadata and controls
160 lines (101 loc) · 6.54 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
<!--
--
-- (C) ProjectBeta 2016
-- Designed by </KSL>
--
-->
<!DOCTYPE html>
<html>
<head>
<title>ProjectBeta | About Us</title>
<!-- meta -->
<meta charset="UTF-8">
<meta name="description" content="Project Beta | Prestigious Tech club of Sanskriti School">
<meta name="keywords" content="Project Beta, project, beta, it, club, it club, sanskriti school, sanskriti, karan lobana">
<meta name="author" content="Karan Lobana">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="black">
<!-- Links -->
<!-- style.css --> <link rel="stylesheet" type="text/css" href="/css/style.css">
<!-- flaticons --> <link rel="stylesheet" type="text/css" href="/css/flaticon.css">
<!-- favicon --> <link rel="shortcut icon" type="image/png" href="/assets/images/icon.png" />
<!-- scripts -->
<!-- jQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- dynamic.js --> <script src="/scripts/dynamic.js"></script>
</head>
<body>
<!--FB Follow Button-->
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!--FB Like Button-->
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<center>
<!-- toggled nav -->
<nav>
<!-- cross navClose -->
<span class="flaticon-cross navClose"></span>
<!-- list of links -->
<ul>
<!-- Home --> <a class="nav" href="/"><li><span class="flaticon-home"></span> Home</li></a>
<!-- Tournament --> <a class="nav" href="tournament"><li><span class="flaticon-prize"></span> Tournament</li></a>
<!-- Register --> <a class="nav" href="register"><li><span class="flaticon-prize"></span> Register</li></a>
<!-- Members --> <a class="nav" href="members"><li><span class="flaticon-members"></span> Members</li></a>
<!-- Contact --> <a class="nav" href="contact"><li><span class="flaticon-phone"></span> Contact</li></a>
</ul>
</nav>
</center>
<!-- Main div-->
<div class="linkMain about">
<center>
<!-- Navigation -->
<!-- 3 Bars navToggle --> <span class="flaticon-bars navToggle"></span>
</center>
<center>
<!-- Main Container -->
<div class="linkMainContainer">
<h1 class="linkTitle"><span class="flaticon-about"></span> About Us</h1>
</div> <!-- /div.mainContainer -->
</center>
</div> <!-- /div.main -->
<!-- About Us Div -->
<div class="info">
<center>
<!-- About Us Para --> <p class="infoPara"><span class="hyphen">— </span>Project Beta 2016 is the inaugural edition the Sanskriti School IT Club's eponymous IT tournament. Hosted on October 4th, 2016, our sponsors comprise illustrious organisations the likes of Monstercat, Navayuga, Transline India& Sparta Infotech. </p>
<br class="divider">
<br class="divider">
<!-- About Us Para --> <p class="infoPara"><span class="hyphen">— </span>The 30+ members of the club along with our teacher coordinators are working tirelessly to bring you events such as Programming, Digital Imaging, Gaming, Group Discussion, etc. Hope to see you this October!</p>
</center>
</div> <!-- /div.aboutUs-->
<!-- Social Links Div -->
<div class="social">
<center>
<!-- Link Icons -->
<a class="icons" href="mailto:contact@projectbeta.tech" target="_blank" ><span class="flaticon-email icons" title="Email"></span></a> <a class="icons" href="https://www.facebook.com/ProjectBetaOfficial/" target="_blank" ><span class="flaticon-facebook icons" title="Official Facebook Page"></span></a> <!--<a class="icons" href="https://www.typeform.com/" target="_blank" ><span class="flaticon-form icons" title="Registration Form"></span></a> --><a class="icons" href="https://www.google.co.in/maps/place/Sanskriti+School/@28.5895146,77.1748157,17z/" target="_blank" ><span class="flaticon-map icons" title="Map"></span></a> <a class="icons" href="contact" target="_blank" ><span class="flaticon-phone icons" title="Contact"></span></a>
</center>
</div> <!-- /div.social -->
<!-- Footer -->
<footer>
<center>
<!-- Footer links -->
<h3 class="footerContent"> © <a class="link" href="/">ProjectBeta</a> 2016 • <a class="link" href="http://www.sanskritischool.edu.in/"><span class="flaticon-school"></span></a></h3>
</center>
</footer>
</body>
</html>