-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (59 loc) · 3.96 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
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<meta name = "author" content="James Akande">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#my projects">My Projects</a></li>
<li><a href="#contact me">Contact Me</a></li>
</ul>
</nav>
</header>
<section id="home">
<h1>Welcome to My Portfolio!</h1>
<p>Hello there!</p>
<p> My name is James Akande, a technical writer with a focus on user and product documentation, and you are checking out my portfolio website.</p>
</section>
<section id="about">
<h2>About Me</h2>
<p>My name is James Akande, a technical writer focused on simplifying technical concepts and products for technical and non technical users</p>
<p> This is my mission - to bridge the gap between complexity and clarity. <br> With a passion for creating clear and accessible technical content, I strive to create straightforward, and precise technical content and documentation tailored for both developers and non-technical users.</p>
<p> Whether deciphering complex concepts for your internal teams or simplifying user-facing documentation in different formats, I like to make technology understandable for everyone.</p>
<p>My background in technical writing, content marketing for SaaS brands, SEO, and over 3 years of experience has equipped me to craft a wide range of materials - from Web3 explainer articles to user guides and tutorials. I firmly believe that good technical documentation is pivotal to a product's success, and is just as important as the code that runs it.</p>
<p>In my world, clarity, ease, and accessibility are more than just principles; they are what defines a positive user experience. Whether for your internal teams or external users, let's work together to ensure that everyone, regardless of their technical prowess, can navigate your comcepts, tools, and products effortlessly.</p>
</section>
<section id="my projects">
<h2>My Projects </h2>
<p>Here are a few of my projects</p>
<ul>
<li> <a href="https://github.com/jamesalexakande/Twitter-Web-User-Guide">Twitter User Guide</a>
</li>
<li> <a href="https://drive.google.com/file/d/1jwDZb2Pmot1JU4cauOPOBq28gZZOc5xv/view?usp=drivesdk">App Release Notes</a>
</li>
<li> <a href="https://technicallyjames.hashnode.dev/a-technical-writers-guide-to-markdown">Markdown Walkthrough</a>
</li>
<li> <a href="https://docs.google.com/document/d/1o8Wf36b_89-qRJPDewQ-ChtgEcETSMHu/edit#heading=h.o1lwp3za21tv">Explainer on Smart Contracts</a>
</li>
</ul>
</section>
<section id="contact me">
<h2>Contact Me</h2>
<p>Interested in my services, scheduling a discovery call, or having conversations on creating better products?</p>
<p>Then feel free to reach out to me via the channels below!</p>
<ul>
<li> <a href="mailto:[email protected]">Send A Mail!</a>
</li>
<li> <a href="https://wa.me/2349033372879">Send A Whatsapp Message!</a>
</li>
<li> <a href="https://linkedin.com/in/olatunde-james-akande">Reach me on Linkedin!</a>
</li>
</ul>
</section>
</body>
</html>