diff --git a/images/bananas.png b/images/bananas.png new file mode 100644 index 0000000..e09965d Binary files /dev/null and b/images/bananas.png differ diff --git a/images/congruent_pentagon.png b/images/congruent_pentagon.png new file mode 100644 index 0000000..c712660 Binary files /dev/null and b/images/congruent_pentagon.png differ diff --git a/images/fern.jpg b/images/fern.jpg new file mode 100644 index 0000000..be7645b Binary files /dev/null and b/images/fern.jpg differ diff --git a/images/pink_rice.png b/images/pink_rice.png new file mode 100644 index 0000000..5b7ff5d Binary files /dev/null and b/images/pink_rice.png differ diff --git a/images/wavy-dots.png b/images/wavy-dots.png new file mode 100644 index 0000000..5974c45 Binary files /dev/null and b/images/wavy-dots.png differ diff --git a/index.html b/index.html index 69f30be..23065a8 100644 --- a/index.html +++ b/index.html @@ -3,34 +3,34 @@ Startrly + + - -
- - - - -
-

Startrly

+ + + +
+

Startrly

A catchy tagline for a great solution Some Call to Action
-
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
@@ -40,24 +40,24 @@

Startrly

-
+

Why?

-
    -
  • +
      +
    • Comfortable

      Et quas molestias excepturi sint occaecati cupiditate non providents, ut aut reiciendis voluptatibus maiores.

    • -
    • +
    • Robust

      At vero eos et accusamus et iusto odio dignissimos ducimus qui. Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam.

    • -
    • +
    • Convenient

      @@ -68,7 +68,7 @@

      Why?

-
+
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
@@ -80,7 +80,7 @@

Why?

Meet the team

-
    +
    • profile for kari kiwi Kari Kiwi @@ -110,9 +110,9 @@

      Meet the team

-
+

Sponsors

-
    +
    • @@ -132,7 +132,7 @@

      Sponsors

