-
Notifications
You must be signed in to change notification settings - Fork 1
/
education.html
40 lines (34 loc) · 1.3 KB
/
education.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
<!DOCTYPE html>
<html>
<head>
<title>Education</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="style2.css">
<style>
h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif, font-weight: ;}
body{font-family: Helvetica;
background-color:teal;
}
</style>
</header>
<body>
<header class="w3-container w3-center w3-padding-32">
<div style="background-image: url('images/background5.jpg');">
<h1 class="w3-center w3-animate-fading w3-blue"><b><em>EDUCATION BACKGROUND</em></b></h1>
</header>
</head>
<body>
<center>
<h2><u><b>Education Background</b></u></h2>
<h4><strong> Bachelor in <span>Mechatronic Engineering</span>, Jomo Kenyatta University of Agriculture and
Technology: 2017-date </strong></h4>
<br>
<h4><b>Kenya Certificate of Secondary Education, Buruburu Girls Secondary School: 2013-2016.</b></h4>
<br>
<h4><b>Primary School-Tender Care Junior Academy; from 2003-2012.</b></h4>
</center>
</body>
</html>