Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added Images/Passport-size+photograph.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/citizenship.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/graduation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 78 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,84 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/index.css"/>
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
</head>
<body>

<header>
<h1>SHARON ODIMA</h1>
<div class="links">
<div class="home">
<a href="#home">Home</a>
</div>
<div class="about">
<a href="about.html"target="_blank">About</a>
</div>
<div class="contact">
<a href="contact.html"target="_blank">Contact</a>
</div>
<div class="projects">
<a href="projects.html"target="_blank">Projects</a>
</div>
</div>
</header>
<div class="introduction">
<img class="headshot" src="Images/Passport-size+photograph.JPG" alt="headshot">
<div class="paragraph">
<h2>SHARON ODIMA</h2>
<div class="myprojects">
<a href="projects.html"target="_blank">My Projects</a>
</div>
<p>I started coding when I was 18 years old and I have since fallen inlove with the challenging nature of the different languages. I am fluent in JavaScript, Java and Python. I am also learning C++ and C# and I hope that by the end of the year I will be fluent in both as well. Feel free to check out my projects to get a feel of of what kind of work I've produced.</p>
</div>
</div>
<div class="pictures">
<section>
<div class="row1">
<div class="graduation1">
<img src="Images/graduation.jpg" alt="graduation"width="200"height="300">
<p>My Graduation</p>
</div>
<div class="graduation2">
<img src="Images/graduation.jpg" alt="graduation"width="200"height="300">
<p>My Graduation</p>
</div>
<div class="graduation3">
<img src="Images/graduation.jpg" alt="graduation"width="200"height="300">
<p>My Graduation</p>
</div>
<div class="graduation4">
<img src="Images/graduation.jpg" alt="graduation"width="200"height="300">
<p>My Graduation</p>
</div>
</div>
</section>
<section>
<div class="row2">
<div class="citizenship1">
<img src="Images/citizenship.jpg" alt="citizenship"width="200"height="300">
<p>My Citizenship</p>
</div>
<div class="citizenship2">
<img src="Images/citizenship.jpg" alt="citizenship"width="200"height="300">
<p>My Citizenship</p>
</div>
<div class="citizenship3">
<img src="Images/citizenship.jpg" alt="citizenship"width="200"height="300">
<p>My Citizenship</p>
</div>
<div class="citizenship4">
<img src="Images/citizenship.jpg" alt="citizenship"width="200"height="300">
<p>My Citizenship</p>
</div>
</div>
</section>
</div>
<footer>
<p>Like what you see?</p>
<div class="contactme">
<a href="contact.html"target="_blank">Contact Me</a>
</div>
</footer>
</body>
</html>
</html>
Loading