-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (66 loc) · 3.7 KB
/
index.html
File metadata and controls
74 lines (66 loc) · 3.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet"href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<img src="images/my-image.jpg" alt="Passport photo" style="float: right; width: 200px; height: 200px; border-radius: 50%; margin: 20px;">
<nav>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#interests">Interests</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="intro">
<h1> Introduction</h1>
<h2>About me</h2>
<h2>RAWLLINCE ONYANGO OKELLO</h2>
<p>A dedicated and passionate teacher with strong foundation in education and growing passion in technology.
I am currently training as a web developer with focus on creating functional web pages and
softwares that can be used to improve learning outcomes.
My goal is to merge my pedagogical skills with my technical abilities to inovate within the educational sector.
My driving force is the desire to have technical skills that can be incorporated
in education and equip the todays learners with 21st century skills.
</p>
</section>
<section id="education">
<h1>Education</h1>
<p>A P1 trained teacher and TSC employed currently working in Homabay county Mbita subcounty Mbita Point International School
I am also currently a software developer trainee at Mbita Training and Vocational college and a 2025 July cohort student at Power Learn Project.</p>
<a href="my-cv.pdf" download='Rawllince-CV.pdf'>Download My CV</a>
</section>
<section id="interests">
<h1>Interests</h1>
<p>A tech enthusiast who wants to remain relevant in the ever changing world in class and also outside the classroom level.
Build apps and websites that learners can interract with and gain useful information.
create automation services to easen the everyday todays tasks and reduce job manual monotony</p>
</section>
<section id="projects">
<h1>Projects</h1>
<div class="project-links">
<a href="https://github.com/Rawllince/calculator.py/blob/main/calculator.py" target="_blank" rel="noopener noreferrer" class="btn btn-primary">View Project1</a>
<a href="https://github.com/Rawllince" target="_blank" rel="noopener noreferrer" class="btn btn-secondary">View on GitHub</a>
<a href="https://github.com/Rawllince/index.html/blob/main/index.html" target="_blank" rel="noopener noreferrer" class="btn btn-primary">View Project2</a>
<a href="https://github.com/Rawllince" target="_blank" rel="noopener noreferrer" class="btn btn-secondary">View on GitHub</a>
</div>
</section>
<section id="contact">
<h1>Contact</h1>
<p>Contact information and links to social media.</p>
<a href="mailto:rawllincecj@gmail.com"><i class="fa fa-envelope"></i></a>
<a href="https://wa.me/+254726737491"><i class="fa fa-whatsapp"></i></a>
<a href="https://github.com/Rawllince"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/rawllince-c-joe-5a611831a"><i class="fa fa-linkedin"></i></a>
</section>
<footer>
<p>© 2025 Rawllince Okello. All rights reserved.</p>
</footer>
</body>
</html>