-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb1.html
93 lines (73 loc) · 3.88 KB
/
web1.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
<DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/web1makeover.css">
<link rel="icon" type="image/png" href="html5.png">
<script src="https://kit.fontawesome.com/ec931c6b7f.js" crossorigin="anonymous"></script>
<title>webpage</title>
</head>
<body>
<div class="container">
<div class="main">
<nav>
<div class="logo">
<h2>SmartEDU</h2>
</div>
<ul>
<li><a href="#">HOME</a></li>
<li><a href="course.html">COURSES</a></li>
<li><a href="adminpage.html">ADMIN PANEL</a></li>
<li><a href="contactus.html">CONTACT US</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
</ul>
</nav>
</div>
</div>
<div class="slider">
<div class="title">
<h1>An investment in <span>knowledge always</span> pays the best interest</h1>
<p>professional learining platform for learing anytime access makes a student </p>
<a href="loginpage.html" class="btn">LOGIN</a>
<a href="registration.html" class="btn">REGISTER</a>
</div>
</div>
<div class="main">
<div class="flex_container">
<div class="flex_items">
<i class="far fa-newspaper"></i>
<h5>Artical</h5>
<p>the best online platform with world's top most teachers</p>
</div>
<div class="flex_items">
<i class="fab fa-facebook-square"></i>
<h5>Facebook</h5>
<p>like and sucribe our fb page for reguler updates of courses</p>
</div>
<div class="flex_items">
<i class="fab fa-instagram-square"></i>
<h5>Instagram</h5>
<p>we are also in the instgram folllow us there and get regular updates</p>
</div>
</div>
<div class="flex_container">
<div class="flex_items2">
<h6>Easy way to access and great way of learning</h6>
<h3>Perfect for every student</h3>
<p> Our founder and of the this unversity billi adams M tech from MIT <br> the smartEDU platfrom set up at 2010 we had 10 years of exprience <br>in online platform and it india's one the best and
old online platform
<h4>How to use SmartEDu</h4><br>
<p>
first student have to register themselfs<br> in the in the registration portal and then <b>SmartEdu</b> team <br>will privded you password and user id
then you can login in the student portal<br> to see your prograssion and after passing<br> the We will provided <br>you a golbal recognize certificate and chance of interships in top companys
</p>
<div class="readmore"><a href="#">ReadMore</a></div>
</div>
</div>
<div class="flex3">
<div class="image">
<img src="images/thisisengineering-raeng-1oYSrlQrpY4-unsplash.jpg" alt="admin">
</div>
</div>
</div>
</body>
</html>