diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..87bedb747 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +norapeters.com \ No newline at end of file diff --git a/about.html b/about.html new file mode 100644 index 000000000..3969c71e1 --- /dev/null +++ b/about.html @@ -0,0 +1,20 @@ + + + + + + + + Nora Peters - About + + + + + diff --git a/blog.html b/blog.html new file mode 100644 index 000000000..0240ad7ba --- /dev/null +++ b/blog.html @@ -0,0 +1,20 @@ + + + + + + + + Nora Peters - Blog + + + + + diff --git a/images/bgimg-1.jpg b/images/bgimg-1.jpg new file mode 100644 index 000000000..8e3bf3f28 Binary files /dev/null and b/images/bgimg-1.jpg differ diff --git a/images/chicken.jpg b/images/chicken.jpg new file mode 100644 index 000000000..637beacd5 Binary files /dev/null and b/images/chicken.jpg differ diff --git a/images/github.png b/images/github.png new file mode 100644 index 000000000..468cd1c04 Binary files /dev/null and b/images/github.png differ diff --git a/images/ic_email_black_24px.svg b/images/ic_email_black_24px.svg new file mode 100644 index 000000000..855c7ccc9 --- /dev/null +++ b/images/ic_email_black_24px.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/images/linkedin.png b/images/linkedin.png new file mode 100644 index 000000000..7f7e1c55b Binary files /dev/null and b/images/linkedin.png differ diff --git a/images/profilepageproject1.png b/images/profilepageproject1.png new file mode 100644 index 000000000..7d62d76ff Binary files /dev/null and b/images/profilepageproject1.png differ diff --git a/images/scarf.JPG b/images/scarf.JPG new file mode 100644 index 000000000..62f388bf7 Binary files /dev/null and b/images/scarf.JPG differ diff --git a/images/twitter.png b/images/twitter.png new file mode 100644 index 000000000..e22685b61 Binary files /dev/null and b/images/twitter.png differ diff --git a/index.html b/index.html new file mode 100644 index 000000000..8085c551d --- /dev/null +++ b/index.html @@ -0,0 +1,83 @@ + + + + + + + + Nora Peters Personal Profile + + + +
+
+
+

Hi, I'm Nora.

+

I like coding and coffee.

+
+
+
+
+
+

Background

+

I'm a former nonprofit fundraising professional turned software developer.

+

Currently a student at Ada Developer's Academy in Seattle, and deeply excited to be bringing my strengths, creativity, and desire to help others into the Tech space. +

+

Visit my + Portfolio or Github page to see what I'm working on.

+

Check out my blog to read my thoughts about learning how to code, coffee, and other random things :)

+
+
+

Goals

+

As a graduate of Ada Developers Academy I will have a strong grasp of computer science fundamentals, as well as skills in:

+ +

My goal is to be a full-time software engineer at a company that truly values diversity and inclusion in their workforce, community, and products.

+
+
+ + + + + diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 000000000..62dde5841 --- /dev/null +++ b/portfolio.html @@ -0,0 +1,64 @@ + + + + + + + + Nora Peters - Portfolio + + + +
+

Work

+

Play

