-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstindex.html
81 lines (69 loc) · 3.47 KB
/
firstindex.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E.cell Project</title>
<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=Darumadrop+One&family=Josefin+Sans:ital,wght@1,300&family=Kalam:wght@700&family=Lobster&family=Open+Sans:ital@1&family=Poppins:ital,wght@0,100;0,200;0,500;1,500;1,600;1,700;1,900&family=Recursive:wght@900;1000&family=Roboto+Mono&family=Roboto+Slab&family=Roboto:wght@100;400&family=Shrikhand&family=Updock&display=swap"
rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<div class="box1">
<div id="_1">E-</div>
<div id="_2">Learning</div>
</div>
<div class="box2">
<a href="">Home</a>
<a href="">About Us</a>
<a href="">Services</a>
<a href="">Contact Us</a>
<!-- <a href=""> privacy policy</a> -->
</div>
<div class="btn"><button id="btn">Subscribe</button></div>
</div>
<div class="contenth2"><h2>Hello What do you want to learn </h2></div>
<div class="container1">
<div class="conntainer1box">
<input type="search" name="" id="input" placeholder="Search Activity"><button id="btn2">Search</button>
</div>
<div class="login"><button><i class='bx bxs-user-detail' ></i>Login</button></div>
<!-- <div class="login"><span><i class='bx bxs-user-detail' ></i></span></div> -->
</div>
<div class="container2">
<div class="container2box">
<div id="image"><img src="image/downloadravh.jpeg" alt=""></div>
<div class="content"><h2>Python Complete Course Bootcamp</h2>
<p>Python bootcamp involves structuring a comprehensive learning program that covers various aspects of Python programming. Below is an outline that you can use as a starting point for designing a Python </p>
<button id="btn3">Get Started</button></div>
</div>
<div class="container2box">
<div id="image"><img src="image/Artifical-Intelligence.-Machine-Learning-at-RRCE.png" alt=""></div>
<div class="content">
<h2>AI & ML Complete Course Bootcamp</h2>
<p>Designing a comprehensive AI & ML (Artificial Intelligence and Machine Learning) bootcamp involves covering foundational concepts, hands-on coding exercises, and real-world applications. Below is a suggested outline </p>
<button id="btn3">Get Started</button>
</div>
</div>
<div class="container2box">
<div id="image"><img src="image/1657711469335.png" alt=""></div>
<div class="content"> <h2>Cyber Security Course Bootcamp</h2>
<p>Designing a Cybersecurity course bootcamp requires a comprehensive approach to cover various aspects of cybersecurity, from foundational concepts to practical skills. Below is a suggested outline</p>
<button id="btn3">Get Started</button></div>
</div>
</div>
<div class="footer">
<div class="footerbox1">
e-learning
</div>
<div class="footerbox2">
<a href="">Home</a><a href="">About Us</a><a href="">Contact Us</a><a href="">Privacy Policy</a><a href="">Services</a>
</div>
</div>
</body>
</html>