-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebinar.html
74 lines (63 loc) · 2.87 KB
/
webinar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Webinar Session</title>
<link rel="stylesheet" href="webinar.css">
</head>
<body>
<header>
<h1>Join Our Upcoming Webinar Session</h1>
<p>Stay ahead with expert insights on the latest trends in your field.</p>
</header>
<div class="overview">
<h2>What We'll Cover in the Webinar</h2>
<p>This session will cover crucial strategies and industry insights to help you advance in your career. Topics include:</p>
<ul>
<li>Current trends in the industry</li>
<li>Practical advice for real-world challenges</li>
<li>Tools and techniques to improve performance</li>
</ul>
</div>
<div class="sessions">
<div class="session">
<img src="images/download copy.jpeg" alt="Previous Webinar 1">
<h3>Previous Session: Innovating with AI</h3>
<p>Learn how AI is reshaping industries with case studies and actionable insights.</p>
</div>
<div class="session">
<img src="images/images copy.jpeg" alt="Upcoming Webinar 1">
<h3>Upcoming Session: Cybersecurity Best Practices</h3>
<p>Stay safe in the digital world with the latest cybersecurity trends and solutions.</p>
</div>
<div class="session">
<img src="images/images (1) copy.jpeg" alt="Upcoming Webinar 2">
<h3>Upcoming Session: Digital Marketing Mastery</h3>
<p>Take your marketing efforts to the next level with proven digital strategies.</p>
</div>
</div>
<div class="register">
<a href="#register" class="register-btn">Register Now</a>
</div>
<div class="feedback">
<h2>Feedback from Previous Sessions</h2>
<div class="feedback-block">
<img src="images/WhatsApp Image 2024-12-11 at 15.51.09 copy 3.jpeg" alt="Krushn Daysmookh's Photo" class="feedback-img">
<p>"The AI webinar was so good, I’m now convinced my coffee machine is plotting against me. Still, 10/10, would attend again!"</p>
<span>- Krushn Daysmookh</span>
</div>
<div class="feedback-block">
<img src="images/WhatsApp Image 2024-12-11 at 15.51.09 copy.jpeg" alt="Chetan Amritanshu's Photo" class="feedback-img">
<p>"The cybersecurity webinar was so enlightening, I’m pretty sure I now need to secure my fridge. Who knows what hackers are up to these days?"</p>
<span>- Chetan Amritanshu</span>
</div>
<div class="feedback-block">
<img src="images/WhatsApp Image 2024-12-11 at 15.51.09 copy 2.jpeg" alt="Raghav Khandelwal's Photo" class="feedback-img">
<p>"The ethical hacking session was so insightful, now I’m half tempted to hack into my own computer just to see what happens!"</p>
<span>- Raghav Khandelwal</span>
</div>
</div>
</body>
</html>