-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-section.html
More file actions
241 lines (200 loc) · 11.4 KB
/
css-section.html
File metadata and controls
241 lines (200 loc) · 11.4 KB
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS3 Playlist - CyberDude Community</title>
<!------------------------- Fevicon Icon of CyberDude ------------------------->
<link rel="icon" href="./assets/fevicon.png" type="image/x-icon">
<!------------------------- Nunito Google Font ------------------------->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;500;600&family=Nunito+Sans:opsz,wght@6..12,200;6..12,600;6..12,700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@200;300;500&display=swap"
rel="stylesheet">
<!------------------------- Font Awesome ------------------------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!------------------------- Custome CSS ------------------------->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<section class="sub-header css3-background">
<div class="container">
<div class="nav-menu">
<div class="logo">
<a href="./index.html"><img src="./assets/cyberdude-logo-light-theme.png" alt="CyberDude Logo"
class="cyberdude-logo"></a>
</div>
<nav>
<ul class="nav-links">
<li><a href="./index.html">Home</a></li>
<li><a href="#sort-by-date">Browse by Dates</a></li>
<li><a href="#sort-by-live">Live coding Sessions</a></li>
<li><a href="https://cyberdudenetworks.com/about" target="_blank">About CyberDude</a></li>
</ul>
</nav>
<i class="fa-solid fa-bars" onclick="showMenu()"></i>
</div>
<div class="head-wrapper">
<h1 class="dynamic-text"> Welcome to CyberDude Networks <br>
<p class="playlist-name">CSS Playlist</p>
</h1>
</div>
<!-------------------------------------- Intro Contents -------------------------------------->
</div>
</section>
<!--------------------------------------------------- HTML Playlist --------------------------------------------------->
<section class="html-playlist">
<p class="playlist-intro">
"Welcome to our CSS3 Playlist Section! We're delighted to have you here. Please explore and enjoy our
collection of CSS3 tutorials and resources. If you have any questions or need assistance, don't hesitate to
reach out. Happy learning!" - <span class="cdn-pvt">CyberDude Networks</span>
</p>
<div class="btn play-list">
<a href="#video-navigate" class="hero-btn down-arrow-btn">Click here<i
class="fa-solid fa-arrow-down"></i></a>
</div>
<!-------------------------------------- Video Section -------------------------------------->
<section class="video-class" id="video-navigate">
<div class="main-video">
<div class="video">
<video controls autoplay
src="./assets/video/css3/1 Introduction to CSS - (Tamil) (Tutorial) CSS3 Course.mp4">
</video>
<h3 class="tittle">#1 Introduction to CSS - (Tamil) (Tutorial) CSS3 Course.mp4</h3>
</div>
</div>
<div class="video-list">
<div class="vid active">
<video controls
src="./assets/video/css3/2 Different Types of CSS - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#2 Different Types of CSS - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/3 CSS Colors - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#3 CSS Colors - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/4 CSS Fonts - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#4 CSS Fonts - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/5 CSS Selectors [Class, ID] - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#5 CSS Selectors [Class, ID] - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/6 CSS Backgrounds - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#6 CSS Backgrounds - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/7 CSS Borders - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#7 CSS Borders - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/8 CSS Box Model - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#8 CSS Box Model - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/09 CSS Margin - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#09 CSS Margin - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
<div class="vid active">
<video controls
src="./assets/video/css3/10 CSS Padding - (Tamil) (Tutorial) CSS3 Course.mp4"
controls></video>
<h3 class="title">#10 CSS Padding - (Tamil) (Tutorial) CSS3 Course</h3>
</div>
</div>
</section>
</section>
<!--------------------------------------------------- End of HTML Playlist --------------------------------------------------->
<!-------------------------------------------- Footer -------------------------------------------->
<footer>
<div class="container">
<div class="row visit-us-about-cdn">
<div class="footer-col-1 address">
<h4> VISIT US TODAY!</h4>
<div class="contact address">
<i class="fa-solid fa-location-dot"></i>
<address>No. 32, Second Street, Ramalingapuram, Kamaraj Nagar, Avadi, Chennai - 71</address>
</div>
<div class="contact phone">
<i class="fa-solid fa-phone"></i><a href="tel:+91 9952913027">(91) 9952913027 8939738801</a>
</div>
<div class="contact mail">
<i class="fa-solid fa-envelope"></i> <a
href="mailto:hello@cyberdudenetworks.com">hello@cyberdudenetworks.com</a>
</div>
</div>
<div class="footer-col-2 about-cdn">
<h4>ABOUT CYBERDUDE</h4>
<p class="about-cyberdude">
CyberDude Networks Pvt. Ltd. is creative product startup company that primary focuses on tech
and product development. <br>
We stimulate the creativity in each and everything that appears to our eye. We love doing it.
</p>
</div>
</div>
<div class="row footer-row">
<div class="social-media-link">
<h4> Engage with us through social media</h4>
<div class="footer-col-social-media">
<div class="social-media">
<!----------------------------- Facebook ------------------------------->
<a href="https://web.facebook.com/CdudeNetworks/?_rdc=1&_rdr" title="CyberDude | Facebook"
target="_blank" class="facebook"> <i class="fa-brands fa-facebook"></i> </a>
<!----------------------------- Instagram ------------------------------->
<a href="https://www.instagram.com/cdudenetworks/" title="CyberDude | Instagram"
target="_blank" class="instagram"> <i class="fa-brands fa-instagram"></i> </a>
</div>
<div class="social-media">
<!----------------------------- YouTube ------------------------------->
<a href="https://www.youtube.com/@CyberDudeNetworks" title="CyberDude | YouTube"
target="_blank" target="_blank" class="youtube"> <i
class="fa-brands fa-youtube"></i></a>
<!----------------------------- LinkedIn ------------------------------->
<a href="https://in.linkedin.com/company/cyberdude-networks" title="CyberDude | LinkedIn"
target="_blank" class="linkedin"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="footer-col-location location">
<h4>Location</h4>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d62172.224565659424!2d80.04758607017406!3d13.114129426761105!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5289d19bef6d25%3A0xe575e8ba16808e64!2sAvadi%2C%20Tamil%20Nadu%2C%20India!5e0!3m2!1sen!2slk!4v1694425978325!5m2!1sen!2slk"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</div>
</div>
<hr>
<span class="made-by"> Designed By : Mushkir </span>
</div>
</footer>
<!---------------------------------------------- End of Footer ---------------------------------------------->
<!-------------------------------------------- JavaScript Files -------------------------------------------->
<!-- Technology Video playlist JS -->
<script src="./js/playlistVideo.js"></script>
<!-- Scroll Reveal JS -->
<script src="./js/scrollReveal.js"></script>
<!-- Custom JS -->
<script src="./js/script.js"></script>
</body>
</html>