-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (83 loc) · 3.49 KB
/
Copy pathindex.html
File metadata and controls
90 lines (83 loc) · 3.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.6.0/fonts/remixicon.css" rel="stylesheet" />
</head>
<body>
<nav class="topnav">
<div class="brand">
<img src="https://dfdx9u0psdezh.cloudfront.net/logos/full-logo.webp" alt="Sheriyans Coding School" />
</div>
<div class="nav-actions">
<div class="nav-links" id="navLinks" role="menu">
<a href="#" role="menuitem">Home</a>
<a href="#" role="menuitem">Courses</a>
<a href="#" role="menuitem">Cohort 2.0</a>
<a href="#" role="menuitem">Request Callback</a>
<a href="#" role="menuitem">Classroom</a>
<button class="icon-btn" aria-label="Notifications">
<i class="ri-notification-2-fill"></i>
</button>
<img class="profile-img"
src="https://yt3.ggpht.com/ytc/AIdro_ka_OJb0XNJYDEohFXLN9aw8SQx2wooMyAYwzwnScVwBS5AeOdo4U3-cDL-EXswMyKilw=s88-c-k-c0x00ffffff-no-rj"
alt="Profile" />
</div>
<button class="menu-btn" aria-expanded="false" aria-controls="navLinks" aria-label="Toggle Menu">
<i class="ri-menu-line"></i>
</button>
</div>
</nav>
<main>
<section class="section1">
<div class="left">
<h1>
2.0 Job Ready AI Powered Cohort: Complete Web Development + DSA +
Gen-AI + Aptitude
</h1>
<div class="tags">
<h4>MERN Stack</h4>
<h4>DSA with JS</h4>
<h4>AI Powered</h4>
<h4>Placement Focused</h4>
<h4>Aptitude and Reasoning</h4>
</div>
<h3 class="price">
Price <span class="green">₹ 5,999</span>
<span class="lgray">₹ 11,999</span>(+ GST)
</h3>
<h5 class="green">Scratch Card in the End!</h5>
<div class="cta">
<button>Buy Now</button>
<button>View Syllabus</button>
</div>
<h6>Batch Starts on <span class="green">15th May</span></h6>
</div>
<div class="right">
<div class="right-in">
<div class="image">
<img src="https://px.pixxo.io/sheryians/courses/thumbnails/cohort2Thumbnail.jpeg"
alt="Cohort 2.0 Thumbnail" />
</div>
<div class="image-bottom">
<h4>Language : <span class="green">Hinglish</span></h4>
<h4>Certification : <span class="green">Yes</span></h4>
<h4>Schedule : <span class="green">Mon-Sat</span> (8:30 PM)</h4>
<h4>Total Content : <span class="green">250+ Hours</span></h4>
</div>
</div>
</div>
</section>
<section class="section2">
<div>
<h1 class="bloom">Get Placed.</h1>
<h1>Get Placed.</h1>
</div>
<h3>with job ready AI powered cohort</h3>
</section>
</main>
</body>
</html>