-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume.Html
66 lines (59 loc) · 2.49 KB
/
Resume.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
<!DOCTYPE html>
<html>
<head><!---NOTE INFORMATION ENTERTED ON THIS PAGE ARE PARTIALLY NOT CORRECT JUST FOR ASIGNMENT USE-->
<!-----********************************link to the style sheet----->
<link rel="stylesheet" type="text/css" href="Resume.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
</head>
<body>
<div class="container">
<main class="row">
<!-- **************** Education Section Starts -->
<section class="col">
<header class="title">
<h2>EDUCATION</h2>
</header>
<div class="contents">
<div class="box">
<h4>2018 - 2022</h4>
<h3>SECONDARY SCHOOLgit DEGREE</h3>
<p> St Columbas Seminary Secondary School Ikeduru --------SSCE</p>
</div>
<div class="box">
<h4>2018 - 2022</h4>
<h3>BACHELOR'S DEGREE</h3>
<p> RIVERS STATE UNIVERSITY OF SCIENCE AND TECHNOLOGY--------BSC</p>
</div>
<div class="box">
<h4>2018 - 2022</h4>
<h3>MASTER DEGREE</h3>
<p> St Columbas Seminary Secondary School Ikeduru --------SSCE</p>
</div>
<!-- **************Ending of Education Section***************-->
<!-- **************Experience S-->
</section>
<!-- **************** Education Section Starts -->
<section class="col">
<header class="title">
<h2>EXPERIENCE</h2>
</header>
<div class="contents">
<div class="box">
<h4>2018 - 2022</h4>
<h3>BANKER</h3>
<p> ACCESS BANK--------SSCE</p>
</div>
<div class="box">
<h4>2018 - 2022</h4>
<h3>FULL STACK DEVELOPER</h3>
<p> RIVERS STATE UNIVERSITY OF SCIENCE AND TECHNOLOGY--------BSC</p>
</div>
<div class="box">
<h4>2018 - 2022</h4>
<h3>FRONT END DEVELOPER</h3>
<p> St Columbas Seminary Secondary School Ikeduru --------SSCE</p>
</div>
<!-----EXPERIENCE SESSION ENDS-->
</body>
</html>