-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (62 loc) · 6.42 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
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World | I'm Sprime</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Nigerian who enjoys simplifying things and creating beautiful experiences.">
</head>
<body>
<div class="body">
<section>
<header>
<h2>Hi I'm <a href="about-sprime.html">Sprime</a> (aka Osioke Onoarue Oarue-Itseuwa).
</h2>
<p>I love simplifying things and creating beautiful experiences.</p>
</header>
<div class="blurb">
<p>
I also love expressing myself via <a href="https://medium.com/@osioke" title="Osioke on Medium" target="_blank">words</a> and <a href="https://instagram.com/osioke_" title="Osioke on Instagram" target="_blank">pictures</a>, and solving problems around me. This has led me to start various projects like: </p>
<ul>
<li> <a href="https://community.growthclinic.xyz/" target="_blank">Growth Clinic</a>: A community accelerator and incubator for individuals in Web3. It leverages open principles and social impact projects to transform individuals and their communities into economies and ecosystems.</li>
<li> <a href="https://communitystaples.substack.com" target="_blank">Community Staples</a>: A publication about the science that is Community Management for Nigerian millenials to learn from.</li>
<li> <a href="https://disease-info.herokuapp.com/" target="_blank">Disease Info</a>: A health information resource app to make verified information on fatal diseases in Nigeria readily accessible across all media channels.</li>
<li> <a href="https://www.instagram.com/ganinigeria/"target="_blank">Gani</a>: A digital museum documenting and exhibiting the beauty that is around us. Currently a WIP.</li>
<li> <a href="http://osioke.com/learnbydoing/" target="_blank">Learn by doing</a>: A skill education/training program to help newbie developers learn and build confidence by contributing to real life projects.</li>
<li> <a href="https://medium.com/frintern/meet-frintern-a-better-way-to-start-and-grow-in-a-career-you-love-4509754b48ee" target="_blank">Frintern</a>: A web app to help individuals find out what online tech skills they are naturally good at, and help them learn these skills. Now sunsetted.</li>
</ul>
<br>
<p>
As my full time job, I am currently designing, building, managing and growing communities across multiple industries, to know more, please check my current job roles on <a href="https://www.linkedin.com/in/osiokeitseuwa/"
title="Osioke Itseuwa on LinkedIn" target="_blank">my LinkedIn profile</a>.
</p>
<br>
<section>
<h3>
Talks, Essays, Presentations and Frameworks
</h3>
<ul>
<li> <a href="https://rsdsymposium.org/identity-and-digital-spaces-a-cooperative-experience/" title="Presentation on Identity and Digital Spaces: A cooperative experience" target="_blank">Identity and Digital Spaces: A cooperative experience</a> - A presentation on how to improve the cooperative experience </li>
<li> <a href="https://docs.google.com/presentation/u/0/d/1aAfObVQumSAdIMHv5vSDYCfEnbmsXMct2VH6TlgahCg/edit" title="Slides on Community + Open Source = Sustainable Growth?" target="_blank">Community + Open Source = Sustainable Growth?</a> - A presentation on how leveraging communities and open source can create sustainable growth </li>
<li> <a href="https://speakerdeck.com/osioke/growth-clinics-growth-and-innovation-system" title="Slides on the Growth and Innovation System" target="_blank">A Growth and Innovation System</a> - A framework to improve and innovate processes, products and services within communities, and evolve them into economies and ecosystems </li>
<li> <a href="https://communitystaples.substack.com/p/how-i-created-a-system-to-transform?s=w" title="An explainer on how I created the Growth and Innovation System" target="_blank">How I Created a System to Transform Communities into Economies and Ecosystems</a> - An explainer on how I created the Growth and Innovation System </li>
<li> <a href="https://communitystaples.substack.com/p/how-to-start-and-grow-a-community?s=w" title="An article on the 4 steps to growing your community" target="_blank">4 Steps to Community Growth</a> - A step by step guide showing you how to grow your community. </li>
<li> <a href="https://communitystaples.substack.com/p/improve-customer-community-experience?s=w" title="An article on how to improve your community's experience using an experience map" target="_blank">Improving your community's experience with an experience map</a> - A guide that explains in detail how to improve the experience within your community, and set it up for success. </li>
<li> <a href="http://bit.ly/3Steps2Innovation" title="Slides on The 3 Steps To Innovate System" target="_blank">3 Steps To Innovate System</a> - A mental model to allow <em>anyone</em> create new marketable systems, solutions or products or improve existing ones. </li>
<li> <a href="https://spracks.com/enabling-the-nigerian-informal-sector-with-financial-services-7d1f6df7831f" title="Research essay on Enabling The Nigerian Informal Sector With Financial Services" target="_blank">Enabling The Nigerian Informal Sector With Financial Services</a> - Research essay on improving financial inclusion in a Lagos, Nigeria </li>
</ul>
</section>
<br>
<section>
<h3>Contact Me</h3>
<p>Do you have something you'd like us to work on? Shoot me an email using osiokeitseuwa@gmail.com or <a href="http://bit.ly/dm-sprime" title="Contact Me" target="_blank">Send me a DM on Twitter</a>.</p>
</section>
</div>
</section>
</div>
<footer>
<p>You've just been <a href="https://osioke.com">Sprimed!</a></p>
</footer>
</body>
</html>