From bbc69888efbea11912485d1db43241011f220603 Mon Sep 17 00:00:00 2001 From: kayode Date: Mon, 22 Jun 2020 14:25:16 -0400 Subject: [PATCH 01/17] added file structure for Better Proff app. --- Student-Tracker-WebUI/CSS/index.css | 52 +++++++++++++++++++++++++++++ Student-Tracker-WebUI/about.html | 10 ++++++ Student-Tracker-WebUI/index.html | 37 ++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 Student-Tracker-WebUI/CSS/index.css create mode 100644 Student-Tracker-WebUI/about.html create mode 100644 Student-Tracker-WebUI/index.html diff --git a/Student-Tracker-WebUI/CSS/index.css b/Student-Tracker-WebUI/CSS/index.css new file mode 100644 index 0000000..37122c6 --- /dev/null +++ b/Student-Tracker-WebUI/CSS/index.css @@ -0,0 +1,52 @@ +/* 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: 62.5%; + 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; +} + +h1{ + font-size: 3rem; +} \ No newline at end of file diff --git a/Student-Tracker-WebUI/about.html b/Student-Tracker-WebUI/about.html new file mode 100644 index 0000000..44abbe4 --- /dev/null +++ b/Student-Tracker-WebUI/about.html @@ -0,0 +1,10 @@ + + + + + + + + +

ABOUT.HTML

+ \ No newline at end of file diff --git a/Student-Tracker-WebUI/index.html b/Student-Tracker-WebUI/index.html new file mode 100644 index 0000000..b22b07c --- /dev/null +++ b/Student-Tracker-WebUI/index.html @@ -0,0 +1,37 @@ + + + + + + + + +
+

Better Proffessor

+

Deadline Management App

+
+ + +
+

Never miss another deadline again!

+

Better Proffessor is an easy-to-use deadline management app that allows you to set a custom reminder for yourself and your students.

+
+ +
+ + + +
+ + + + \ No newline at end of file From 932de3c0f6c7a98d32c6e02d31288d7b94eb0760 Mon Sep 17 00:00:00 2001 From: kayode Date: Mon, 22 Jun 2020 16:26:23 -0400 Subject: [PATCH 02/17] added css styles to index.css --- Student-Tracker-WebUI/CSS/index.css | 104 +++++++++++++++++++++++++++- Student-Tracker-WebUI/index.html | 31 ++++++--- 2 files changed, 124 insertions(+), 11 deletions(-) diff --git a/Student-Tracker-WebUI/CSS/index.css b/Student-Tracker-WebUI/CSS/index.css index 37122c6..12c78e1 100644 --- a/Student-Tracker-WebUI/CSS/index.css +++ b/Student-Tracker-WebUI/CSS/index.css @@ -21,6 +21,7 @@ time, mark, audio, video { border: 0; font-size: 62.5%; font: inherit; + font-family: 'Maitree', serif; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ @@ -47,6 +48,105 @@ table { border-spacing: 0; } +/* Header Styles */ +header{ + display: flex; + flex-direction: column; + /* align-items: center; */ + margin-left:5%; +} + h1{ - font-size: 3rem; -} \ No newline at end of file + font-size: 2.5rem; +} + +h2{ + font-size: 1.5rem; + margin-left:2%; +} + + +/* Nav Styles */ + +.header-menu{ + display:flex; + justify-content: end; + background-color: aquamarine; + margin-top:2%; +} + +.header-menu a{ + margin-left:2%; + margin-top:1%; + margin-bottom:1%; + margin-right:2%; + text-decoration: none; +} + +.header-menu a:hover{ + color:red; +} + +/* Main Text Styles */ + +.main-text{ + margin-top:4%; + margin-left:5%; + display:flex; + flex-direction: column; + align-items: center; +} + +.main-text p{ + font-size: 1.5rem; + width:30%; + margin-top:2%; + margin-left:2%; + margin-bottom:2%; +} + +.main-text h1{ + width:30%; + font-size: 3.2rem; + margin-bottom:4%; +} + +.main-text img{ + border:2px solid; +} + +.button{ + display:flex; + flex-direction: column; + width:20%; + margin-top:1%; +} + +button{ + font-size: 1.5rem; +} + +button :hover{ + color:red; +} + +/* Footer Styles */ + +.footer-menu{ + display:flex; + justify-content: end; + background-color: aquamarine; + margin-top:2%; +} + +.footer-menu a{ + margin-left:2%; + margin-top:1%; + margin-bottom:1%; + text-decoration: none; + margin-right:2%; +} + +.footer-menu a:hover{ + color:red; +} diff --git a/Student-Tracker-WebUI/index.html b/Student-Tracker-WebUI/index.html index b22b07c..c434517 100644 --- a/Student-Tracker-WebUI/index.html +++ b/Student-Tracker-WebUI/index.html @@ -4,6 +4,8 @@ + +
@@ -19,19 +21,30 @@

