-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (200 loc) · 7.04 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>After Hours - Cybersecurity</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: Arial, sans-serif;
color: #fff;
overflow-x: hidden;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.video-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
header {
text-align: center;
z-index: 1;
position: relative;
padding: 30px;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(5px);
border-radius: 10px;
margin-top: 150px;
}
header h1 {
font-size: 10em;
font-weight: bold;
color: #1DB954;
margin: 0;
padding:0px;
}
nav {
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(5px);
position: relative;
padding: 0;
margin-top: 0;
border-radius: 10px;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
nav ul li {
margin-right: 20px;
}
nav ul li a {
color: #1DB954;
text-decoration: none;
font-size: 18px;
}
nav ul li a:hover {
text-decoration: underline;
}
.explanation-section {
padding: 20px;
background-color: rgba(18, 18, 18, 0.5);
backdrop-filter: blur(5px);
width: 100%;
max-width: 1000px;
margin-top: 20px;
color: #fff;
text-align: center;
border-radius: 10px;
margin-bottom: 30px;
}
.explanation-section h2 {
font-size: 2.5em;
margin-bottom: 20px;
color: #1DB954;
}
.explanation-section p {
font-size: 1.1em;
line-height: 1.6;
}
.team-section {
display: flex;
justify-content: space-around;
margin: 10px 0;
width: 100%;
padding: 0 20px;
z-index: 1;
}
.team-member {
text-align: center;
max-width: 100px;
background-color: rgba(18, 18, 18, 0.8);
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.team-member img {
width: 100%;
border-radius: 50%;
margin-bottom: 10px;
}
.team-member h3 {
color: #1DB954;
margin-bottom: 10px;
}
.team-member .social-icons a {
margin: 5px;
color: #1DB954;
font-size: 20px;
text-decoration: none;
}
.team-member .social-icons a:hover {
text-decoration: underline;
}
footer {
text-align: center;
padding: 20px 0;
background-color: rgba(18, 18, 18, 0.9);
color: #fff;
position: relative;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<video class="video-background" autoplay loop muted>
<source src="images/2887463-hd_1920_1080_25fps copy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<header>
<h1>After Hours</h1>
</header>
<nav>
<ul>
<li><a href="project1.html">Details</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="newsletter.html">Newsletter</a></li>
<li><a href="webinar.html">Webinar</a></li>
<li><a href="malware.html">Malware</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<section class="explanation-section">
<h2>What is Cybersecurity?</h2>
<p>
Cybersecurity is the practice of defending systems, networks, and data from digital attacks, theft, and damage. In today's increasingly connected world, protecting your personal information and digital assets is more important than ever.
<br><br>
At After Hours, we are committed to guiding you through the complex world of cybersecurity. Whether you are a beginner or an advanced user, we provide the tools, courses, and resources to help you stay safe online and protect your data from evolving cyber threats.
</p>
</section>
<section class="team-section">
<div class="team-member">
<img src="images/WhatsApp Image 2024-12-10 at 23.26.37 copy.jpeg" alt="Team Member 1">
<h3>Harshit Agrawal</h3>
<div class="social-icons">
<a href="https://www.instagram.com/itsharshitagrawal__/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/harshitagrawal-/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Shubhz20" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="team-member">
<img src="WhatsApp Image 2024-12-10 at 23.36.09 copy.jpeg" alt="Team Member 2">
<h3>Harshit Gupta</h3>
<div class="social-icons">
<a href="https://www.instagram.com/motorhead.87/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/harshit-gupta-2061ab309/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/id-87" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="team-member">
<img src="images/WhatsApp Image 2024-12-10 at 23.32.22 copy.jpeg" alt="Team Member 3">
<h3>Rounit Kumar Singh</h3>
<div class="social-icons">
<a href="https://www.instagram.com/raunittxx/profilecard/?igsh=MWloNTN4eG8wOTNnMQ==" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/rounit-singh-99a3b731b/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/rounittxx" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</section>
<footer>
<p>© 2024 AfterHours. All Rights Reserved.</p>
</footer>
</body>
</html>