diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..221854ee7e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#5F090D", + "titleBar.activeBackground": "#860C12", + "titleBar.activeForeground": "#FFFBFB" + } +} \ No newline at end of file diff --git a/css/index.css b/css/index.css index 0c9959c1e5..98bf9af855 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,472 @@ /* Use your own code or past solution for Great Idea Web Page CSS here! */ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + 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 { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* Set every element's box-sizing to border-box */ +* { + box-sizing: border-box; +} + +html, body { + height: 100%; + font-family: 'Titillium Web', sans-serif; +} + +h1, h2, h3, h4, h5 { + font-family: 'Bangers', cursive; + letter-spacing: 1px; + margin-bottom: 15px; +} + +/* Your code starts here! */ + +header{ + display:flex; + justify-content: space-around; + font-weight: bold; + word-spacing:100px; + width:100%; + color:lightgray; + padding:30px; + text-align: center; + + +} + + + +h1{ + display: flex; + flex-direction: column; + font-size:100px; + text-align: center; + height:300px; + width:500px; + +} + +.section-one{ + display:flex; + flex-direction: row; + justify-content: space-evenly; + +} + +.title { + display:flex; + flex-direction: column; + justify-content: center; + height:750%; + width:48%; + margin-top:15%; +} + +.title h1{ + display: flex; + justify-content: center; + + + + +} + +.section-one img{ + flex-direction: row; + margin:50% 0% 5%; + margin-right:90%; + + + +} +.Get-started { + font-size: 22px ; + height:7%; + width:240px; + border:2px solid black ; + text-align: center; + margin-left: 20%; + +} + +a{ + color:grey; +} + + +hr{ + border-top:1px solid black; + width:100%; +} + +.section-two{ + display:flex; + justify-content: space-between; + height:150px; + margin-top: 50px; +} + +.Features{ + width:46%; + height: 90%; + font-size: 20px; + display: inline-block; + font-weight:bold; + text-align:left; +} + +.about{ + font-size:20px; + width:48%; + height:90%; + display: inline-block; + font-weight:bold; + text-align:left; +} +.middle-img{ + background-size: cover; + width:100%; + padding:10px; +} + +.section-three{ + display:flex; + justify-content: space-between; + width:100%; + height:30%; +} + +.services{ + font-size:20px; + font-weight:bold; + width:425px; + height:98%; + text-align:left; +} +.product{ + font-size:20px; + font-weight:bold; + width:425px; + height:98%; + text-align:left; +} +.visions{ + font-size:20px; + font-weight:bold; + width:425px; + height:98%; + text-align:left; + +} + + +footer{ + display:flex; + max-width:100%; + flex-direction: column; +} +.contact{ + line-height: 20px; + font-size: 22px; + font-weight: bold; + text-align:left; +} + +.phone-number{ + + font-weight: bold; + font-size: 22px; + width:33%; + line-height:100px; +} +.email{ + font-size:22px; + font-weight:bold; + width:33%; + +} + +.copyright{ + text-align:center; +} + +body{ + margin:50px; + +} + + +@media(max-width:800px){ + header{ + display:flex; + width:100%; + flex-direction: column-reverse; + justify-content: center; + } + + .nav-header{ + + display:flex; + justify-content: space-between; + width:100%; + + font-size:22px; + +} + + header img{ + display:flex; + justify-content: center; + width:35%; + margin-left:30%; + padding-bottom:4%; + +} + .title h1{ + display:flex; + flex-direction: column; + margin-right:6%; + } + + .section-one{ + display:flex; + flex-direction: row; + } + + + .section-one img{ + display:none; + } + + .Get-started{ + margin-left:38%; + + + } + + .section-two{ + display:flex; + + } + + .middle-img{ + display:flex; + margin-top:7%; +} + + + .section-three{ + display:flex; + justify-content: space-between; + + } + + +} + + +@media(max-width:500px){ + Body{ + margin:3%; + + + } + + + + .nav-header{ + display:flex; + flex-direction: column; + max-width:100%; + + } + + .nav-header a{ + + padding:3% ; + border-bottom: 1px solid black; + } + + + + .logo-container{ + margin-right:15%; + + } + + .logo{ + margin-right:20%; + width:60%; + align-self: center; + + + + } + + .section-one{ + display:flex; + flex-direction: column; + justify-content: center; + + } + + + .section-one h1{ + font-size:70px; + display:flex; + flex-direction: column; + + + } + + .title{ + display:flex; + + + } + + .Get-started{ + margin-left: 55%; + } + + + + .section-two{ + display:flex; + flex-direction: column; + justify-content: space-between; + + + } + + + + .Features{ + display:flex; + flex-direction: column; + width:100%; + margin:0 0 4%; + + + } + + + .about{ + display:flex; + flex-direction: column; + width:100%; + margin:0 0 4%; + + } + + + .middle-img{ + display:flex; + flex-direction: column; + margin-top:38%; + width:100%; + background-size: cover; + + + } + + + .section-three{ + display:flex; + flex-direction:column; + + } + + .services{ + margin:4% 0 4%; + } + + .product{ + margin:0% 0 4%; + } + + .visions{ + border-bottom:2px solid black; + padding:0 0 5%; + } + + .section-four hr{ + display:none; + } + + .section-four{ + + display: flex; + flex-direction:column; + margin: 70% 0 0; + } + + .copyright{ + font-size:18px; + margin-top:10%; + } + + + .contact{ + display:flex; + align-items: center; + line-height:125%; + + + } + + .phone-number{ + width:100%; + } + + + + + + +} \ No newline at end of file diff --git a/index.html b/index.html index 476b4b8cb9..ce63595870 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@
+
+
+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.
+