-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
145 lines (139 loc) · 4.33 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>JNTUK_Instant</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="license" href="LICENSE" />
<meta
name="google-site-verification"
content="qho6LUTU0hTe7r6Slj67fZhj2aTZ7MvQ4N-PQ2X_u0U"
/>
<meta name="author" content="The-UCS-Variable" />
<meta
name="description"
content="Contains Study-Materials for B.E./B.Tech for JNTU-Kakinada affliated Colleges"
/>
<link rel="icon" href="Styles/favicon.ico" />
<link rel="stylesheet" type="text/css" href="Styles/layout.css" />
<link rel="stylesheet" type="text/css" href="Styles/index.css" />
<script defer src="Scripts/index.js"></script>
<script defer src="Scripts/common.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-VPBDSQ7CYB"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-VPBDSQ7CYB");
</script>
</head>
<body>
<div class="page_content">
<header>
<div class="logo_block header_floats">
<div class="top-logo_block">
<h1 id="heading1">JNTUK</h1>
<h1 id="heading2">Instant Notes</h1>
</div>
<div class="bottom-logo_block">
<p>
Contains Study-Materials for B.E./B.Tech students of JNTU-Kakinada
affliated Colleges
</p>
</div>
</div>
<div class="info_block header_floats">
<div class="top-info_block">
<div class="carousel-container">
<div id="carousel">
<div>
<p>Welcome</p>
<p>To</p>
<p>JNTUK-Instant!</p>
</div>
<!--
<div class="carousel-img">
<img src="Styles/quote.jpg" alt="quote" />
</div>
<div>
<p>This Site is Open-Source</p>
<p>
Contribute through
<a href="https://github.com/JNTUK-Instant">GitHub</a>
</p>
</div>
-->
</div>
</div>
</div>
<div class="bottom-info_block">
<ul>
<li><a id="browse" class="nav_btns" href="#">Browse All</a></li>
<li>
<a id="about" class="nav_btns" href="about.html">About</a>
</li>
<li>
<a id="contribute" class="nav_btns" href="contribute.html"
>Contribute</a
>
</li>
</ul>
</div>
</div>
</header>
<hr class="hr_line" />
<!-- main start -->
<main>
<div class="newsbar">
<marquee
id="marquee"
behavior="scroll"
direction="left"
onmouseover="this.stop()"
onmouseout="this.start()"
>
This Website is still in Beta | Contribute
<a href="https://github.com/JNTUK-Instant">here</a> | We also accept
Study Materials
</marquee>
</div>
<div class="branch_block">
<h2>Explore by Branch</h2>
<div class="branch_cards_block">
<div class="the_card">
<a class="card_content">
<h1>CSE</h1>
</a>
</div>
<div class="the_card">
<a class="card_content" href="Branch/Info-Tech.html">
<h1>IT</h1>
<p>Available</p>
</a>
</div>
</div>
</div>
<div class="progresss">
<img src="https://img.shields.io/badge/Web Progress%3A-44%25-red" />
</div>
</main>
<!-- main end -->
<hr class="hr_line" />
<footer>
<div id="disqus_thread"></div>
<noscript
>Please enable JavaScript to view the
<a href="https://disqus.com/?ref_noscript"
>comments powered by Disqus.</a
></noscript
>
</footer>
</div>
</body>
</html>