-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (60 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
58
59
60
61
62
<!DOCTYPE html>
<HTML LANG="en">
<head>
<meta charset="utf-8">
<title>KJSCE Website</title>
<link rel="stylesheet" href="assets/stylesheets/main.css">
</head>
<body>
<header class="container hero group" >
<h1 class="logo">
<a href="index.html">Conference<br>Bro</a>
</h1>
<h3>For all things in KJSCE</h3>
<nav>
<a class="btn btn-alt" href="index.html">Home</a>
<a class="btn btn-alt" href="tech/techcouncils.html">Tech Councils</a>
<a class="btn btn-alt" href="mega/megaprojects.html">Mega Projects</a>
<a class="btn btn-alt" href="cult/cultteams.html">Cultural Teams</a>
<a class="btn btn-alt" href="sport/sportteams.html">Sport Teams</a>
<a class="btn btn-alt" href="lit/litteams.html">Literary Clubs</a>
<a class="btn btn-alt" href="resources/resources.html">Resources</a>
</nav>
</header>
<section class="container">
<h2> For Making websites hota hai ye conference</h2>
<p>Bro ye description of the activity hai. Hoh ho ho.</p>
</section>
<section class="grid">
<section class="col-1-3">
<a href="speakers.html">
<h3>Speakers</h3></a>
<h5> Ye exciting speakers bolenge</h5>
</section><!--
Exhibitions
--><section class="col-1-3">
<a href="exhibitions.html">
<h3>Exhibitions</h3></a>
<h5>Yahaan pe log cheezein exhibit karenge</h5>
</section><!--
Competitions
--><section class="col-1-3">
<a href="competitions.html">
<h3>Competition</h3></a>
<h5>Yahaan pe log compete karenge</h5>
</section>
</section>
<footer class="primary-footer container group">
<small>© Styles Conference</small>
<nav>
<a class="btn btn-alt" href="index.html">Home</a>
<a class="btn btn-alt" href="techcouncils.html">Tech Councils</a>
<a class="btn btn-alt" href="megaprojects.html">Mega Projects</a>
<a class="btn btn-alt" href="cultteams.html">Cultural Teams</a>
<a class="btn btn-alt" href="sportteams.html">Sport Teams</a>
<a class="btn btn-alt" href="litteams.html">Literary Clubs</a>
<a class="btn btn-alt" href="resources.html">Resources</a>
</nav>
</footer>
</body>
</HTML>