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
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.
85 changes: 82 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,87 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<link rel="stylesheet" type="text/css" href="style/index.css"/>
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<div id="wrapper">
<body>

<header>
<nav>
<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>
</nav>
</header>
<div class="container1">
<div class="headshot">
<img src="Images/Passport-size+photograph.JPG" alt="headshot"width="800"height="800">
</div>
<section class="introduction">
<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>
</section>
</div>
<section>
<div class="row1">
<div class="graduation">
<img src="Images/graduation.jpg" alt="graduation"width="400"height="500">
<p>My Graduation</p>
</div>
<div class="graduation">
<img src="Images/graduation.jpg" alt="graduation"width="400"height="500">
<p>My Graduation</p>
</div>
<div class="graduation">
<img src="Images/graduation.jpg" alt="graduation"width="400"height="500">
<p>My Graduation</p>
</div>
<div class="graduation">
<img src="Images/graduation.jpg" alt="graduation"width="400"height="500">
<p>My Graduation</p>
</div>
</div>
</section>
<section>
<div class="row2">
<div class="citizenship">
<img src="Images/citizenship.jpg" alt="citizenship"width="400"height="500">
<p>My Citizenship</p>
</div>
<div class="citizenship">
<img src="Images/citizenship.jpg" alt="citizenship"width="400"height="500">
<p>My Citizenship</p>
</div>
<div class="citizenship">
<img src="Images/citizenship.jpg" alt="citizenship"width="400"height="500">
<p>My Citizenship</p>
</div>
<div class="citizenship">
<img src="Images/citizenship.jpg" alt="citizenship"width="400"height="500">
<p>My Citizenship</p>
</div>
</div>
</section>
<footer>
<p>Like what you see?</p>
<div class="contactme">
<a href="contact.html"target="_blank">Contact Me</a>
</div>
</footer>
</body>
</html>
</div>
</html>
223 changes: 222 additions & 1 deletion style/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,222 @@
/* Add CSS styling here */
/* Add CSS styling here */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

.headshot {
padding: 0.25em;
height: auto;
border: 5px solid black;
}

.links {
display: flex;
padding: 1em;
}

a {
text-decoration: none;
letter-spacing: 3px;
padding: 0.25em;
}

h1 {
font-weight: bolder;
font-size: 80px;
font-family: 'Architects Daughter', cursive;
}

h2 {
font-weight: bolder;
font-size: 80px;
padding: 5%;
}

.home {
width: 50%;
background-color: black;
border: 1px solid black;
padding: 1% 1%;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
font-family: 'Architects Daughter', cursive;
font-size: 80px;
}

.home:hover{
background-color: white;
}

.about {
width: 50%;
background-color: black;
border: 1px solid black;
padding: 1% 1%;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
font-family: 'Architects Daughter', cursive;
font-size: 80px;
}
.about:hover{
background-color: white;
}

.contact {

width: 50%;
background-color: black;
border: 1px solid black;
padding: 1% 1%;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
font-family: 'Architects Daughter', cursive;
font-size: 80px;
}
.contact:hover{
background-color: white;
}
.projects {

width: 50%;
background-color: black;
border: 1px solid black;
padding: 1% 1%;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
font-family: 'Architects Daughter', cursive;
font-size: 80px;
}

.projects:hover{
background-color: white;
}

.myprojects {

background-color: black;
border: 1px solid black;
margin-left: 600px;
margin-right: 600px;
width: 20%;
padding-bottom: 20px;
}
.myprojects:hover{
background-color: white;
}
.introduction {
font-size: 50px;
line-height: 50px;
text-align: center;
justify-content: center;
font-family: 'Architects Daughter', cursive;
}


.container1 {
display: flex;
flex-direction: row;
padding: 5% 5%;
justify-content: center;
}
.row1 {
display: flex;
justify-content: space-evenly;
flex-direction: row;
padding: 100px;


}

.row2{
display: flex;
justify-content: space-evenly;
flex-direction: row;
padding: 100px;
}

#wrapper {
margin-left:auto;
margin-right:auto;
width:1000px;
}
p {
font-size: 50px;
line-height: 50px;
text-align: center;
justify-content: center;
font-family: 'Architects Daughter', cursive;
}

.contactme {
background-color: black;
border: 1px solid black;
margin-left: 300px;
margin-right: 600px;
width: 50%;
padding-bottom: 20px;
font-family: 'Architects Daughter', cursive;
font-size: 60px;
}

.contactme:hover {
background-color: white;
display: flex;
}
footer{
background-color: lightgray;
text-align: center;
width: 100%;
}

.graduation{
border: 5px solid black;
padding: 20px;
}

.citizenship{
border: 5px solid black;
padding: 20px;
}