From 56b3e31c4f685a6243b1ea08730be47a9b04655a Mon Sep 17 00:00:00 2001 From: yaya Date: Wed, 23 Oct 2024 19:08:40 -0500 Subject: [PATCH] addition of contact page --- static/contact.css | 55 ++++++++++++++++++++++++++ static/contact.html | 95 +++++++++++++++++++++++++++++++++++++++++++++ static/index.html | 7 +++- static/login.html | 1 + 4 files changed, 156 insertions(+), 2 deletions(-) create mode 100644 static/contact.css create mode 100644 static/contact.html diff --git a/static/contact.css b/static/contact.css new file mode 100644 index 0000000..4106807 --- /dev/null +++ b/static/contact.css @@ -0,0 +1,55 @@ +body { + margin: 0; + } + + html { + box-sizing: border-box; + } + + *, *:before, *:after { + box-sizing: inherit; + } + + .column { + float: left; + width: 33.3%; + margin-bottom: 16px; + padding: 0 8px; + } + + .card { + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); + margin: 8px; + } + + .about-section { + padding: 30px; + text-align: center; + background-color: #bf7016; + color: white; + } + + .container { + padding: 0 16px; + } + + .container::after, .row::after { + content: ""; + clear: both; + display: table; + } + + .title { + color: grey; + } + + .button:hover { + background-color: #555; + } + + @media screen and (max-width: 650px) { + .column { + width: 100%; + display: block; + } + } \ No newline at end of file diff --git a/static/contact.html b/static/contact.html new file mode 100644 index 0000000..1ba69a1 --- /dev/null +++ b/static/contact.html @@ -0,0 +1,95 @@ + + + + + + Contact + + + + + +
+

About Us / Contact Page

+

Who are we??

+
+ +

Team

+ +
+
+
+ Joe +
+

Joe

+

back-end

+

Lorem ipsum dolor sit amet.

+

joe@Placeholders.com

+
+
+
+ +
+
+ Joe2 +
+

Joe 2

+

front-end

+

Lorem ipsum dolor sit amet.

+

joe2@Placeholders.com

+
+
+
+ +
+
+ Joe3 +
+

Joe 3

+

stinky

+

Lorem ipsum dolor sit amet.

+

joe3@Placeholders.com

+
+
+
+
+ +
+
+
+ Joe4 +
+

Joe4

+

back-end

+

Lorem ipsum dolor sit amet.

+

joe@Placeholders.com

+
+
+
+ +
+
+ Joe5 +
+

Joe 5

+

front-end

+

Lorem ipsum dolor sit amet.

+

joe2@Placeholders.com

+
+
+
+ +
+
+ Joe6 +
+

Joe 6

+

stinky

+

Lorem ipsum dolor sit amet.

+

joe3@Placeholders.com

+
+
+
+
+ + \ No newline at end of file diff --git a/static/index.html b/static/index.html index df27294..a2ad708 100644 --- a/static/index.html +++ b/static/index.html @@ -16,7 +16,6 @@
  • Register
  • -
  • Login
  • @@ -29,8 +28,12 @@
  • Canvas
  • +
  • Secret
  • +
  • + Contact +
  • - + \ No newline at end of file diff --git a/static/login.html b/static/login.html index 199609a..14db60e 100644 --- a/static/login.html +++ b/static/login.html @@ -7,6 +7,7 @@ UTSA Placeholders +