+
+
+ +
+ + diff --git a/styles/normalize.css b/styles/normalize.css new file mode 100644 index 000000000..47b010e47 --- /dev/null +++ b/styles/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/styles/styles.css b/styles/styles.css new file mode 100644 index 000000000..832487152 --- /dev/null +++ b/styles/styles.css @@ -0,0 +1,281 @@ +* { + box-sizing: border-box; +} + +body { + font-family: 'Montserrat', sans-serif; + height: 100%; + color: black; + line-height: 1.8; +} + +ul { + list-style-type: none; +} + +section { + border-bottom: 1px solid lightgray; +} + +a { + text-decoration: none; + color: black; +} + +.nav-container { + width: 100%; + display: flex; + font-weight: bold; + font-size: 10pt; + padding: 20px 30px 20px 20px; + position: fixed; + top: 0; + overflow: hidden; + background-color: white; + margin-top: 0; + z-index: 10; + border-bottom: 1px solid lightgray; +} + +#home { + flex: 1; +} + +#portfolio, #about, #blog { + flex: 1; + text-align: right; + text-decoration: none; + /*padding-right: 10px;*/ +} + +header { + display: flex; + flex-direction: column; + height: 580px; + color: white; +} + +header h1 { + background-color: black; + padding: 10px; + border-radius: 10px; + display: table; + margin: 10px auto; + line-height: 1.2; + letter-spacing: .15em; +} + +.portfolio-header { + display: flex; + margin-top: 100px; + flex-direction: row; + border-bottom: black; + height: 100px; +} + +.portfolio-header h1 { + justify-content: space-between; + background-color: #A9A9A9; + border-left: black; +} + +.intro { + padding-top: 100px; + font-size: 1.5em; + margin-top: 100px; + margin-bottom: 10px; + text-align: center; + animation: fadein 3s; + opacity: .9 +} + +.intro h2 { + font-size: 14pt; + padding-top: 100px; + font-weight: lighter; +} +@keyframes fadein { + from { + opacity:0; + } + to { + opacity:1; + } +} + +.gallery-container { + padding-top: 30px; + padding-left: 20px; + padding-right: 20px; + grid-column: 2; + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + grid-template-rows: auto; + grid-auto-rows: max-content; + grid-auto-flow: row; + grid-column-gap: 10px; + grid-row-gap: 20px; + align-content: center; +} + +.gallery-item { + max-width: 95%; + height: auto; + padding-bottom: 15px; + justify-self: center; + align-self: center; + padding-left: 10px; + padding-right: 10px; +} + +img.gallery-item:hover { + opacity: 0.8; +} + +.gallery-text { + font-size: 10pt; + text-align: center; +} + +.gallery-text { + text-decoration: none; + color: #000; +} + +#chicken { + /*grid-column-start: 8;*/ +} + +.bgimg-1 { + background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8))), url('../images/bgimg-1.jpg') no-repeat; + min-height: 100%; + opacity: .9; + background-attachment: fixed; + background-position: top; + background-repeat: no-repeat; + background-size: cover; +} + +/*.bgimg-1, .bgimg-2, .bgimg-3 { + background-attachment: fixed; + background-position: top; + background-repeat: no-repeat; + background-size: cover; +}*/ + +.card-container { + display: -ms-flexbox; /* TWEENER - IE 10 */ + display: flex; + max-width: 1200px; + -ms-flex-pack: distribute; + justify-content: space-around; + margin: 0 auto; +} + +.card { + margin: 30px; + padding: 20px 40px 40px; + max-width: 500px; + text-align: left; + background: #fff; + border: 1px solid #ccc; + border-bottom: 4px solid #ccc; + border-radius: 6px; + transition: all .5s; + justify-content: space-around; + font-size: 10pt; +} + +.card:hover { + border-color: #A9A9A9; +} + +.card a { + text-decoration: underline; +} + +ul.skills { + padding: 0; + text-align: center; +} + +.skills li { + border-radius: 6px; + display: inline-block; + background: #A9A9A9; + color: white; + padding: 5px 10px; + margin: 2px; +} + +footer { + width: 100%; + min-height: 30px; + margin: 20px auto; + padding: 20px 20px 40px 20px; + text-align: center; +} + +.copyright { + padding-top: 10px; + font-size: .75em; +} + +.social-container { + display: flex; + /*padding-left: 50px; + padding-right: 50px;*/ + justify-content: center; + margin: 0; + padding: 0; +} + +.social-container a { + opacity: .5; + transition: all .5s; + /*flex: -1;*/ +} + +a.social:hover { + opacity: 1; +} + +footer img { + width: 50%; +} + +@media screen and (max-width: 720px) { + .card-container { + display: inline-block; + align-items: center; + } +} + +@media screen and (max-width: 400px) { + .bgimg-1 { + background: #A9A9A9; + } + header { + height: 300px; + } + header h1 { + background: none; + text-align: center; + margin: auto; + line-height: 0.9; + letter-spacing: .09em; + justify-content: center; + } + .intro h2 { + padding-top: 10px; + } + .intro { + font-size: 1.1em; + margin-top: 30px; + } + + footer { + font-size: 1.2em; + margin: 40px auto; + } +}