diff --git a/Images/Passport-size+photograph.JPG b/Images/Passport-size+photograph.JPG new file mode 100644 index 000000000..d1fc45677 Binary files /dev/null and b/Images/Passport-size+photograph.JPG differ diff --git a/Images/citizenship.jpg b/Images/citizenship.jpg new file mode 100644 index 000000000..e0fa1d9b9 Binary files /dev/null and b/Images/citizenship.jpg differ diff --git a/Images/graduation.jpg b/Images/graduation.jpg new file mode 100644 index 000000000..5ea5ad068 Binary files /dev/null and b/Images/graduation.jpg differ diff --git a/index.html b/index.html index d01f779ff..57d2f3808 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,87 @@ Document - + + +
- +
+ +
+
+
+ headshot +
+
+

SHARON ODIMA

+ +

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.

+
+
+
+
+
+ graduation +

My Graduation

+
+
+ graduation +

My Graduation

+
+
+ graduation +

My Graduation

+
+
+ graduation +

My Graduation

+
+
+
+
+
+
+ citizenship +

My Citizenship

+
+
+ citizenship +

My Citizenship

+
+
+ citizenship +

My Citizenship

+
+
+ citizenship +

My Citizenship

+
+
+
+ - \ No newline at end of file +
+ diff --git a/style/index.css b/style/index.css index 440e53514..0c443d034 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,222 @@ -/* Add CSS styling here */ \ No newline at end of file +/* 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; +} \ No newline at end of file