diff --git a/about.html b/about.html index df1043036..0fc1d87ca 100644 --- a/about.html +++ b/about.html @@ -3,9 +3,24 @@ - Document + About - -

ABOUT

- + + +
+ +
+
+
/div> +
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/contact.html b/contact.html index 7c293bd11..189ec99dc 100644 --- a/contact.html +++ b/contact.html @@ -3,9 +3,15 @@ - Document - - -

CONTACT

- + Contact + + + \ No newline at end of file diff --git a/images/aaron-burden-6jYoil2GhVk-unsplash.jpg b/images/aaron-burden-6jYoil2GhVk-unsplash.jpg new file mode 100644 index 000000000..0c1f82095 Binary files /dev/null and b/images/aaron-burden-6jYoil2GhVk-unsplash.jpg differ diff --git a/images/annie-spratt-4-4WPFLVhAY-unsplash.jpg b/images/annie-spratt-4-4WPFLVhAY-unsplash.jpg new file mode 100644 index 000000000..98f946e74 Binary files /dev/null and b/images/annie-spratt-4-4WPFLVhAY-unsplash.jpg differ diff --git a/images/hal-gatewood-alntq-WvZZM-unsplash.jpg b/images/hal-gatewood-alntq-WvZZM-unsplash.jpg new file mode 100644 index 000000000..1bf36cd4a Binary files /dev/null and b/images/hal-gatewood-alntq-WvZZM-unsplash.jpg differ diff --git a/images/jonathan-borba-Z1Oyw2snqn8-unsplash.jpg b/images/jonathan-borba-Z1Oyw2snqn8-unsplash.jpg new file mode 100644 index 000000000..7e309e88d Binary files /dev/null and b/images/jonathan-borba-Z1Oyw2snqn8-unsplash.jpg differ diff --git a/images/josh-applegate-p_KJvKVsH14-unsplash.jpg b/images/josh-applegate-p_KJvKVsH14-unsplash.jpg new file mode 100644 index 000000000..4f158a6f3 Binary files /dev/null and b/images/josh-applegate-p_KJvKVsH14-unsplash.jpg differ diff --git a/images/kid.jpeg b/images/kid.jpeg new file mode 100644 index 000000000..71de43e86 Binary files /dev/null and b/images/kid.jpeg differ diff --git a/index.html b/index.html index d01f779ff..a1958eb42 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,53 @@ - Document + Rich's portfolio + + + + + + +

Rich Mayor

+ +My Projects + + + + +
+ +
+ + + + +
+
+
+

Rich Mayor

+
+
+ +
+ +
+

Here are some words about me and my journey in coding so far. These words are here.

+
+
+
+ + + + \ No newline at end of file diff --git a/style/index.css b/style/index.css index 440e53514..064441be4 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,48 @@ -/* 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; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +*{ + box-sizing:border-box; +} + +body{ + line-height: 1.5; +} + +section{ + padding: 4% 0; + +} + +/* header section styles */ + + +/* about section styles */ + + +footer{ + background-color:grey; + text-align:center; + width: 50%; + height: 20%; +}