-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-2.html
147 lines (128 loc) · 5.52 KB
/
index-2.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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>resume 2</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main2.css">
<link href="https://fonts.googleapis.com/css?family=Patua+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="page">
<div class="left">
<!-- <div class="img-center"> -->
<div class="image">
<img src="avater.jpg" class="avater" alt="">
</div>
<!-- </div> -->
<div class="title">
<h2>CHINWOKWU</h2>
<h2>JAMES</h2>
<p>web developer</p>
</div>
<div class="contact">
<h3 class="item-title">Contact</h3>
<p>chinwokwuj@gmail.com</p>
<p>+08175845845</p>
<p></p>
<p>CDN Estate, lugbe, Abuja,Nigeria.</p>
</div>
<div class="skills">
<h3 class="item-title">Skills</h3>
<p>chinwokwuj@gmail.com</p>
<p>+08175845845</p>
<p></p>
<p>CDN Estate, lugbe, Abuja,Nigeria.</p>
</div>
<div class="software">
<h3 class="item-title">Software</h3>
<p>chinwokwuj@gmail.com</p>
<p>+08175845845</p>
<p></p>
<p>CDN Estate, lugbe, Abuja,Nigeria.</p>
</div>
</div>
<div class="right">
<div class="profile">
<h3>Profile</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod est qui dignissimos! Quia architecto
debitis ex mollitia natus, non qui obcaecati. Enim accusantium quae saepe iste perspiciatis unde,
nesciunt natus.</p>
</div>
<div class="work-experience">
<h3>Work Experience</h3>
<div class="item">
<h4>General Secretary<span> /</span> <span>2018-2019</span></h4>
<h5>National Association of Computer Science Student(NACOSS) LMU Chapter<span> /</span> <span>Kwara
State,Nigeria</span></h5>
</div>
<p class="task">Achievements/Tasks</p>
<ul>
<li>Schedule and coordinate meeting , appointments and
arrangement for the organization</li>
<li>Draft letters for the association as requested</li>
<li>Provision of contacts for various sponsors for event</li>
<li>General Secretary of the Year Award</li>
</ul>
<div class="item">
<h4>Internship<span> /</span> <span>01/2018 - 06/2018</span></h4>
<h5>Access Solutions LTD<span> /</span>
<span>FCT Abuja,Nigeria</span></h5>
</div>
<p class="task">Achievements/Tasks</p>
<ul>
<li>Test and deployment of software application</li>
<li>Perform updates on already existing software</li>
<li>Assist Software Developing staffs to debug application</li>
<li>Represent company as field agents to client</li>
</ul>
</div>
<div class="Education">
<h3>Education</h3>
<div class="item">
<h4>Bachelor of Computer science<span> /</span> <span>2015 - 2019</span></h4>
<h5>Landmark University<span> /</span> <span>Kwara
State,Nigeria</span></h5>
</div>
<div class="item">
<h4>High School<span> /</span> <span>2009 - 2015</span></h4>
<h5>Faith Academy Goshen/Abuja<span> /</span> <span>FCT Abuja,Nigeria</span></h5>
</div>
</div>
<div class="certificate">
<h3>certificate</h3>
<div class="item">
Certificate of participation at NaijaHack2018 (2018)
<p class="small-text">held at Lagos,Nigeria</p>
</div>
<div class="item">
Information Technology Infrastructure Library(ITIL)(05/2018)
<p class="small-text">held at Access solution LTD office</p>
</div>
</div>
<div class="personal-project">
<h3>personal project</h3>
<ul>
<li>
<p class="item-decription">Development and Design of an Applicant Tracking System (2018 –
2019)
</p>
</li>
<li>
<p class="item-decription">A html&css conversion of my resume <a id="resumeLink" target="blank"
href="https://jamesresume.netlify.com">click</a>
the
link to view resume
</p>
</li>
</ul>
</div>
<div class="References">
<h3>References</h3>
<p class="task">References are available upon request</p>
</div>
</div>
</div>
</body>
</html>