-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (59 loc) · 2.75 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Wilfred Patrick</h1>
<img src="images/profile-img.jpg" width="200px" alt="profileImg">
<h2>Summary</h2>
<p>Developer Advocate, passionate about blockchain, seasoned community manager, and content creator with a talent for simplifying complex concepts.</p><hr>
<h2>Education</h2>
<ul>
<li>Bachelor of Engineering, Computer Engineering - University of Uyo, Nigeria (2015 - 2021)</li>
</ul><hr>
<h2>Work experience</h2>
<ul>
<li><h4>Country Coordinator - EOS Blockchain Nigeria</h4></li>
<p>December 2022 - July 2023</p>
<p>
I founded EOS Blockchain Nigeria with the vision of promoting and advancing the adoption of
blockchain technology, specifically focusing on the EOS blockchain, within Nigeria. I created the community from scratch and we have played a pivotal role in fostering awareness, education, and community development around blockchain technology and its numerous applications in the country.
</p>
<li><h4>Community Manager & Customer Support</h4></li>
<p>November 2021 - June 2023</p>
<p>
I played a vital role in fostering a thriving and engaged online community centred around the brand and its values from inception. I coordinated the activities of the community, recruitment of new bees, and promoted dialogue on the channel by responding to questions & assisting members of the community.
</p>
<li><h4>Community Manager</h4></li>
<p>January 2019 - July 2022</p>
<p>
I was in charge of the project's community and online presence which cuts across providing strategy for development, content creation/writing, customer support and reaching out for partnership and collaboration. Also took charge of onboarding new people into the project.
</p>
</ul><hr>
<h2>Strength and Expertise</h2>
<ul>
<li>Content development</li>
<li>Customer service</li>
<li>Leadership</li>
<li>Project management</li>
<li>Time Management/Planning</li>
</ul><hr>
<h2>Certifications</h2>
<ul>
<li>Front-end developer, Roothub - 2019</li>
<li>Customer Service, Udemy - 2021</li>
<li>Digital Marketing, Udemy - 2022</li>
</ul><hr>
<h2>Other</h2>
<ul>
<li><a href="public/hobbies.html">My Hobbies</a></li>
<li><a href="public/contact.html">Contact Me</a></li>
</ul>
<footer>
<p>© Coded by Wilfred Patrick</p>
</footer>
</body>
</html>