-
+ - -
+ diff --git a/styles/normalize.css b/styles/normalize.css new file mode 100644 index 0000000..6e51e57 --- /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; +} \ No newline at end of file diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..1904226 --- /dev/null +++ b/styles/style.css @@ -0,0 +1,309 @@ +@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Asap|Open+Sans'); +@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css'); + +body { + font-family: 'IBM Plex Sans', sans-serif; + font-size: 16px; + color: #676a81; + text-align: center; + background-attachment: fixed; + background-image: url("../images/congruent_pentagon.png"); + max-width:1920px; + margin:0 auto; + overflow-x:hidden; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0; + color:#43485c; + font-size: 20px; + font-family: 'Asap', sans-serif; + text-transform: capitalize; +} + +p { + margin: 0; + line-height: 1.8; + color: #43485c; + font-size: 14px; + font-family: 'IBM Plex Sans', sans-serif; +} + +img { + border: none; + max-width: 100%; + height: auto; +} + +ul { + padding: 0; + margin: 0 auto; + list-style: none; +} + +ul li { + list-style: none; +} + +a, a:hover, a:active, a:focus { + display: inline-block; + text-decoration: none; + color: #6a708e; + font-size: 16px; + padding: 0; +} + +nav.navbar { + display: block; + width: 98%; + height: 50px; + z-index: 9; + background-color: #fff; + border-bottom: solid 1px #e0e0e0; + border-radius:3% 2% 3% 2% / 52% 26% 58% 34%; + box-shadow: 0 3px 15px rgba(0,0,0,.2); + font-family: 'Asap', 'Open Sans', sans-serif; + font-size: 18px; + top: 5px; + position: fixed; + margin-left: 10px; +} + +nav.navbar ul.nav { + display: flex; + flex-wrap: nowrap; + justify-content: space-between; +} + +nav.navbar ul.nav > li > a{ + color: #6f6f6f; + padding: 15px 20px; + background-color: transparent; + outline: none; + margin-bottom: -2px; + font-size: 16px; + font-weight: 400; + text-transform: uppercase; + transition: 0.3s linear; +} + +.hacky { + visibility: hidden; + margin-right: auto; + margin-left: auto; +} + +nav.navbar > ul.nav > li > a:hover, +nav.navbar > ul.nav > li > a:focus, +nav.navbar > ul.nav > li.active > a { + color: #26970a; +} + +nav.navbar > ul.nav > li.navbar-name a, +nav.navbar > ul.nav > li.navbar-name a:hover, +nav.navbar > ul.nav > li.navbar-name a:focus > li > a { + display: inline-block; + color: #26970a; + margin-left: 12px; + font-size: 20px; + font-weight: 600; + padding: 15px 33px 0px 20px; + text-transform: uppercase; + height: 50px; + line-height: 20px; +} + +.welcome { + display: flex; + flex-flow: column wrap; + text-align: center; + font-family: 'IBM Plex Sans', sans-serif; + margin: 180px 0px 0px 0px; + padding: 5px 0px 15em 0px; +} + +header > h1{ + color: #175806; + font-size: 54px; + font-weight: 700; + text-transform: uppercase; + line-height: 1.5; +} + +.welcome sub { + font-size: 1.5em; + font-family: 'Open Sans', sans-serif; + font-weight: bold; + text-transform: capitalize; + font-stretch: ultra-expanded; + margin-bottom: 2em; + width: 100%; +} + +.welcome a[href] { + font-size: .9rem; + color: gray; + margin: auto; + border: 2px darkgray solid; + border-radius: 10px; + padding: 5px; + text-decoration: none; + max-width: 10em; + background-color: white; +} + +.quote { + display: flex; + flex-flow: column wrap; + align-items: center; + align-content: space-evenly; + justify-content: center; + font-style: italic; + font-size: 20px; + font-family: 'Times New Roman', Times, serif; + margin: 0px 0px 100px 0px; + line-height: 2em; + padding: 6em 5px 5em 5px; + background-image: url("../images/wavy-dots.png") +} + +.quote blockquote::before, blockquote::after { + content: "\""; +} + +.quote blockquote { + padding: 1em 2em 1em 2em; +} + +.quote p { + align-self: flex-end; + margin-right: 15%; +} + +.quote p::before { + content: "--" +} + +.why { + display: grid; + grid-template-rows: 1fr 3fr; + margin-top: -1em; +} + +h2 { + text-align: center; + font-family: Arial, bold, sans-serif; +} + +.answers { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-column-gap: 20px; + margin-left: 5%; + margin-right: 5%; +} + +.answerbox img { + float: left; + margin-right: 0.5em; +} + +.answerbox p { + padding: 1em 1em; + margin-top: -0.5em; +} + +.team { + display: grid; + grid-template: repeat(2, 1fr) / repeat(5, minmax(10px, 1fr)); + padding: 0em 2em 0em 2em; + margin-left: 10%; + margin-right: 10%; +} + +.team img { + border-radius: 50%; + border: darkgray solid 2px; + padding: 4px; +} + +.team li:nth-of-type(1) { + grid-column: 1 / 2; +} + +.team li:nth-of-type(2) { + grid-column: 3 / 4; +} + +.team li:nth-of-type(3) { + grid-column: 5 / 6; +} + +.team li:nth-of-type(4) { + grid-column: 2 / 3; +} + +.team li:nth-of-type(5) { + grid-column: 4 / 5; +} + +.team li { + display: flex; + flex-flow: column wrap; + align-items: center; +} + +.team li span { + margin: 0.5em 0em 0.5em 0em; +} + +.sponsorlist { + display: grid; + grid-rows: 1fr 5fr; + padding: 5% 0em 10% 0em; + margin: 2em 0em 0em 0em; +} + +.sponsors { + display: flex; + flex-flow: row wrap; + justify-content: space-evenly; + align-content: space-evenly; + align-items: center; +} + +#footer { + display: grid; + grid-template-columns: 1fr 5fr; + padding: 2% 10% 10% 10%; + justify-items: left + background-image: url; + background-repeat: no-repeat; + background-position: 80% 0%; + background-size: contain; + background-color: white; +} + +#footer ul, .sponsors, .team, .answers { + list-style-type: none; + padding: 0; +} + +.welcome, .why, .quote, .sponsorlist, .menu { + border-bottom: darkgray 0.5px solid; +} + +.menu li:hover, #footer li:hover { + color: darkgoldenrod; + font-weight: bolder; +} + +.menu, .quote { + background-color: floralwhite; +} + +.menu, #footer { + font-size: 0.9em; + font-family: 'IBM Plex Sans', bolder, sans-serif; + +}