-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
70 lines (53 loc) · 2.22 KB
/
Copy pathabout.html
File metadata and controls
70 lines (53 loc) · 2.22 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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="choose">
<div class="why-choose container">
<div class="why-choose-title">
<h2>Why Choose Grad School</h2>
</div>
<div class="reasons">
<h3> BEST EDUCATION</h3>
<h3>BEST EDUCATION</h3>
<h3>BEST EDUATION</h3>
</div>
<div class="best-part container">
<img src="/choose-us-image-01.png n.png" alt="">
<div class="best-education container">
<h3>Best Education</h3>
<p>Grad School is free educational HTML template with Bootstrap 4.5.2 CSS layout. Feel free to use
it for educational or commercial purposes. You may want to make a little donation to TemplateMo.
Please tell your friends about us. Thank you.</p>
</div>
</div>
</div>
</div>
<div class="take-register">
<div class="take-part container">
<h1>Take <span>any online course</span> and win $326 for your next class</h1>
<div class="counter">
<div class="value"> 257 <span>DAYS</span> </div>
<div class="value"> 9 <span>HOURS</span></div>
<div class="value"> 20 <span>MINUTES</span></div>
<div class="value">40 <span>SECONDS</span></div>
</div>
</div>
<div class="form container">
<h3>Register your free account and get immediate access to online courses</h3>
<div class="direct-label ">
<input type="text" placeholder="Enter your name">
<input type="email" placeholder="Enter Your email">
<input type="number" placeholder="Enter your number">
<button>GET IT NOW</button>
</div>
</div>
</div>
</body>
</html>