Deadline Management App

Never miss another deadline again!

+

Better Proffessor is an easy-to-use deadline management app that allows you to set a custom reminder for yourself and your students.

+
+ +
+ +
+ +
-
- - - -
+
+
+ \ No newline at end of file From d73f1aa6346205f58dca4639c23c346930bf6b55 Mon Sep 17 00:00:00 2001 From: kayode Date: Mon, 22 Jun 2020 17:31:08 -0400 Subject: [PATCH 03/17] added some html to about.html --- Student-Tracker-WebUI/CSS/index.css | 2 ++ Student-Tracker-WebUI/about.html | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Student-Tracker-WebUI/CSS/index.css b/Student-Tracker-WebUI/CSS/index.css index 12c78e1..89439da 100644 --- a/Student-Tracker-WebUI/CSS/index.css +++ b/Student-Tracker-WebUI/CSS/index.css @@ -54,6 +54,7 @@ header{ flex-direction: column; /* align-items: center; */ margin-left:5%; + margin-top: 1%; } h1{ @@ -137,6 +138,7 @@ button :hover{ justify-content: end; background-color: aquamarine; margin-top:2%; + margin-bottom:1%; } .footer-menu a{ diff --git a/Student-Tracker-WebUI/about.html b/Student-Tracker-WebUI/about.html index 44abbe4..a3076e5 100644 --- a/Student-Tracker-WebUI/about.html +++ b/Student-Tracker-WebUI/about.html @@ -6,5 +6,18 @@ -

ABOUT.HTML

+
+

Meet The Team!

+

Kayode Richards - Web Design

+

Wei Peluso

+

Collin Ballou

+

Christian Lorenzo

+

Robert Gondola

+

Stephanie Ballard

+

Hunter Oppel

+

Harmony Radley

+

Bharat Kumar

+

Skyler Suzuki

+
+ \ No newline at end of file From 26d103145c9c40ee120cb09b9afef1212c801b51 Mon Sep 17 00:00:00 2001 From: kayode Date: Wed, 24 Jun 2020 11:26:20 -0400 Subject: [PATCH 04/17] added media queries for landing page, started about page --- Student-Tracker-WebUI/CSS/about.css | 107 ++++++++++++++++++++++++++++ Student-Tracker-WebUI/CSS/index.css | 67 +++++++++++++++-- Student-Tracker-WebUI/about.html | 29 +++++--- Student-Tracker-WebUI/index.html | 7 +- 4 files changed, 190 insertions(+), 20 deletions(-) create mode 100644 Student-Tracker-WebUI/CSS/about.css diff --git a/Student-Tracker-WebUI/CSS/about.css b/Student-Tracker-WebUI/CSS/about.css new file mode 100644 index 0000000..cc975d6 --- /dev/null +++ b/Student-Tracker-WebUI/CSS/about.css @@ -0,0 +1,107 @@ +/* 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: 62.5%; + font: inherit; + font-family: 'Maitree', serif; + 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; + background-image: url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; +} +} +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; +} + +/* Header Styles */ +header{ + display: flex; + flex-direction: column; + align-items: center; + margin-left:5%; + margin-top: 1%; +} + +h1{ + font-size: 2.5rem; +} + +h2{ + font-size: 1.5rem; + margin-left:2%; +} + +.header-menu{ + display:flex; + justify-content: space-evenly; + background-color: aquamarine; + margin-top:2%; + margin-left: 5%; + width:90%; +} + +.header-menu a{ + margin-left:2%; + margin-top:1%; + margin-bottom:1%; + margin-right:2%; + text-decoration: none; +} + +.header-menu a:hover{ + color:red; +} + +/* Main Text Styles */ + +.About-text{ + display:flex; + flex-direction: column; + align-items: center; + margin-top: 5%; +} + +.About-text p{ + margin-top: 2%; + width:50%; +} \ No newline at end of file diff --git a/Student-Tracker-WebUI/CSS/index.css b/Student-Tracker-WebUI/CSS/index.css index 89439da..eec6e46 100644 --- a/Student-Tracker-WebUI/CSS/index.css +++ b/Student-Tracker-WebUI/CSS/index.css @@ -31,6 +31,10 @@ footer, header, hgroup, menu, nav, section { } body { line-height: 1; + background-image: url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; } ol, ul { list-style: none; @@ -52,7 +56,7 @@ table { header{ display: flex; flex-direction: column; - /* align-items: center; */ + align-items: center; margin-left:5%; margin-top: 1%; } @@ -71,9 +75,10 @@ h2{ .header-menu{ display:flex; - justify-content: end; + justify-content: space-evenly; background-color: aquamarine; margin-top:2%; + max-width:100%; } .header-menu a{ @@ -82,6 +87,8 @@ h2{ margin-bottom:1%; margin-right:2%; text-decoration: none; + color:black; + border:2px solid; } .header-menu a:hover{ @@ -114,6 +121,8 @@ h2{ .main-text img{ border:2px solid; + /* width:400px; + height:400px; */ } .button{ @@ -124,7 +133,7 @@ h2{ } button{ - font-size: 1.5rem; + font-size: 1.9rem; } button :hover{ @@ -135,10 +144,10 @@ button :hover{ .footer-menu{ display:flex; - justify-content: end; + justify-content: space-evenly; background-color: aquamarine; margin-top:2%; - margin-bottom:1%; + max-width:100%; } .footer-menu a{ @@ -147,8 +156,56 @@ button :hover{ margin-bottom:1%; text-decoration: none; margin-right:2%; + color:black; + border:2px solid; + } .footer-menu a:hover{ color:red; } + + +/* Media Query Styles */ + +@media (max-width:500px){ + .header-menu{ + flex-direction: column; + align-items: center; + } + .header-menu a{ + font-size: 1.5rem; + margin-top: 3%; + } + header{ + align-items: center; + } + .main-text p{ + width:100%; + } + .main-text h1{ + width:70%; + } + img{ + width:80%; + margin-bottom: 2%; + margin-top: 2%; + } + .button{ + width:100%; + margin-right: 5%; + border:1px dashed; + } + .footer-menu{ + flex-direction: column; + align-items: center; + width:70%; + margin-left: 15%; + } + .footer-menu a{ + font-size: 1.5rem; + margin-top: 3%; + + + } +} \ No newline at end of file diff --git a/Student-Tracker-WebUI/about.html b/Student-Tracker-WebUI/about.html index a3076e5..363ee9a 100644 --- a/Student-Tracker-WebUI/about.html +++ b/Student-Tracker-WebUI/about.html @@ -3,21 +3,28 @@ + +
-

Meet The Team!

-

Kayode Richards - Web Design

-

Wei Peluso

-

Collin Ballou

-

Christian Lorenzo

-

Robert Gondola

-

Stephanie Ballard

-

Hunter Oppel

-

Harmony Radley

-

Bharat Kumar

-

Skyler Suzuki

+

Professor Pro App

+ + +
+

Meet The Team!

+

We wanted to help students and professors alike, by creating an app that helps professors keep better track of students and their course work. We belive that this app will revolutionize the way students and faculty interact with each other throughout the year.

+
+ +
+ \ No newline at end of file diff --git a/Student-Tracker-WebUI/index.html b/Student-Tracker-WebUI/index.html index c434517..3d97c4f 100644 --- a/Student-Tracker-WebUI/index.html +++ b/Student-Tracker-WebUI/index.html @@ -4,13 +4,12 @@ -
-

Better Proffessor

-

Deadline Management App

+

Professor Pro

+

Student Management App

-

Never miss another deadline again!

+

Never Miss Another Deadline Again!

Professor Pro is an easy-to-use deadline management app that allows you to set a custom reminder for yourself and your students.

From 4c4571d89dd8125543b18c81040b9cba74a07245 Mon Sep 17 00:00:00 2001 From: kayode Date: Wed, 24 Jun 2020 17:01:50 -0400 Subject: [PATCH 06/17] added media query styles at 500 and 800px --- Student-Tracker-WebUI/CSS/about.css | 153 +++++++++++++++++++++++++++- Student-Tracker-WebUI/CSS/index.css | 2 +- Student-Tracker-WebUI/about.html | 28 ++++- Student-Tracker-WebUI/index.html | 6 +- 4 files changed, 181 insertions(+), 8 deletions(-) diff --git a/Student-Tracker-WebUI/CSS/about.css b/Student-Tracker-WebUI/CSS/about.css index cc975d6..6b1a05c 100644 --- a/Student-Tracker-WebUI/CSS/about.css +++ b/Student-Tracker-WebUI/CSS/about.css @@ -36,7 +36,7 @@ body { background-size: cover; background-attachment: fixed; } -} + ol, ul { list-style: none; } @@ -76,8 +76,7 @@ h2{ justify-content: space-evenly; background-color: aquamarine; margin-top:2%; - margin-left: 5%; - width:90%; + width:100%; } .header-menu a{ @@ -104,4 +103,152 @@ h2{ .About-text p{ margin-top: 2%; width:50%; + font-size: 1.5rem; +} + +img{ + width:300px; + height:300px; + border-radius: 50%; + margin-top:3%; +} + +.About-pics{ + display:flex; + flex-direction: column; + flex-wrap: wrap; + align-items: center; + width:90%; + height:600px; + margin-top:2%; + /* border:2px solid; */ + margin-left:7%; + font-size: 1.5rem; +} + +.About-pics p{ + width:20%; + margin-top: 1%; + text-align: center; +} + +.About-pics h5{ + margin-top: 1%; +} + +.About-pics2 p{ + width:25%; + margin-top: 1%; + text-align: center; +} + +.About-pics2{ + display: flex; + flex-direction: column; + flex-wrap: wrap; + width:80%; + height:500px; + margin-top:2%; + align-items: center; + /* border:2px solid; */ + margin-left:10%; + font-size: 1.5rem; +} +.About-pics2 h5{ + margin-top: 1%; +} + +/* Footer Styles */ + +.footer-menu{ + display:flex; + justify-content: space-evenly; + background-color: aquamarine; + margin-top:2%; + width:100%; + position: relative; +} + +.footer-menu a{ + margin-left:2%; + margin-top:1%; + margin-bottom:1%; + margin-right:2%; + text-decoration: none; +} + +.footer-menu a:hover{ + color:red; +} + +/* 500px media styles */ +@media (max-width:500px){ + .header-menu{ + flex-direction: column; + align-items: center; + } + .header-menu a{ + font-size: 1.5rem; + margin-top: 3%; + } + header{ + align-items: center; + } + .About-text p{ + width:90%; + } + .About-pics{ + height:900px; + flex-wrap: nowrap; + } + .About-pics2{ + margin-top: 1100px; + height:900px; + flex-wrap: nowrap; + } + .About-pics p{ + margin-top: 2%; + width:50%; + } + .About-pics2 p{ + margin-top: 2%; + width:90%; + } +} + +/* 800px media styles */ + +@media (max-width:800px){ + .header-menu{ + flex-direction: column; + align-items: center; + + } + .header-menu a{ + font-size: 1.5rem; + margin-top: 3%; + } + header{ + align-items: center; + } + .About-text p{ + width:90%; + } + .About-pics{ + height:900px; + flex-wrap: nowrap; + } + .About-pics2{ + margin-top: 1100px; + height:900px; + flex-wrap: nowrap; + } + .About-pics p{ + margin-top: 2%; + width:50%; + } + .About-pics2 p{ + margin-top: 2%; + width:90%; + } } \ No newline at end of file diff --git a/Student-Tracker-WebUI/CSS/index.css b/Student-Tracker-WebUI/CSS/index.css index e45c257..6ba5bc8 100644 --- a/Student-Tracker-WebUI/CSS/index.css +++ b/Student-Tracker-WebUI/CSS/index.css @@ -107,7 +107,7 @@ h2{ .main-text p{ font-size: 1.5rem; - width:30%; + width:40%; margin-top:2%; margin-left:2%; margin-bottom:2%; diff --git a/Student-Tracker-WebUI/about.html b/Student-Tracker-WebUI/about.html index 363ee9a..5a0994f 100644 --- a/Student-Tracker-WebUI/about.html +++ b/Student-Tracker-WebUI/about.html @@ -24,7 +24,33 @@

Meet The Team!

- +
Hi!, I'm Collin Ballou
+

From the Mid-West, I am in Lambda School Web32 Track and I love rollerblading and programming!

+ +
Hi!, I'm Robert Gondala
+

From the East Coast, I am in Lambda School Web31 and I love coding!

+ +
Hi!, I'm Wei Peluso
+

From the East Coast, I am in Lambda School Web31 and I love to going to Kpop concerts!

+ +
Hi!, I'm Hunter Oppel
+

From the East Coast, I am in Lambda School Web31 and I love to going to Kpop concerts!

+
+ +
Hi!, I'm Stephanie Ballard
+

From the East Coast, I am in Lambda School Web31 and I love to going to Kpop concerts!

+ +
Hi!, I'm Bharat Kumar
+

From the East Coast, I am in Lambda School Web31 and I love to going to Kpop concerts!

+ +
Hi!, I'm Harmony Radley
+

From the East Coast, I am in Lambda School Web31 and I love to going to Kpop concerts!

+ +
Hi!, I'm Kayode Richards
+

From the East Coast, I am in Lambda School for FullStack Web Development and I love video games and martial arts!

+ +
\ No newline at end of file diff --git a/Student-Tracker-WebUI/index.html b/Student-Tracker-WebUI/index.html index d6d601d..783fa98 100644 --- a/Student-Tracker-WebUI/index.html +++ b/Student-Tracker-WebUI/index.html @@ -36,9 +36,6 @@

Never Miss Another Deadline Again!

- -
- + + + \ No newline at end of file From aac0edf523a13049284d3b07c6211660285a7a0c Mon Sep 17 00:00:00 2001 From: kayode Date: Wed, 24 Jun 2020 17:15:48 -0400 Subject: [PATCH 07/17] a few changes to css --- Student-Tracker-WebUI/CSS/about.css | 25 ++----------------------- Student-Tracker-WebUI/about.html | 1 - 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/Student-Tracker-WebUI/CSS/about.css b/Student-Tracker-WebUI/CSS/about.css index 6b1a05c..c6b8e16 100644 --- a/Student-Tracker-WebUI/CSS/about.css +++ b/Student-Tracker-WebUI/CSS/about.css @@ -122,7 +122,7 @@ img{ height:600px; margin-top:2%; /* border:2px solid; */ - margin-left:7%; + margin-left:6%; font-size: 1.5rem; } @@ -153,33 +153,12 @@ img{ /* border:2px solid; */ margin-left:10%; font-size: 1.5rem; + margin-bottom: 1%; } .About-pics2 h5{ margin-top: 1%; } -/* Footer Styles */ - -.footer-menu{ - display:flex; - justify-content: space-evenly; - background-color: aquamarine; - margin-top:2%; - width:100%; - position: relative; -} - -.footer-menu a{ - margin-left:2%; - margin-top:1%; - margin-bottom:1%; - margin-right:2%; - text-decoration: none; -} - -.footer-menu a:hover{ - color:red; -} /* 500px media styles */ @media (max-width:500px){ diff --git a/Student-Tracker-WebUI/about.html b/Student-Tracker-WebUI/about.html index 5a0994f..7bfc567 100644 --- a/Student-Tracker-WebUI/about.html +++ b/Student-Tracker-WebUI/about.html @@ -52,5 +52,4 @@
Hi!, I'm Kayode Richards

From the East Coast, I am in Lambda School for FullStack Web Development and I love video games and martial arts!

- \ No newline at end of file From 37c3268dab5a4da6985ad1703fd0dcdd2427c156 Mon Sep 17 00:00:00 2001 From: kayode Date: Wed, 24 Jun 2020 17:17:46 -0400 Subject: [PATCH 08/17] margin adjustment on header --- Student-Tracker-WebUI/CSS/about.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Student-Tracker-WebUI/CSS/about.css b/Student-Tracker-WebUI/CSS/about.css index c6b8e16..9b13f90 100644 --- a/Student-Tracker-WebUI/CSS/about.css +++ b/Student-Tracker-WebUI/CSS/about.css @@ -58,7 +58,7 @@ header{ display: flex; flex-direction: column; align-items: center; - margin-left:5%; + margin-left:1%; margin-top: 1%; } From 60efaf24a9cb72c4655595c6d16d0d47d323e74f Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 11:30:12 -0400 Subject: [PATCH 09/17] file structure change --- {Student-Tracker-WebUI/CSS => CSS}/about.css | 0 {Student-Tracker-WebUI/CSS => CSS}/index.css | 4 ++-- Student-Tracker-WebUI/about.html => about.html | 0 Student-Tracker-WebUI/index.html => index.html | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {Student-Tracker-WebUI/CSS => CSS}/about.css (100%) rename {Student-Tracker-WebUI/CSS => CSS}/index.css (99%) rename Student-Tracker-WebUI/about.html => about.html (100%) rename Student-Tracker-WebUI/index.html => index.html (100%) diff --git a/Student-Tracker-WebUI/CSS/about.css b/CSS/about.css similarity index 100% rename from Student-Tracker-WebUI/CSS/about.css rename to CSS/about.css diff --git a/Student-Tracker-WebUI/CSS/index.css b/CSS/index.css similarity index 99% rename from Student-Tracker-WebUI/CSS/index.css rename to CSS/index.css index 6ba5bc8..06948b8 100644 --- a/Student-Tracker-WebUI/CSS/index.css +++ b/CSS/index.css @@ -58,7 +58,7 @@ header{ flex-direction: column; align-items: center; margin-left:5%; - margin-top: 1%; + margin-top: 3%; } h1{ @@ -107,7 +107,7 @@ h2{ .main-text p{ font-size: 1.5rem; - width:40%; + width:30%; margin-top:2%; margin-left:2%; margin-bottom:2%; diff --git a/Student-Tracker-WebUI/about.html b/about.html similarity index 100% rename from Student-Tracker-WebUI/about.html rename to about.html diff --git a/Student-Tracker-WebUI/index.html b/index.html similarity index 100% rename from Student-Tracker-WebUI/index.html rename to index.html From 44e571bd29d922b1c6177ba3ef42a837f28b6d25 Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 11:34:50 -0400 Subject: [PATCH 10/17] font size changes --- CSS/about.css | 1 + 1 file changed, 1 insertion(+) diff --git a/CSS/about.css b/CSS/about.css index 9b13f90..87e2abd 100644 --- a/CSS/about.css +++ b/CSS/about.css @@ -85,6 +85,7 @@ h2{ margin-bottom:1%; margin-right:2%; text-decoration: none; + font-size: 1.2rem; } .header-menu a:hover{ From def9eab62ef277f48a3a4b92d3cde08fd9e8de1f Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 11:36:59 -0400 Subject: [PATCH 11/17] more css tweaks --- CSS/about.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/about.css b/CSS/about.css index 87e2abd..c9e88d2 100644 --- a/CSS/about.css +++ b/CSS/about.css @@ -59,7 +59,7 @@ header{ flex-direction: column; align-items: center; margin-left:1%; - margin-top: 1%; + margin-top: 2%; } h1{ @@ -75,7 +75,7 @@ h2{ display:flex; justify-content: space-evenly; background-color: aquamarine; - margin-top:2%; + margin-top:5%; width:100%; } From 679c874d58edee670e27afcd2d32f740058cd973 Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 11:40:05 -0400 Subject: [PATCH 12/17] more css changes --- CSS/about.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CSS/about.css b/CSS/about.css index c9e88d2..7442f2a 100644 --- a/CSS/about.css +++ b/CSS/about.css @@ -75,8 +75,8 @@ h2{ display:flex; justify-content: space-evenly; background-color: aquamarine; - margin-top:5%; - width:100%; + margin-top:2%; + max-width:100%; } .header-menu a{ @@ -86,6 +86,7 @@ h2{ margin-right:2%; text-decoration: none; font-size: 1.2rem; + color:black; } .header-menu a:hover{ From a1741770b5b818163b222995af9a80c5b7671747 Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 17:04:07 -0400 Subject: [PATCH 13/17] added 800px media query --- CSS/index.css | 36 ++++++++++++++++++++++++++++++++++++ about.html | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CSS/index.css b/CSS/index.css index 06948b8..e79f008 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -209,5 +209,41 @@ button :hover{ margin-top: 3%; + } +} + + +@media (max-width:800px){ + .header-menu{ + flex-direction: column; + align-items: center; + + } + .header-menu a{ + font-size: 1.5rem; + margin-top: 3%; + } + header{ + align-items: center; + } + .About-text p{ + width:90%; + } + .About-pics{ + height:900px; + flex-wrap: nowrap; + } + .About-pics2{ + margin-top: 1100px; + height:900px; + flex-wrap: nowrap; + } + .About-pics p{ + margin-top: 2%; + width:50%; + } + .About-pics2 p{ + margin-top: 2%; + width:90%; } } \ No newline at end of file diff --git a/about.html b/about.html index 7bfc567..825e995 100644 --- a/about.html +++ b/about.html @@ -47,7 +47,7 @@
Hi!, I'm Bharat Kumar
Hi!, I'm Harmony Radley

From the East Coast, I am in Lambda School Web31 and I love to going to Kpop concerts!

- +
Hi!, I'm Kayode Richards

From the East Coast, I am in Lambda School for FullStack Web Development and I love video games and martial arts!

From 1d5edba9d0652f5d03322f212ca6323d7802876d Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 17:12:00 -0400 Subject: [PATCH 14/17] testing --- CSS/index.css | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/CSS/index.css b/CSS/index.css index e79f008..06948b8 100644 --- a/CSS/index.css +++ b/CSS/index.css @@ -209,41 +209,5 @@ button :hover{ margin-top: 3%; - } -} - - -@media (max-width:800px){ - .header-menu{ - flex-direction: column; - align-items: center; - - } - .header-menu a{ - font-size: 1.5rem; - margin-top: 3%; - } - header{ - align-items: center; - } - .About-text p{ - width:90%; - } - .About-pics{ - height:900px; - flex-wrap: nowrap; - } - .About-pics2{ - margin-top: 1100px; - height:900px; - flex-wrap: nowrap; - } - .About-pics p{ - margin-top: 2%; - width:50%; - } - .About-pics2 p{ - margin-top: 2%; - width:90%; } } \ No newline at end of file From 5f88e010e6654fe57a0b9165e0ecbaf0da061f4c Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 18:21:14 -0400 Subject: [PATCH 15/17] added link to log-in --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 783fa98..f2aa7aa 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

Never Miss Another Deadline Again!

From d4f8805f149d66c2697976047373e315759d11c1 Mon Sep 17 00:00:00 2001 From: kayode Date: Thu, 25 Jun 2020 18:41:50 -0400 Subject: [PATCH 16/17] added sign up and log in links --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f2aa7aa..77d5ac4 100644 --- a/index.html +++ b/index.html @@ -24,13 +24,13 @@

Never Miss Another Deadline Again!

Professor Pro is an easy-to-use deadline management app that allows you to set a custom reminder for yourself and your students.

From 076974759f0ece97e6b76899efa478fee7650c82 Mon Sep 17 00:00:00 2001 From: kayode Date: Fri, 26 Jun 2020 11:17:58 -0400 Subject: [PATCH 17/17] a slight change --- CSS/about.css | 3 ++- about.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CSS/about.css b/CSS/about.css index 7442f2a..d3f5237 100644 --- a/CSS/about.css +++ b/CSS/about.css @@ -218,9 +218,10 @@ img{ .About-pics{ height:900px; flex-wrap: nowrap; + margin-top: 5%; } .About-pics2{ - margin-top: 1100px; + margin-top: 950px; height:900px; flex-wrap: nowrap; } diff --git a/about.html b/about.html index 825e995..72acf78 100644 --- a/about.html +++ b/about.html @@ -47,7 +47,7 @@
Hi!, I'm Bharat Kumar
Hi!, I'm Harmony Radley

From the East Coast, I am in Lambda School Web31 and I love to going to Kpop concerts!

- +
Hi!, I'm Kayode Richards

From the East Coast, I am in Lambda School for FullStack Web Development and I love video games and martial arts!