-
Notifications
You must be signed in to change notification settings - Fork 2
/
3c.html
118 lines (107 loc) · 4.35 KB
/
3c.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>StudyBot</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111937096-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111937096-4');
</script>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span><span class="title">StudyBot</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="3c.html">3C - Career Counselling Cell</a></li>
<li><a href="cbse.html">CBSE</a></li>
<li><a href="cisce.html">CISCE</a></li>
<li><a href="jee.html">JEE</a></li>
<li><a href="neet.html">NEET</a></li>
<li><a href="clat.html">CLAT</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="https://goo.gl/forms/wko1isSdraBFDF5k1">Feedback</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Service</a></li>
<!--li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li-->
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>3C - Career Counselling Cell</h1>
<!--span class="image left"><img src="images/3c.png" alt="" /></span-->
<p>3C - Career Counselling Cell is undergoing a makeover. Stay tuned!</p>
<p>Until then just drop us an Email on <a href="mailto:StudyBotOfficial@gmail.com">StudyBotOfficial@gmail.com</a> along with your Contact Details. Our mentors will personally contact you.</p>
<p>Thanks!</p>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Get in touch</h2>
<form method="post" action="mail.php">
<div class="field half first">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field half">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<textarea name="message" id="message" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send" class="special" /></li>
</ul>
</form>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://linkedin.com/in/shivamgoyal1899" class="icon style2 fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/ShivamGoyal1899" class="icon style2 fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/ShivamGoyal1899" class="icon style2 fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://instagram.com/shivam.dev" class="icon style2 fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>Hand crafted with <span style="color: #f7403a">♥</span> in India by <a href="https://goyalshivam.com" target="_blank">Shivam Goyal</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
</body>
</html>