Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>[NAME]</title>
<title>JOSEPH</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="image/logo.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand All @@ -23,7 +23,7 @@
<body>
<div class="top-container">
<img class="top-cloud" src="image/cloud.png" width="15%" alt="cloud-pic">
<h1>I'm [FIRST NAME]</h1>
<h1>I'm INDAHEMUKA</h1>
<p style="font-size: 20px;">a <span style="text-decoration: overline;"></span>[CAREER]</p>
<img src="image/mountain.png" alt="mountain-pic"> <br>
<img class="bottom-cloud" src="image/cloud.png" width="15%" alt="cloud-pic">
Expand All @@ -32,30 +32,34 @@ <h1>I'm [FIRST NAME]</h1>
<div class="profile">
<img src="image/profile-pic.png" width="250" height="250" alt="My profile picture">
<h2>Hello there!</h2>
<p class="intro">I'm [AGE] years old. I'm studying [PROGRAM] at <a class="uni"
<p class="intro">I'm 24 years old. I'm studying BUSINESS INFORMATION SYSTEM/ BIS
and CCOUNTING at BUGEMA UNIVERSITY <a class="uni"
href="https://www.bugemauniv.ac.ug">University
</a>. My dream work is to become a [CAREER-1] and
[CAREER-2]. I love [HOBBY-1], [HOBBY-2], [HOBBY-3] and [HOBBY-4].</p>
</a>. My dream work is to become a SYSTEM DESIGNING DESIGNEERand
SYSTEM MANAGER. I love EXPLORING NEW THINGS, READING BOOKS, WATCHING MOVIES and CROSHET DIFFERENR THINGS .</p>
<p class="intro">Nice to meet you!</p>
</div>
<hr>
<div class="skills">
<h2>Skills</h2>
<div class="skill-row">
<img class="code-image" src="image/web-programming.png" alt="dev-pic">
<h3>[SKILL-1] E.G ==> [Design & Development]</h3>
<p>[SKILL DESCRIPTION] E.G ==> I started learning to code when I was 15 years old because I want to make my own games and my own
website. Overtime, I have gained a wealth of experience designing and developing web applications
and some small games.
<h3> PROGRAMMING ==> WEB DESIGNING AND DEVELOPEMENT</h3>
<p>[SKILL DESCRIPTION] E.G ==> I started learning to code when I was 21 years old the time i joined mu univesrity,
before i never knew how hard it was but also it fanny beacuse via this i have learnt hoe not to give up,
because that is what programming language is to day it fail to work but tommorow it wokks.the first time i did my first simple website,
i felt great beacuse it was my first time to do things on my own and i decided to keep on trying.

</p>
</div>
<div class="skill-row">
<img class="success-image" src="image/success.png" alt="success-pic">
<h3>[SKILL-2] E.G ==> Winning Prize</h3>
<p>[SKILL DESCRIPTION] E.G ==> I got a bronze medal at the final round of IOE (English) when I was grade 5. I have took part two
times IT competition
at city level and won two "1st prize", two "2nd prize". Once
my project was choosen to be attended at country final round. </p>
<h3>CROSHETSE E.G ==> TABLE CLOTHES,TOPS AND SHAWLS</h3>
<p>[SKILL DESCRIPTION] E.G ==> I first made my scurf when i was only 7 years old i can't forget it was looking funny but also i conglaturated myself for what i did
later when i was growing old i decided to do it as professional beacuse it always unique and few people can manage to it
it is not easy to do it but once it is done that when you get to understand how good it was in few days coming i will share with the world
what i can do and i am sure they will love it
</p>
</div>
</div>
<hr>
Expand All @@ -71,7 +75,7 @@ <h3>My biggest love is to be your friend</h3>
<a class="footer-link" href="[YOUR LINKEDIN URL]">LinkedIn</a>
<a class="footer-link" href="[YOUR GITHUB PROFILE URL]">GitHub</a>
<a class="footer-link" href="[YOUR FACEBOOK PROFILE URL]">Facebook</a>
<p>©2021 Created by [YOUR NAME]</p>
<p>©2021 Created by INDAHEMUKA</p>
</div>

</body>
Expand Down