diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6f3a2913e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file 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..517479cb0 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,84 @@ Document + + - +
+

SHARON ODIMA

+ +
+
+ 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..6f0131962 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,330 @@ -/* 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; +} + +body { + overflow-x: hidden; +} + +.headshot{ + border: 5px solid black; + margin-left: 10px; + width: 800px; + height: 800px; + +} + +.links { + display: flex; + margin-left: 5%; +} + +a { + text-decoration: none; + letter-spacing: 3px; + } + +h1 { + font-weight: bolder; + font-size: 3em; + font-family: 'Architects Daughter', cursive; + margin-left: 5%; + +} + +h2 { + font-weight: bolder; + font-size: 3em; +} +header{ + background-color:lightgray; +} + +.home { + background-color: white; + border: 1px solid black; + padding: 1% 1%; + margin-top: 10%; + margin-bottom: 10%; + text-align: center; + font-family: 'Architects Daughter', cursive; + font-size: 2em; +} + +.home:hover{ + background-color: black; +} + +.about { + background-color: white; + border: 1px solid black; + padding: 1% 1%; + margin-top: 10%; + margin-bottom: 10%; + text-align: center; + font-family: 'Architects Daughter', cursive; + font-size: 2em; +} +.about:hover{ + background-color: black; +} + + .contact { + background-color: white; + border: 1px solid black; + padding: 1% 1%; + margin-top: 10%; + margin-bottom: 10%; + text-align: center; + font-family: 'Architects Daughter', cursive; + font-size: 2em; +} + .contact:hover{ + background-color: black; +} +.projects { + background-color: white; + border: 1px solid black; + padding: 1% 1%; + margin-top: 10%; + margin-bottom: 10%; + text-align: center; + font-family: 'Architects Daughter', cursive; + font-size: 2em; + } + + .projects:hover{ + background-color: black; + } + + .myprojects { + margin-right: 30%; + margin-left: 30%; + background-color: white; + border: 1px solid black; + font-size: 1.5em; + } + .myprojects:hover{ + background-color: black; + } + .introduction { + display: flex; + text-align: center; + justify-content: center; + font-family: 'Architects Daughter', cursive; + padding-left: 5%; + } + + .paragraph{ + padding-top: 30%; + } + + + + .row1 { + display: flex; + justify-content: space-around; + flex-direction: row; + padding: 1%; + + + } + + .row2{ + display: flex; + justify-content: space-around; + flex-direction: row; + padding: 1%; + } + +p { + font-size: 20px; + line-height: 50px; + text-align: center; + justify-content: center; + font-family: 'Architects Daughter', cursive; +} + +.contactme { + background-color: white; + border: 1px solid black; + margin-left: 40%; + margin-right: 40%; + text-align: center; + font-family: 'Architects Daughter', cursive; + font-size: 1.2em; + padding: 1%; +} + +.contactme:hover { + background-color: black; + display: flex; +} +footer{ + background-color: lightgray; + text-align: center; + width: 100%; + justify-content:center; + padding: 5%; +} + +.graduation1{ + border: 5px solid black; + padding: 20px; +} +.graduation2{ + border: 5px solid black; + padding: 20px; +} +.graduation3{ + border: 5px solid black; + padding: 20px; +} +.graduation4{ + border: 5px solid black; + padding: 20px; +} + +.citizenship1{ + border: 5px solid black; + padding: 20px; +} +.citizenship2{ + border: 5px solid black; + padding: 20px; +} +.citizenship3{ + border: 5px solid black; + padding: 20px; +} +.citizenship4{ + border: 5px solid black; + padding: 20px; +} + +@media (max-width: 800px) { + h1{ + text-align: center; + } + h2{ + font-size: 1em; + } + + header{ + background-color:lightgray; + + display:flex; + flex-direction: column; + justify-content:space-evenly; + } + + .headshot{ + border: 5px solid black; + width: 400px; + height: 400px; + } + .links { + display: flex; + justify-content: center; + flex-direction:column; + margin-left: 30%; + margin-right: 30%; + } + + .myprojects { + margin-right: 30%; + margin-left: 30%; + background-color: white; + border: 1px solid black; + font-size: 0.5em; + } + + + .introduction { + display: flex; + flex-direction: column; + font-size: 50px; + line-height: 50px; + text-align: center; + justify-content: center; + font-family: 'Architects Daughter', cursive; + } + .row1{ + display: flex; + justify-content: space-around; + flex-direction: column; + padding: 1%; + } + + .row2{ + display: flex; + justify-content: space-around; + flex-direction: column; + padding: 1%; + } + .graduation4{ + border: 5px solid black; + padding: 20px; + display: none; + } + .citizenship4{ + border: 5px solid black; + padding: 20px; + display: none; + } + .pictures { + display: flex; + flex-direction: row; + } + .contactme { + background-color: white; + border: 1px solid black; + margin-left: 30%; + margin-right: 30%; + text-align: center; + font-family: 'Architects Daughter', cursive; + font-size: 1.2em; + padding: 1%; + } +} +