-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
105 lines (88 loc) · 4.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="intro.css">
<title>Aasha</title>
</head>
<body>
<!-- Header -->
<div class="header-container">
<div class="header">
<div class="logo-container">
<img src="aasha.jpeg" class="logo">
</div>
<div class="image-container">
<img src="kids.webp" class="kids">
</div>
<div class="header-text-container" style="color: white; font-family: Karla;">
<h1 class="display-4 fst-italic">The ability to learn is a skill ,<br>
The willingness to learn is a
CHOICE.</h1>
<p class="lead-my-3">
<h2> Let's Make a choice together </h2>
</p>
<a type="button" class="btn btn-outline-light" href="study.html" >STUDY</a>
</div>
</div>
</div>
<!-- Main Body -->
<div class="body">
<div class="board-container">
<div class="container marketing">
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row-featurette">
<div class="col col-md-7">
<h1 class="featurette-heading fw-normal lh-1"> Kerela Board Of Public Examination</h1>
<a href="kbpe/kbpeindex.html" type="button" class="btn btn-outline-dark">L e a r n</a>
</div>
<div class="col-md-5">
<img src="kbpe.webp" class="board-logo">
</div>
</div>
<hr class="featurette-divider">
<div class="row-featurette">
<div class="col-md-5">
<img src="cbse.png" class="board-logo">
</div>
<div class="col col-md-7">
<h1 class="featurette-heading fw-normal lh-1"> Central Board Of Secondary Education</h1>
<a href="cbse/CLASSSELECTIONPAGE.html" type="button" class="btn btn-outline-dark">L e a r n</a>
</div>
</div>
<hr class="featurette-divider">
<div class="row-featurette">
<div class="col col-md-7">
<h1 class="featurette-heading fw-normal lh-1"> Indian Certificate of Secondary Education </h1>
<a href="icse/ResourcePage.html" type="button" class="btn btn-outline-dark">L e a r n</a>
</div>
<div class="col-md-5">
<img src="icse.webp" class="board-logo" style="width: 400px;">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div>
</div>
</div>
<!-- Footer -->
<div class="footer-container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top ">
<p class="col-md-4 mb-0 " style="color: white;">© 2023 Company, Inc</p>
<a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<img src="aasha.jpeg" class="footer-logo">
</a>
<div style="display: flex; color: white;">
<a class="nav-item"><a href="#" class="nav-link px-2 ">Home</a>
<a class="nav-item"><a href="#" class="nav-link px-2 ">Features</a>
<a class="nav-item"><a href="#" class="nav-link px-2 ">FAQs</a>
<a class="nav-item"><a href="#" class="nav-link px-2 ">About</a>
</div>
</footer>
</div>
</body>
</html>