-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bca_index_page.html
201 lines (182 loc) · 8.75 KB
/
Bca_index_page.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./Images/favicon-32x32.png" type="image/x-icon">
<title>Gravity - is every thing.</title>
<!-- style sheet -->
<link rel="stylesheet" href="./Bca_index_page.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="navbar" id="navbar">
<div class="logo">
<a href="./index.html"><img src="./Images/gravity_logo_day_theme.png" alt="Gravity logo"></a>
</div>
<ul class="links">
<li><a id="home" href="./index.html">Home</a></li>
<li><a href="./course_page.html">Quick learn</a></li>
<li><a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=zerosgravityweb@gmail.com"
target="_blank">Contact me</a></li>
<li><a href="./about_us.html">About us</a></li>
</ul>
<a href="./upload.html" class="action_btn">Upload</a>
<div class="toggle_btn">
<i class="fa-solid fa-bars"></i>
</div>
</div>
<div class="dropdown_menu">
<li><a id="home" href="./index.html">Home</a></li>
<li><a href="./course_page.html">Quick learn</a></li>
<li><a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=zerosgravityweb@gmail.com"
target="_blank">Contact me</a></li>
<li><a href="./about_us.html">About us</a></li>
<li> <a href="./upload.html" class="action_btn">Upload</a></li>
</div>
</header>
<div id="scroll-progress"></div>
<div id="main_container">
<h2>Select semester</h2>
<div class="top_container">
<div class="body_card">
<div class="left_card">
<a href="./subject_option.html"><h3>1st Semester</h3></a>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">
Effective communication • Digital principles •
Web technology •
Mathematics • C-Programming
</marquee>
</p>
</div>
<div class="right_card">
<a href="./subject_option.html"><i style="bottom: 9vh;"
class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
</div>
<h2>upcoming semester</h2>
<div class="bottom_container" style="opacity: 60%;">
<div class="body_card">
<div class="left_card">
<a href="./not_uploaded_yet.html"><h3>2nd Semester</h3></a>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">
Fundamentals of Probability and Statistics • Object Oriented Programming using
CPP •
Computer Architecture •
Data Structures • Data Communications
</marquee>
</p>
</div>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i style="bottom: 9vh;"
class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
</div>
<div class="bottom_container" style="opacity: 60%;">
<div class="body_card">
<div class="left_card">
<a href="./not_uploaded_yet.html"><h3>3rd Semester</h3></a>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">Applied Mathematics •
Core Java Programming •
Software Engineering •
Operating System Concepts • Database Design
</marquee>
</p>
</div>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i style="bottom: 9vh;"
class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
</div>
<div class="bottom_container" style="opacity: 60%;">
<div class="body_card">
<div class="left_card">
<a href="./not_uploaded_yet.html"> <h3>4th Semester</h3></a>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">Distributed and Cloud Computing
• Algorithm Design •
Computer Networks •
Data Science using Python Lab • Artificial Intelligence
</marquee>
</p>
</div>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i style="bottom: 9vh;"
class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
</div>
<div class="bottom_container" style="opacity: 60%;">
<div class="body_card">
<div class="left_card">
<a href="./not_uploaded_yet.html"> <h3>5th Semester</h3></a>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">Parallel Programming •
Big Data Analytics •
Software Quality and Testing •
Environmental Science • Professional Elective – I
</marquee>
</p>
</div>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i style="bottom: 9vh;"
class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
</div>
<div class="bottom_container" style="opacity: 60%;">
<div class="body_card">
<div class="left_card">
<a href="./not_uploaded_yet.html"><h3>6th Semester</h3></a>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">Professional Elective – II
• Professional Elective – III • Open Elective Human Relation at work
</marquee>
</p>
</div>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i style="bottom: 9vh;"
class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<!-- footer section -->
<div class="subfooter" id="footer">
<div class="container flex subfooter-container">
<h3>•</h3>
<a href="./notice.html" class="hover-link">Notice</a>
<h3>•</h3>
<a href="#" class="hover-link">© 2023 Gravity</a>
<h3>•</h3>
<a href="./terms_and_conditions.html" class="hover-link">Terms & Uses</a>
</div>
</div>
<!-- script section -->
<script src="script.js"></script>
<script>
const scrollProgress = document.getElementById('scroll-progress');
const height =
document.documentElement.scrollHeight - document.documentElement.clientHeight;
window.addEventListener('scroll', () => {
const scrollTop =
document.body.scrollTop || document.documentElement.scrollTop;
scrollProgress.style.width = `${(scrollTop / height) * 120}%`;
});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
</body>
</html>