-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (89 loc) · 4.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1 on 1 Interactive Webinar Programme</title>
<link rel="stylesheet" href="stylesheet.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
</style>
</head>
<body>
<div class="container">
<header>
<div class="logo">
<img src="https://yt3.googleusercontent.com/I5owA-mKY7Ifzc5Nc3DvOx6hFlRcdRKBLrZyTcFj125fQHCGlnScY1aOi8xWu0SHdbV5yYSUFFI=s160-c-k-c0x00ffffff-no-rj"
alt="Clarify Knowledge Logo">
<span><b>
<font size="5">Clarify <br> Knowledge</font>
</b></span>
</div>
<nav>
<a href="#about-programme">About the Programme</a>
<a href="#enroll-now-section">Enroll Now</a>
</nav>
</header>
<main>
<div class="content">
<div class="text">
<span class="hashtag">#CKWillSaveICSE</span>
<h1>1 ON 1 Interactive Webinar Programme for ICSE 2025</h1>
<p>Welcome to our webinar programme designed specifically for ICSE Class 10 students of 2025 who are
seeking clarity and guidance in their preparation journey.</p>
<button class="session-info"><b>Next Session on <br> 13th April, 10:30 PM</b></button>
</div>
<div class="pimage">
<img src="pranay-image.png" alt="Pranay Mishra">
</div>
</div>
</main>
<section id="about-programme">
<h2>Why You Should Join the Session</h2>
<div class="reasons">
<div class="reason">
<span class="reason-number1">#one</span>
<h3>Interaction</h3>
<p>The session is interactive, featuring a voice chat feature that enables you to ask your doubts
directly to Pranay Bhaiya.</p>
</div>
<div class="reason">
<span class="reason-number2">#two</span>
<h3>Mentorship</h3>
<p>Pranay Bhaiya, with experience training thousands of ICSE students, will guide you to achieve a
95% score in your 10th grade exams.</p>
</div>
<div class="reason">
<span class="reason-number3">#three</span>
<h3>Affordable</h3>
<p>The seminar is highly affordable, priced at just Rs 9, making it accessible to every student.</p>
</div>
</div>
</section>
<section id="enroll-now-section">
<div class="enroll-now">
<div class="text">
<div class="hash">
<span class="hashtag">#CKWillSaveICSE</span>
</div>
<h2>Enroll Now</h2>
<p><big><b>
<font size="14">9 Rs</font>
</b></big></p>
<p>For a <strong>Single</strong> Session!</p>
<ul>
<li>1 Hour Duration</li>
<li>Saturday, 6th April</li>
<li>10:00 PM to 11:00 PM</li>
<li>On CK App & Website</li>
</ul>
</div>
<a href="https://clarifyknowledge.classx.co.in/courses/57-1-on-1-interactive-webinar-programme-for-icse-2025-6th-april-10-00-pm" target="_blank"><button class="enroll-button"><b>Enroll Now!</b></button></a>
</div>
</section>
</div>
<footer>
<div class="ribbon">Designed by Asmi Saner</div>
</footer>
</body>
</html>