-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6.about.php
75 lines (66 loc) · 2.26 KB
/
6.about.php
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
<html>
<head>
<style>
*{
margin:0px;
padding:0px;
}
body{
font-family: Arial, Helvetica, sans-serif;
}
.wrap{
width: 100%;
height: 35%;
background-color:#34626c;
}
.wrap h1{
position:absolute;
top:7%;
left:45%;
font-size: 50;
color: white;
}
.wrap h4{
position: absolute;
left:43%;
top: 21%;
letter-spacing: 1px;
opacity: 0.6;
}
.about h2{
position: absolute;
top: 45%;
left: 48%;
}
.about p{
position: absolute;
top:55%;
left:48%;
line-height: 30px;
letter-spacing: 1px;
}
.about img{
position: relative;
width: 620px;
height: 487px;
opacity: ;
}
</style>
</head>
<body>
<div class="wrap">
<h1>About us</h1>
<h4>Enhance upgrade skills with Edukos</h4>
</div>
<div class="about">
<h2>Our vision</h2>
<p>Edukos envisions to provide the brightest way to learn the techinical topics right <br>in your hands.
You will be having a very good ease to learn. We will be giving the <br>guidence in the form of road maps that helps you to prepare for your competitive <br>exams and placements.
Not only this you can get different notes and textbooks for <br>different subjects here in our EDUKOS.
Intended users or students can contact or<br> raise a requestto a faculty memberto get your doubts clarified.
Faculty members<br> also provide few notes and help you in knowing the importance of a particular subject.</p>
<img src="images/vas.jpeg">
</div>
</div>
</body>
</html>