-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse_page.html
196 lines (172 loc) · 7.9 KB
/
course_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
<!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="quick_learn.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&[email protected]"
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&[email protected]"
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>
<!-- main content -->
<div class="main_container">
<h2>Select Course</h2>
<div class="main_section">
<div class="left_card">
<img src="./Images/BCA (2).jpg" alt="#">
</div>
<a href="./quick_learn_bca_sem.html" class="main_middle_card">
<div class="middle_card">
<h3>BCA</h3>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">
A Bachelor of Computer Application (BCA).The course is designed to provide students with the
knowledge and skills required to succeed in computer science
</marquee>
</p>
</div>
</a>
<div class="right_card">
<a href="./quick_learn_bca_sem.html"><i class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
<h2>Upcoming soon</h2>
<div class="main_section" style="opacity: 30%;">
<div class="left_card">
<img src="./Images/BSC (2).jpg" alt="#">
</div>
<a href="./not_uploaded_yet.html" class="main_middle_card">
<div class="middle_card">
<h3>BSc</h3>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">BSc is Bachelor of Science. Several
specializations are offered in B. Sc like Agriculture,
Mathematics, Botany, Animation, Computer Science, etc .</marquee>
</p>
</div>
</a>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
<div class="main_section" style="opacity: 30%;">
<div class="left_card">
<img src="./Images/BCOM (2).jpg" alt="#">
</div>
<a href="./not_uploaded_yet.html" class="main_middle_card">
<div class="middle_card">
<h3>B.Com (General)</h3>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">B.Com is Bachelor of Commerce.
Three-year undergraduate degree. It is a
Bachelor’s degree offered by various universities and
colleges in India.</marquee>
</p>
</div>
</a>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
<div class="main_section" style="opacity: 30%;">
<div class="left_card">
<img src="./Images/BCOM CA.jpg" alt="#">
</div>
<a href="./not_uploaded_yet.html" class="main_middle_card">
<div class="middle_card">
<h3>B.Com (Computer.App)</h3>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">B.Com with computer application is
an undergraduate program that combines commerce studies
with
computer application. </marquee>
</p>
</div>
</a>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i class="fa-solid fa-circle-arrow-right"></i></a>
</div>
</div>
<div class="main_section" style="opacity: 30%;">
<div class="left_card">
<img src="./Images/BBA (2).jpg" alt="#">
</div>
<a href="./not_uploaded_yet.html" class="main_middle_card">
<div class="middle_card">
<h3>BBA</h3>
<p>
<marquee scrollmount="1" behavior="scroll" direction="left">A Bachelor of Business
Administration (BBA) is a bachelor's degree that helps you establish a
fundamental understanding of business.</marquee>
</p>
</div>
</a>
<div class="right_card">
<a href="./not_uploaded_yet.html"><i class="fa-solid fa-circle-arrow-right"></i></a>
</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_2.js"></script> -->
<script>
// for menubar
const toggleBtn = document.querySelector(".toggle_btn");
const toggleBtnIcon = document.querySelector(".toggle_btn i");
const dropDownMenu = document.querySelector(".dropdown_menu");
toggleBtn.onclick = function () {
dropDownMenu.classList.toggle("open")
const isOpen = dropDownMenu.classList.contains('open')
toggleBtnIcon.classList = isOpen
? 'fa-solid fa-xmark'
: 'fa-solid fa-bars'
}
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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>