From a903b1bbacf3d9b94f232c1218316347c79e8af4 Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 16 Mar 2018 17:59:05 -0700 Subject: [PATCH 01/12] Initial set-up and confirmation that the html and stylesheets are linked. --- css/master.css | 104 +++++++++++++++++++++++++++++++++++++++++ index.html | 45 ++++++++++++++++++ public_html/index.html | 44 +++++++++++++++++ 3 files changed, 193 insertions(+) create mode 100644 css/master.css create mode 100644 index.html create mode 100644 public_html/index.html diff --git a/css/master.css b/css/master.css new file mode 100644 index 000000000..69535b5fb --- /dev/null +++ b/css/master.css @@ -0,0 +1,104 @@ +/* General Styling */ +body, html { + height: 100%; + background-color: orange; +} + +/* Fun things to play with potentially */ + +/* Hexagon */ +.hexagon { + position: relative; + width: 300px; + height: 173.21px; + margin: 86.60px 0; + background-image: url(http://csshexagon.com/img/meow.jpg); + background-size: auto 334.8632px; + background-position: center; + border-left: solid 5px #7da9b8; + border-right: solid 5px #7da9b8; +} + +.hexTop, +.hexBottom { + position: absolute; + z-index: 1; + width: 212.13px; + height: 212.13px; + overflow: hidden; + -webkit-transform: scaleY(0.5774) rotate(-45deg); + -ms-transform: scaleY(0.5774) rotate(-45deg); + transform: scaleY(0.5774) rotate(-45deg); + background: inherit; + left: 38.93px; +} + +/*counter transform the bg image on the caps*/ +.hexTop:after, +.hexBottom:after { + content: ""; + position: absolute; + width: 290.0000px; + height: 167.4315780649915px; + -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px); + -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px); + transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px); + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + background: inherit; +} + +.hexTop { + top: -106.0660px; + border-top: solid 7.0711px #7da9b8; + border-right: solid 7.0711px #7da9b8; +} + +.hexTop:after { + background-position: center top; +} + +.hexBottom { + bottom: -106.0660px; + border-bottom: solid 7.0711px #7da9b8; + border-left: solid 7.0711px #7da9b8; +} + +.hexBottom:after { + background-position: center bottom; +} + +.hexagon:after { + content: ""; + position: absolute; + top: 2.8868px; + left: 0; + width: 290.0000px; + height: 167.4316px; + z-index: 2; + background: inherit; +} + +/* Parallax */ + +.parallax { + /* The image used */ + background-image: url("img_parallax.jpg"); + + /* Full height */ + height: 100%; + + /* Create the parallax scrolling effect */ + background-attachment: fixed; + background-position: center; + background-repeat: no-repeat; + background-size: cover; +} + +/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */ +@media only screen and (max-device-width: 1366px) { + .parallax { + background-attachment: scroll; + } +} diff --git a/index.html b/index.html new file mode 100644 index 000000000..11efeb3ef --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + Kat Eastman + + + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ + +
+
Something
+
+
+
+
+ + diff --git a/public_html/index.html b/public_html/index.html new file mode 100644 index 000000000..fb7a667b3 --- /dev/null +++ b/public_html/index.html @@ -0,0 +1,44 @@ + + + + + + Kat Eastman + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ + +
+
Something
+
+
+
+
+ + From 73a7e293ff0b7496db4568d7d21372793f1e24fc Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 16 Mar 2018 19:01:56 -0700 Subject: [PATCH 02/12] Styled nav, will work on fleshing out html. --- css/master.css | 104 ----------------------------------------- public_html/index.html | 7 +-- 2 files changed, 4 insertions(+), 107 deletions(-) delete mode 100644 css/master.css diff --git a/css/master.css b/css/master.css deleted file mode 100644 index 69535b5fb..000000000 --- a/css/master.css +++ /dev/null @@ -1,104 +0,0 @@ -/* General Styling */ -body, html { - height: 100%; - background-color: orange; -} - -/* Fun things to play with potentially */ - -/* Hexagon */ -.hexagon { - position: relative; - width: 300px; - height: 173.21px; - margin: 86.60px 0; - background-image: url(http://csshexagon.com/img/meow.jpg); - background-size: auto 334.8632px; - background-position: center; - border-left: solid 5px #7da9b8; - border-right: solid 5px #7da9b8; -} - -.hexTop, -.hexBottom { - position: absolute; - z-index: 1; - width: 212.13px; - height: 212.13px; - overflow: hidden; - -webkit-transform: scaleY(0.5774) rotate(-45deg); - -ms-transform: scaleY(0.5774) rotate(-45deg); - transform: scaleY(0.5774) rotate(-45deg); - background: inherit; - left: 38.93px; -} - -/*counter transform the bg image on the caps*/ -.hexTop:after, -.hexBottom:after { - content: ""; - position: absolute; - width: 290.0000px; - height: 167.4315780649915px; - -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px); - -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px); - transform: rotate(45deg) scaleY(1.7321) translateY(-83.7158px); - -webkit-transform-origin: 0 0; - -ms-transform-origin: 0 0; - transform-origin: 0 0; - background: inherit; -} - -.hexTop { - top: -106.0660px; - border-top: solid 7.0711px #7da9b8; - border-right: solid 7.0711px #7da9b8; -} - -.hexTop:after { - background-position: center top; -} - -.hexBottom { - bottom: -106.0660px; - border-bottom: solid 7.0711px #7da9b8; - border-left: solid 7.0711px #7da9b8; -} - -.hexBottom:after { - background-position: center bottom; -} - -.hexagon:after { - content: ""; - position: absolute; - top: 2.8868px; - left: 0; - width: 290.0000px; - height: 167.4316px; - z-index: 2; - background: inherit; -} - -/* Parallax */ - -.parallax { - /* The image used */ - background-image: url("img_parallax.jpg"); - - /* Full height */ - height: 100%; - - /* Create the parallax scrolling effect */ - background-attachment: fixed; - background-position: center; - background-repeat: no-repeat; - background-size: cover; -} - -/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */ -@media only screen and (max-device-width: 1366px) { - .parallax { - background-attachment: scroll; - } -} diff --git a/public_html/index.html b/public_html/index.html index fb7a667b3..cce750c00 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -1,7 +1,8 @@ - + + Kat Eastman @@ -32,10 +33,10 @@ - +
-
Something
+
From a2c54480d664a34b455f2c6bd9f024471200ce80 Mon Sep 17 00:00:00 2001 From: Kat Date: Sat, 17 Mar 2018 12:05:45 -0700 Subject: [PATCH 03/12] Added requisite page files: portfolio, about-me, and blog. --- css/normalize.css | 341 +++++++++++++++++++++++++++++++++++++ css/styles.css | 110 ++++++++++++ public_html/about-me.html | 0 public_html/index.html | 6 - public_html/portfolio.html | 0 public_html/tech-blog.html | 0 6 files changed, 451 insertions(+), 6 deletions(-) create mode 100644 css/normalize.css create mode 100644 css/styles.css create mode 100644 public_html/about-me.html create mode 100644 public_html/portfolio.html create mode 100644 public_html/tech-blog.html diff --git a/css/normalize.css b/css/normalize.css new file mode 100644 index 000000000..47b010e47 --- /dev/null +++ b/css/normalize.css @@ -0,0 +1,341 @@ +/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ + +html { + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/* Sections + ========================================================================== */ + +/** + * Remove the margin in all browsers. + */ + +body { + margin: 0; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Remove the gray background on active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove the border on images inside links in IE 10. + */ + +img { + border-style: none; +} + +/* Forms + ========================================================================== */ + +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ + +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ + +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} + +/* Interactive + ========================================================================== */ + +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ + +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ + +/** + * Add the correct display in IE 10+. + */ + +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ + +[hidden] { + display: none; +} diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 000000000..c68b36088 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,110 @@ +/* General Styling */ +body, html { + height: 100%; +} + +nav ul { + display: flex; + flex-direction: row; + justify-content: flex-end; +} + +nav li { + display: block; + padding: 1rem 3rem; +} + +/* Fun things to play with potentially */ + +/* Hexagon */ +.hexagon { + position: relative; + width: 300px; + height: 173.21px; + margin: 86.60px 0; + background-image: url(http://csshexagon.com/img/meow.jpg); + background-size: auto 346.4102px; + background-position: center; + box-shadow: 0 0 20px rgba(0,0,0,0.4); +} + +.hexTop, +.hexBottom { + position: absolute; + z-index: 1; + width: 212.13px; + height: 212.13px; + overflow: hidden; + -webkit-transform: scaleY(0.5774) rotate(-45deg); + -ms-transform: scaleY(0.5774) rotate(-45deg); + transform: scaleY(0.5774) rotate(-45deg); + background: inherit; + left: 43.93px; + box-shadow: 0 0 20px rgba(0,0,0,0.4); +} + +/*counter transform the bg image on the caps*/ +.hexTop:after, +.hexBottom:after { + content: ""; + position: absolute; + width: 300.0000px; + height: 173.20508075688775px; + -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px); + -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px); + transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px); + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + background: inherit; +} + +.hexTop { + top: -106.0660px; +} + +.hexTop:after { + background-position: center top; +} + +.hexBottom { + bottom: -106.0660px; +} + +.hexBottom:after { + background-position: center bottom; +} + +.hexagon:after { + content: ""; + position: absolute; + top: 0.0000px; + left: 0; + width: 300.0000px; + height: 173.2051px; + z-index: 2; + background: inherit; +} + +/* Parallax */ + +.parallax { + /* The image used */ + background-image: url("img_parallax.jpg"); + + /* Full height */ + height: 100%; + + /* Create the parallax scrolling effect */ + background-attachment: fixed; + background-position: center; + background-repeat: no-repeat; + background-size: cover; +} + +/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */ +@media only screen and (max-device-width: 1366px) { + .parallax { + background-attachment: scroll; + } +} diff --git a/public_html/about-me.html b/public_html/about-me.html new file mode 100644 index 000000000..e69de29bb diff --git a/public_html/index.html b/public_html/index.html index cce750c00..e5fc80fed 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -33,12 +33,6 @@ - - -
-
-
-
diff --git a/public_html/portfolio.html b/public_html/portfolio.html new file mode 100644 index 000000000..e69de29bb diff --git a/public_html/tech-blog.html b/public_html/tech-blog.html new file mode 100644 index 000000000..e69de29bb From 0b4cfcd061f0b93476d934a087032e95df7660c9 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 19 Mar 2018 19:27:30 -0700 Subject: [PATCH 04/12] Finished index. --- public_html/index.html | 85 +++++++++++++++++++++++++++++++++--------- 1 file changed, 67 insertions(+), 18 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index e5fc80fed..2d54cca00 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -1,39 +1,88 @@ - - - + Kat Eastman + + + + + + + + + + + + From c70f9c6ce6e9436be8f3cef7fac577b5a1966492 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 19 Mar 2018 19:27:46 -0700 Subject: [PATCH 05/12] Finished about me. --- public_html/about-me.html | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/public_html/about-me.html b/public_html/about-me.html index e69de29bb..b71321d57 100644 --- a/public_html/about-me.html +++ b/public_html/about-me.html @@ -0,0 +1,77 @@ + + + + + Kat Eastman - About Me + + + + + + + + + + + + + + + +
+

About Me

+
+
+ +
+
+
+

+ I know nothing, Jon Snow. +

+
+
+
+

<< CLOSE

+
+ +
+
+ +
+
+ +
+ +
+
+ + + From 4a207f40f5113a107debca1e1f4e0e59014bba3e Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 19 Mar 2018 19:28:20 -0700 Subject: [PATCH 06/12] Gave up on organizing stylesheet. --- css/styles.css | 768 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 707 insertions(+), 61 deletions(-) diff --git a/css/styles.css b/css/styles.css index c68b36088..8ce255f40 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,99 +1,184 @@ /* General Styling */ -body, html { - height: 100%; +body { + position: absolute; + height: 100%; + width: 100%; + z-index: 1; + overflow-x: hidden; + overflow-y: auto; + font-size: 1em; + background-color: hsl(0, 0%, 100%, .7) +} + +h2 { + text-align: center; + font-size: 1.5em; +} + +.container { + display: grid; + grid-template-rows: .33fr 3fr .67fr; + height: 100%; +} + +.main { + display: grid; + width: 100%; + grid-template-columns: 30% 70%; + min-height: 45vh; + height: auto; +} + +.three-column { + width: 75%; + height: 30vh; + margin: 0 auto; + display: grid; + grid-template-columns: repeat(3, 1fr); + justify-content: center; + padding: 1rem; +} + +.three-column article { + display:flex; + flex-flow: wrap column; + justify-content: center; +} + +.three-column article p:first-of-type { + margin: 0 auto; + font-size: 1.25em; + width: 70%; + font-family: 'Raleway', sans-serif; } -nav ul { +/* Header Styling */ +#top-nav ul { + position: fixed; + width: 100%; display: flex; flex-direction: row; justify-content: flex-end; + background-color: hsl(0, 0%, 0%, .6); + margin: 2rem auto; } -nav li { +#top-nav li { display: block; padding: 1rem 3rem; + border-right: solid 1px hsl(187, 61%, 43%, .5); } -/* Fun things to play with potentially */ +#top-nav a { + color: hsl(32, 36%, 76%); + text-decoration: none; + font-size: 2em; +} -/* Hexagon */ -.hexagon { - position: relative; - width: 300px; - height: 173.21px; - margin: 86.60px 0; - background-image: url(http://csshexagon.com/img/meow.jpg); - background-size: auto 346.4102px; - background-position: center; - box-shadow: 0 0 20px rgba(0,0,0,0.4); +#top-nav li:hover { + background-color: hsl(187, 61%, 43%, .5); } -.hexTop, -.hexBottom { - position: absolute; - z-index: 1; - width: 212.13px; - height: 212.13px; - overflow: hidden; - -webkit-transform: scaleY(0.5774) rotate(-45deg); - -ms-transform: scaleY(0.5774) rotate(-45deg); - transform: scaleY(0.5774) rotate(-45deg); - background: inherit; - left: 43.93px; - box-shadow: 0 0 20px rgba(0,0,0,0.4); +/* Profile Box Styling */ + +.profile { + + display: flex; + flex-direction: column; + justify-content: center; + align-content: flex-end; + color: hsl(240, 63%, 4%); } -/*counter transform the bg image on the caps*/ -.hexTop:after, -.hexBottom:after { - content: ""; - position: absolute; - width: 300.0000px; - height: 173.20508075688775px; - -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px); - -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px); - transform: rotate(45deg) scaleY(1.7321) translateY(-86.6025px); - -webkit-transform-origin: 0 0; - -ms-transform-origin: 0 0; - transform-origin: 0 0; - background: inherit; +.profile h3, .profile span { + text-align: center; } -.hexTop { - top: -106.0660px; +.profile-picture { + border: 2px dotted hsl(32, 36%, 76%); + border-radius: 50%; + height: 30vh; + width: 30vh; + margin: 2vh auto; } -.hexTop:after { - background-position: center top; +.circle { + border-radius: 50%; + height: 20vh; + width: 20vh; + margin: 0 auto; + /* align-self: center; */ } -.hexBottom { - bottom: -106.0660px; +footer { + background-color: hsl(0, 0%, 0%, .6); } -.hexBottom:after { - background-position: center bottom; +footer ul { + list-style-type: none; + display: flex; + flex-flow: wrap row; + justify-content: flex-end; } -.hexagon:after { - content: ""; - position: absolute; - top: 0.0000px; - left: 0; - width: 300.0000px; - height: 173.2051px; - z-index: 2; - background: inherit; +footer ul li { + margin-right: 5rem; +} + +footer ul a { + color: hsl(32, 36%, 76%); + text-decoration: none; + font-size: 1.2em; +} +footer ul a:hover { + color: hsl(187, 61%, 43%, .7); } +/* Fun things to play with potentially */ /* Parallax */ +.break { + width: 100%; + height: 45vh; + border-bottom: solid 1px gray; +} + +.parallax-segment { + grid-column-start:2; +} + +.parallax-segment img { + width: 35vh; + height: 35vh; + padding: 2rem; + float: left; +} + +.parallax-segment h2 { + font-family: 'Playfair', serif; + margin-top: 2rem; +} + +.parallax-segment p { + font-family: 'Raleway', sans-serif; + width: 95%; +} + +#know-nothing { +grid-column-start: 2; +font-family: 'Gloria Hallelujah', cursive; +text-align: center; +margin: 1em auto; +color: hsl(187, 61%, 43%, .9); +font-size: 8em; +width: 90%; +} .parallax { /* The image used */ - background-image: url("img_parallax.jpg"); + background-image: url("../images/max-jakob-beer-562013-unsplash.jpg"); /* Full height */ - height: 100%; + height: 35vh; /* Create the parallax scrolling effect */ background-attachment: fixed; @@ -108,3 +193,564 @@ nav li { background-attachment: scroll; } } + + +/* Layout */ + +a { + text-decoration: none; +} + +.clr:after { + content: ""; + display: block; + clear: both; +} + +#sidebar { + position: fixed; + top: 0; + left: 0; + height: 100%; + width: 30%; + z-index: 998; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + overflow-x: hidden; + overflow-y: auto; + padding: 40px 1%; + background: hsl(0, 0%, 19%); + text-align: center; + font-family: 'Raleway', sans-serif; +} + +#sidebar ul { + list-style-type: none; +} + +#sidebar li { + display: block; + padding: 1rem 3rem; + border-bottom: solid 1px hsl(187, 61%, 43%, .5); + margin-left: -2rem; +} + +#sidebar li a { + color: hsl(32, 36%, 76%); + text-decoration: none; +} + +#sidebar li:hover { + background-color: hsl(187, 61%, 43%, .5); +} + +#sidebar-portrait { + height: auto; + width: 70%; + overflow: hidden; + margin: 0 auto; + border-radius: 50%; + background: hsl(0, 0%, 100%); +} + +#sidebar-portrait img { + height: auto; + width: 100%; +} + +#sidebar-social-icons { + display: block; + height: auto; + width: 60%; + margin: 10px auto; + background: none; +} + +.sidebar-social-icon { + overflow: hidden; + display: inline-block; + height: 30px; + width: 30px; + margin: 0 5px; + border-radius: 5px; + background: hsl(0, 0%, 27%) + -o-transition: all 0.3s linear 0s; + -moz-transition: all 0.3s linear 0s; + -ms-transition: all 0.3s linear 0s; + -webkit-transition: all 0.3s linear 0s; + transition: all 0.3s linear 0s; + cursor: pointer; +} + +.sidebar-social-icon:hover { + background: hsl(0, 0%, 37%); +} + +.sidebar-social-icon img { + height: 30px; + width: 30px; +} + +#title { + position: fixed; + top: 0; + right: 0; + height: 100px; + width: 70%; + z-index: 995; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + padding: 10px 0 0 6%; + background: hsl(0, 0%, 100%); + text-align: center; +} + +#item1, #item2, #item3, #item4, #item5, #item6, #item7, #item8, #item9, #item10, #item11, #item12, #item13, #item14, #item15 { + overflow: hidden; + z-index: 999; + display: block; + position: fixed; + top: 0; + right: -100%; + height: 0; + width: 100%; + background: hsl(0, 0%, 100%); + -o-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + -moz-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + -ms-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + -webkit-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + transition: transform 0.6s linear 0s, height 0s linear 0.6s; +} + +#item1:target, #item2:target, #item3:target, #item4:target, #item5:target, #item6:target, #item7:target, #item8:target, +#item9:target, #item10:target, #item11:target, #item12:target, #item13:target, #item14:target, #item15:target { + height: 100%; + overflow: auto; + -o-transition: transform 0.6s linear 0s, height 0s linear 0s; + -moz-transition: transform 0.6s linear 0s, height 0s linear 0s; + -ms-transition: transform 0.6s linear 0s, height 0s linear 0s; + -webkit-transition: transform 0.6s linear 0s, height 0s linear 0s; + transition: transform 0.6s linear 0s, height 0s linear 0s; + -o-transform: translateZ(0) translateX(-100%); + -moz-transform: translateZ(0) translateX(-100%); + -webkit-transform: translateZ(0) translateX(-100%); + -ms-transform: translateZ(0) translateX(-100%); + transform: translateZ(0) translateX(-100%); +} + +#contact { + z-index: 997; + position: fixed; + top: 0; + left: -100%; + display: block; + height: 0; + width: 100%; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + padding: 0 0 0 30%; + overflow-x: hidden; + overflow-y: auto; + background: hsl(0, 0%, 29%); + -o-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + -moz-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + -ms-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + -webkit-transition: transform 0.6s linear 0s, height 0s linear 0.6s; + transition: transform 0.6s linear 0s, height 0s linear 0.6s; +} + +#contact:target { + height: 100%; + overflow: auto; + -o-transition: transform 0.6s linear 0s, height 0s linear 0s; + -moz-transition: transform 0.6s linear 0s, height 0s linear 0s; + -ms-transition: transform 0.6s linear 0s, height 0s linear 0s; + -webkit-transition: transform 0.6s linear 0s, height 0s linear 0s; + transition: transform 0.6s linear 0s, height 0s linear 0s; + -o-transform: translateZ(0) translateX(100%); + -moz-transform: translateZ(0) translateX(100%); + -webkit-transform: translateZ(0) translateX(100%); + -ms-transform: translateZ(0) translateX(100%); + transform: translateZ(0) translateX(100%); +} + +#contact form { + position: relative; + height: auto; + width: 80%; + margin: 0 auto; + background: none; + text-align: center; +} + +#contact label { + display: inline-block; + width: 20%; + padding: 0 10px 0 0; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + vertical-align: middle; + text-align: right; +} + +#contact input[type="text"] { + height: 30px; + width: 50%; + border: 0; + padding: 0 10px; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} + +#contact input[type="submit"] { + border: 0; + margin: 15px 0 15px 20%; +} + +#contact label[for="message"] { + height: 300px; + padding: 120px 10px 0 10px; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + vertical-align: top; +} + +#contact textarea { + height: 300px; + width: 50%; + padding: 5px 10px; + border: 0; + resize: none; + overflow-y: auto; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} + +.left, .right { + position: absolute; + left: 0; + height: 100%; + width: 50%; + overflow: auto; + background: none; +} + +.right { + left: 50%; + overflow: hidden; +} + +.right img { + height: auto; + width: 120%; +} + +.button { + display: inline-block; + height: auto; + width: auto; + padding: 5px 10px; + border-radius: 10px; + margin: 5px; + -o-transition: all 0.3s linear 0s; + -moz-transition: all 0.3s linear 0s; + -ms-transition: all 0.3s linear 0s; + -webkit-transition: all 0.3s linear 0s; + transition: all 0.3s linear 0s; + background: hsl(187, 61%, 43%, .75); +} + +.button:hover { + background: hsl(187, 61%, 43%, .5); +} + +/* Hexagonal Grid */ + +#grid { + width: 70%; + margin: 100px 0 0 30%; + padding: 20px 2%; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; +} + +#grid li { + position: relative; + float: left; + width: 27.85714285714286%; + padding: 0 0 32.16760145166612% 0; + list-style-type: none; + -o-transform: rotate(-60deg) skewY(30deg); + -moz-transform: rotate(-60deg) skewY(30deg); + -webkit-transform: rotate(-60deg) skewY(30deg); + -ms-transform: rotate(-60deg) skewY(30deg); + transform: rotate(-60deg) skewY(30deg); + overflow: hidden; + visibility: hidden; + cursor: pointer; +} + +#grid li * { + visibility: visible; +} + +#grid li .hexagon { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + -o-transform: skewY(-30deg) rotate(60deg); + -moz-transform: skewY(-30deg) rotate(60deg); + -webkit-transform: skewY(-30deg) rotate(60deg); + -ms-transform: skewY(-30deg) rotate(60deg); + transform: skewY(-30deg) rotate(60deg); + overflow: hidden; + background: none; +} + +#grid li:nth-child(3n+2) { + margin: 0 1%; +} + +#grid li:nth-child(6n+4), #grid li:nth-child(6n+5), #grid li:nth-child(6n+6) { + margin-top: -6.9285714285%; + margin-bottom: -6.9285714285%; +} + +#grid li:nth-child(6n+1), #grid li:nth-child(6n+2), #grid li:nth-child(6n+3) { + -o-transform: translateX(50%) rotate(-60deg) skewY(30deg); + -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg); + -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg); + -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg); + transform: translateX(50%) rotate(-60deg) skewY(30deg); +} + +#grid li:nth-child(6n+1) { + margin-left: 0.5%; +} + +#grid li .hexagon img { + height:100%; + object-fit: cover; + margin-right: -2em; + margin: 0 auto; + -o-transition: all 0.6s linear 0s; + -moz-transition: all 0.6s linear 0s; + -ms-transition: all 0.6s linear 0s; + -webkit-transition: all 0.6s linear 0s; + transition: all 0.6s linear 0s; +} + +#grid li:hover img { + height: 150%; + margin-top: -30%; + -o-transform: translateZ(0) translateX(-20%); + -moz-transform: translateZ(0) translateX(-20%); + -webkit-transform: translateZ(0) translateX(-20%); + -ms-transform: translateZ(0) translateX(-20%); + transform: translateZ(0) translateX(-20%); +} + +#grid li .hexagon .overlay { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + background: hsla(0, 0%, 100%, 0); +} + +#grid li:hover .overlay { + -o-transition: all 0.6s linear 0s; + -moz-transition: all 0.6s linear 0s; + -ms-transition: all 0.6s linear 0s; + -webkit-transition: all 0.6s linear 0s; + transition: all 0.6s linear 0s; + background: hsla(0, 0%, 100%, 0.6); +} + +/* Text */ + +#sidebar p.name, #sidebar p.jobrole { + height: auto; + width: auto; + margin: 0; + font-family: 'Raleway', sans-serif; + font-size: 1.5em; + line-height: 1.5em; + color: hsl(0, 0%, 100%); +} + +label { + font-family: 'Raleway', sans-serif; + font-size: 1.5em; + line-height: 1.5em; + color: hsl(0, 0%, 100%); +} + +#sidebar p.name { + margin: 20px 0 0 0; + font-family: 'Playfair Display', serif; + color: hsl(187, 61%, 43%); + font-size: 2em; +} + +.left h2 { + font-family: 'Playfair Display', serif; + text-align: center; + font-size: 1.2em; +} + +.left p { + font-family: 'Raleway', sans-serif; + font-weight: 400; + padding: 0 10px; + font-size: 1em; +} + +#title h1 { + font-family: 'Playfair Display', serif; + font-size: 36px; + font-weight: 200; + color: hsl(0, 0%, 34%); +} + +.button p, input[type="submit"].button { + margin: 0; + font-family: 'Playfair Display', serif; + color: hsl(0, 0%, 100%); + font-size: 1em; +} + +/* Media Queries */ + +@media only screen and (max-width: 1100px) { + /* Layout */ + #contact form { + width: 100%; + } +} + +@media only screen and (max-width: 870px) { + /* Layout */ + #contact label { + display: block; + width: 100%; + text-align: center; + } + + #contact input[type="text"] { + height: 30px; + } + + #contact input[type="submit"] { + border: 0; + margin: 10px auto; + } + + #contact label[for="message"] { + height: auto; + padding: 0; + } + + #contact textarea { + height: 200px; + } +} + +@media only screen and (max-width: 767px) { + /* layout */ + #sidebar { + z-index: 0; + position: relative; + height: auto; + width: 100%; + overflow: hidden; + } + + #sidebar-portrait { + position: relative; + display: inline-block; + width: 20%; + margin: 0 0 0 10px; + border-radius: 50%; + vertical-align: middle; + overflow: hidden; + background: hsl(0, 0%, 100%); + } + + #sidebar-portrait img { + height: auto; + width: 100%; + } + + #title { + position: relative; + height: auto; + width: 100%; + padding: 0; + } + + #title h1 { + margin: 10px 0; + } + + #contact { + padding: 0; + } + + .left, .right { + position: relative; + left: 0; + height: auto; + width: 100%; + } + + .right img { + height: auto; + width: 100%; + } + + /* Grid */ + #grid { + margin: 0 auto; + width: 95%; + } +} + + +@media only screen and (max-width: 550px) { + /* Layout */ + body { + font-size: 14px; + } + + #contact input[type="text"], #contact textarea { + width: 80%; + } From 64bb5e1b74d2c4c14601c16ab5cf729a75bd2b95 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 19 Mar 2018 19:28:41 -0700 Subject: [PATCH 07/12] Added the portfolio html. --- public_html/portfolio.html | 101 +++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/public_html/portfolio.html b/public_html/portfolio.html index e69de29bb..a55c4f0b0 100644 --- a/public_html/portfolio.html +++ b/public_html/portfolio.html @@ -0,0 +1,101 @@ + + + + + Kat Eastman - Portfolio + + + + + + + + + + + + + + + +
+

Projects to Date

+
+
+
+ +
+
+ + + +

Grocery Store

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+ +
+
+
+ + + +

Rideshare

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+
+
+
+ + + +

Solar System

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+
+ +
+

<< CLOSE

+
+ +
+
+ +
+
+ +
+ +
+
+ + From 326ab0faa1bb79f0245c5c2f396bf7f1d42f869a Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 19 Mar 2018 19:29:26 -0700 Subject: [PATCH 08/12] Finished blog. --- public_html/tech-blog.html | 369 +++++++++++++++++++++++++++++++++++++ 1 file changed, 369 insertions(+) diff --git a/public_html/tech-blog.html b/public_html/tech-blog.html index e69de29bb..1740a714d 100644 --- a/public_html/tech-blog.html +++ b/public_html/tech-blog.html @@ -0,0 +1,369 @@ + + + + + Kat Eastman - Tech Blog + + + + + + + + + + + + + + + + +
+

Ruminations on Techy Things

+
+ +
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+
+

CLOSE >>

+

ITEM TITLE

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vel molestie orci. Nulla egestas libero tellus, rhoncus facilisis nulla eleifend eget. Donec quis nunc sodales turpis gravida consectetur eu ut diam. Vestibulum ut ante justo. Nunc ac tincidunt turpis. Duis at massa consectetur, porta augue sed, elementum est. In hac habitasse platea dictumst. Duis sed sollicitudin risus. Donec fermentum laoreet odio. Nullam nec mi et mauris ultrices dictum. Vestibulum malesuada mattis ornare. Ut sit amet tellus nec neque tempus scelerisque. Etiam pretium felis et augue efficitur, eu pharetra sapien consequat. Aenean imperdiet ante mi, eget condimentum mauris imperdiet pulvinar. Mauris ut suscipit eros, sit amet congue erat. Fusce nec augue est. +

+
+
+ Lorem Ipsum +
+
+
+

<< CLOSE

+
+ +
+
+ +
+
+ +
+ +
+
+ + From 61bf10488246d7f7e923679a846dd39362351e0d Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 20 Mar 2018 09:37:18 -0700 Subject: [PATCH 09/12] passed validator at w3.org except for google font link. --- css/styles.css | 8 ++++++- index.html | 44 +++++++++++++++++++++++++------------- public_html/about-me.html | 4 ++-- public_html/index.html | 9 ++++---- public_html/portfolio.html | 8 +++---- 5 files changed, 47 insertions(+), 26 deletions(-) diff --git a/css/styles.css b/css/styles.css index 8ce255f40..d51e64b65 100644 --- a/css/styles.css +++ b/css/styles.css @@ -13,6 +13,8 @@ body { h2 { text-align: center; font-size: 1.5em; + font-family: 'Playfair', serif; + margin-top: 2rem; } .container { @@ -153,7 +155,11 @@ footer ul a:hover { float: left; } -.parallax-segment h2 { +h1.parallax { + margin-left: -999px; +} + +.parallax-segment h1, .parallax-segment h2 { font-family: 'Playfair', serif; margin-top: 2rem; } diff --git a/index.html b/index.html index 11efeb3ef..f7f4b4d98 100644 --- a/index.html +++ b/index.html @@ -11,35 +11,49 @@
-
+
+ Profile picture +

Katherine Eastman

+

proto-developer, writer and illustrator

+
+
+
+
+

About Me

-
-
-
+
+

Projects

- -
- +
+

Contact

-
-
Something
-
-
+
+ + +
+ diff --git a/public_html/about-me.html b/public_html/about-me.html index b71321d57..e476e6d78 100644 --- a/public_html/about-me.html +++ b/public_html/about-me.html @@ -9,7 +9,7 @@ - + @@ -19,7 +19,7 @@