Features
+Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm + nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..2343dfe84 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -3,64 +3,355 @@ License: none (public domain) */ -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 { +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 { +<<<<<<< HEAD margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; +======= + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 } /* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { +<<<<<<< HEAD display: block; +======= + display: block; +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 } body { - line-height: 1; + line-height: 1; } -ol, ul { +ol, +ul { +<<<<<<< HEAD list-style: none; } -blockquote, q { +blockquote, +q { quotes: none; +======= + list-style: none; } -blockquote:before, blockquote:after, -q:before, q:after { +blockquote, +q { + quotes: none; +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 +} +blockquote:before, +blockquote:after, +q:before, +q:after { +<<<<<<< HEAD content: ''; content: none; +======= + content: ''; + content: none; +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 } table { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } /* Set every element's box-sizing to border-box */ * { - box-sizing: border-box; +<<<<<<< HEAD + box-sizing: border-box; +======= + box-sizing: border-box; +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 +} + +html, +body { +<<<<<<< HEAD + height: 100%; + font-family: 'Titillium Web', sans-serif; +======= + height: 100%; + font-family: 'Titillium Web', sans-serif; +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 +} + +h1, +h2, +h3, +h4, +h5 { +<<<<<<< HEAD + font-family: 'Bangers', cursive; + letter-spacing: 1px; + margin-bottom: 15px; +======= + font-family: 'Bangers', cursive; + letter-spacing: 1px; + margin-bottom: 15px; +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 +} + +/* Your code starts here! */ + +<<<<<<< HEAD +.container { + width: 880px; + margin: 0 auto; +} + +.container header { + position: relative; +} + +.container header nav { + display: inline-block; + margin: 10px 0px; +} + +.container header nav li { + display: inline; + padding: 0px 55px 0px 0px; +} + +.container header nav li a { + text-decoration: none; + color: gray; +} + +.container header nav li a:hover { + text-decoration: underline; +} + +.container header .logo { + position: absolute; + right: 0px; +} + +.container main .cta { + position: relative; + height: 500px; + width: 100%; +} + +.container main .cta .cta-text { + display: inline-block; + font-size: 76px; + text-align: center; + margin: 120px 90px; +} + +.container main .cta .cta-text h1 { + letter-spacing: 2px; +} + +.container main .cta .cta-text a { + font-size: 18px; + text-decoration: none; + color: black; + background-color: white; + border: 1px solid black; + padding: 4px 50px; +} + +.container main .cta .cta-text a:hover { + color: white; + background-color: black; +} + +.container main .cta .cta-img { + position: absolute; + right: 0px; + margin: 60px 0; +} + +main .top-content { + border-top: 1px solid black; +} + +main .top-content .text-content { + display: inline-block; + width: 425px; + margin: 40px 10px 30px 0; +} + +main .bottom-content { + border-bottom: 1px solid black; +} + +main .bottom-content .text-content { + display: inline-block; + width: 280px; + margin: 30px 10px 40px 0; +} + +main .contact { + margin: 30px 0; +} + +footer { + text-align: center; +} +======= + + +.menu { + display: inline-block; + text-align: left; + padding: 2px 15px; + margin: 5px 5px; +} + +.logo { + display: inline-block; + text-align: right; + float: right; +} + +img { + display: inline-block; +} + +.box { + width: 200px; + height: 50px; + padding: 100px 100px 50px 50px; + text-align: center; + float: left; +} + +.image { + padding: 50px 5px 100px 50px; +} + +.box h1 { + font-size: 48px; +} + +.wrapper { + display: block; + width: 960px; + align-content: center; +} + +.image-wrapper { + margin: 40px; + display: inline-block; +} + +.content-item { + float: right; + width: 47%; } -html, body { - height: 100%; - font-family: 'Titillium Web', sans-serif; +.content-item-three { + float: right; + width: 32%; } -h1, h2, h3, h4, h5 { - font-family: 'Bangers', cursive; - letter-spacing: 1px; - margin-bottom: 15px; +section { + margin-top: 20px; + margin-bottom: 20px; + padding-top: 20px; + padding-bottom: 20px; } -/* Your code starts here! */ \ No newline at end of file +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 92beabd65..b35c48381 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -1,63 +1,210 @@ - + +<<<<<<< HEAD +
+======= + + +>>>>>>> b875eff9feee9a4c1dbd1937b597e3a04271b697 -Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm + nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm + nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm + nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm + nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm + nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
++ Aliquam elementum magna eros, ac posuere elvit tempus et. + Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu + ornare nisl. Nullam convallis augue justo, at imperdiet metus + scelerisque quis. +
++ Aliquam elementum magna eros, ac posuere elvit tempus et. + Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu + ornare nisl. Nullam convallis augue justo, at imperdiet metus + scelerisque quis. +
++ Aliquam elementum magna eros, ac posuere elvit tempus et. + Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu + ornare nisl. Nullam convallis augue justo, at imperdiet metus + scelerisque quis. +
++ Aliquam elementum magna eros, ac posuere elvit tempus et. + Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu + ornare nisl. Nullam convallis augue justo, at imperdiet metus + scelerisque quis. +
++ Aliquam elementum magna eros, ac posuere elvit tempus et. + Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu + ornare nisl. Nullam convallis augue justo, at imperdiet metus + scelerisque quis. +
+