-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (160 loc) · 6.31 KB
/
index.html
File metadata and controls
167 lines (160 loc) · 6.31 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Academia</title>
<!-- main css link -->
<link rel="stylesheet" href="assetes/style.css">
<!-- text font link -->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<!-- font awsome link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/>
<!-- google font icon -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body>
<section class="top">
<section class="top-inner container d-flex justify-content">
<div class="logo">
<h2>ACADEMIA</h2>
<h3>ONLINE EDUCATION & LEARNING</h3>
</div>
<div class="d-flex justify-content info">
<div class="d-flex">
<div>
<i class="fa-regular fa-clock"></i>
</div>
<div>
<p>Monday - Friday</p>
<p>8:00AM-8:00PM</p>
</div>
</div>
<div class="d-flex">
<div><i class="fa-solid fa-phone"></i>
</div>
<div>
<p>Call Us</p>
<p>+2 392 3929 210</p>
</div>
</div>
</div>
<div class="d-flex social">
<ul class="d-flex">
<li><a href=""><i class="fa-brands fa-facebook"></i></a></li>
<li><a href=""><i class="fa-brands fa-instagram"></i></a></li>
<li><a href=""><i class="fa-brands fa-twitter"></i></a></i></li>
<li><a href=""><i class="fa-solid fa-earth-asia"></i></a></li>
</ul>
</div>
</section>
</section>
<!-- top end -->
<nav>
<section class="nav-inner container d-flex justify-content">
<a href="">Home</a>
<a href="">All Courses</a>
<a href="">About</a>
<a href="">Team</a>
<a href="">Pricing</a>
<a href="">journal</a>
<a href="">Contact</a>
<a href="">GET CERTIFICATE</a>
</section>
</nav>
<!-- nav end -->
<header class="container">
<section class="header-inner">
<div>
<h3>WELCOME TO ACADEMIA</h3>
<h2>Best Online Education Expertise</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
<div class="">
<a href="">GET STARTED NOW! <i class="fa-solid fa-arrow-right"></i></a>
<a href="">VIEW COURSE <i class="fa-solid fa-arrow-right"></i></a>
</div>
</section>
</header>
<!-- header end -->
<section class="about">
<section class="container about-inner d-flex">
<div class="about-img">
<img src="assetes/pic/Untitled70_20221218231401.png" alt=""/>
</div>
<div class="about-info">
<div class="about-title">
<h3 class="h3">LEARN ANYTHING</h3>
<h2 class="h2">Benefits About Online Learning Expertise
</h2>
</div>
<div class="benefits">
<div class="box d-flex">
<div><i class="fa-solid fa-chalkboard-user"></i></div>
<div class="text">
<h3>Online Courses</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
</div>
<div class="box d-flex">
<div><i class="fa-solid fa-certificate"></i></div>
<div class="text">
<h3>Earn A Certificates</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
</div>
<div class="box d-flex">
<div><i class="fa-solid fa-user-tie"></i></div>
<div class="text">
<h3>Learn with Expert</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.
</p>
</div>
</div>
</div>
</div>
</section>
</section>
<section class="package">
<ul class="package-inner d-flex">
<li>
<div>
<div><i class="fa-solid fa-user-graduate"></i></div>
<div>
<h2>3000</h2>
<h3>SUCCESS STORIES</h3>
</div>
</div>
</li>
<li>
<div>
<div><i class="fa-solid fa-user-tie"></i></div>
<div>
<h2>320</h2>
<h3>TRUSTED TUTORS</h3>
</div>
</div>
</li>
<li>
<div>
<div><i class="fa-regular fa-calendar-days"></i></div>
<div>
<h2>1000</h2>
<h3>SCHEDULES</h3>
</div>
</div>
</li>
<li>
<div>
<div><i class="fa-solid fa-arrow-right"></i></div>
<div>
<h2>587</h2>
<h3>COURSES</h3>
</div>
</div>
</li>
</ul>
</section>
</body>
</html>