-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (125 loc) · 6.9 KB
/
index.html
File metadata and controls
132 lines (125 loc) · 6.9 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<link rel="stylesheet" href="index.css">
<body>
<div class="details">
<div class="firstdetails">
<img id="james" src="jamess.png" alt="" srcset="" width="200px">
<h3> <u>CONTACT</u></h3>
<div id="location">
<img src="location.png" alt="" srcset="" width="20px" height="20px">
<p>14, Oladimeji Street, Meiran, Lagos.</p>
</div>
<div id="whatsapp">
<img src="whatsapp.png" alt="" srcset="" width="20px" height="20px">
<p>+234 810 1599 713</p>
</div>
<div id="gmail">
<img src="gmail.png" alt="" srcset="" width="20px" height="20px">
<p>adekoyaadedeji2@gmail.com</p>
</div>
<div id="call">
<img src="call.png" alt="" srcset="" width="20px" height="20px">
<p>+234 810 1599 713</p>
</div>
<h3> <u>EDUCATION</u></h3>
<div id="education">
<p>University of Lagos             In view</p>
<p> Bsc. Philosophy </p>
<p id="homeland">Homeland College             2010 - 2016 </p>
<p> FLSC</p>
<p id="homeland">Hail Mary School               2010 - 2016 </p>
<p> FLSC</p>
</div>
<div id="reference">
<h3><u>REFERENCE</u></h3>
<P id="p">Adekoya Adebayo Jubril</P>
<p id="p"> Fullstack Developer</p>
<p id="p">08173557779</p>
</div>
</div>
<div class="seconddetails">
<div id="profile">
<h1>ADEKOYA ADEDEJI JAMES</h1>
<h2>FRONTEND DEVELOPER</h2>
</div>
<h3><U>PROFILE</U></h3>
<p id="about">My name is Adekoya Adedeji James like the way is stated above. I'm a Junior
developer with 1year experience and also a student of Philosophy in UNILAG.
I started journey into web late year which i was influenced by my elder brother
who's a Fullstack Developer. To be a Programmer is not an easy <br>
task, each day I do encounter bugs "Bugs no dey finish".
I am a man("man keh abi small boy") of Priciple I live by a belief
which says "Do not to others what you cannot do to yourself". Life is meant
to be enjoyed and not to do wicked or suffer people.
</p>
<h3> <u>WORK EXPERIENCE</u></h3>
<P id="babs">DIV MERCY INSTITUTE          
             
         
             
         
              2021-2021
</p>
<p id="post"> <i>Post:</i>          
             
         
             
         
                       
             
         
  TEACHER
</p>
<P id="babs">BABS-TECH INSTITUTE          
             
         
             
         
              2019-2020
</p>
<p id="post"> <i>Post:</i>          
             
         
             
         
                       
             
         
  MANAGER
</p>
<P id="babs">MINT-TECH INSTITUTE          
             
         
             
         
              2019-2019
</p>
<p id="post"> <i>Post:</i>          
             
         
             
         
                       
             
         
  MANAGER
</p>
<h3><u>SKILLS</u></h3>
<div id="skills">
<p>Microsot Offices(Word, Excel, Power-point)</p>
<p >Graphics Designs (Corel-draw, Photoshop)</p>
<p>HTML</p>
<P>CSS</P>
<P>JAVASCRIPT</P>
</div>
</div>
</div>
</body>
</html>