-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.php
66 lines (51 loc) · 1.43 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Learning Notify || About</title>
<link rel="stylesheet" type="text/css" href="style.css"
media="screen">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="topnav"style="margin:0 50px 0 0; font-size:17px;">
<a href="#">About</a>
<a href="file:///C:/xampp/htdocs/IWT%20Project/Learning%20Notify.html">Home</a>
</div>
<hgroup>
<img src="Images/logo2.png">
</hgroup>
</header>
<div class="container4">
<div class="row">
<div class="column">
<h1 style="color:white; float:left; margin:0 0 0 5px; padding:30px 0 0 0; font-size:35px;">About</h1>
<br>
<br>
<br>
<br>
<br>
<p style="font-size:20px; color:white; float:center; margin:0 0 0 px; padding:px 0 0 0;">Score your dream job in the IT sector with free certificates of completion As BitDegree aims to make education & great job opportunities available to all, getting a certificate of completion is completely free & requires no complex application forms.</p>
<p style="color:white;font-size:20px; float:left; margin:0 0 0 60px; padding:100px 0 0 0;"> </p>
</div>
</div>
</div>
</body>
</html>
<style>
* {
box-sizing: border-box;
}
.column {
float: left;
width: 50%;
padding: 10px;
height: 300px;
}
.row:after {
content: "";
display: table;
clear: both;
}
</style>