diff --git a/src/AboutUs/AboutUs.js b/src/AboutUs/AboutUs.js index 77531ed..86fefbc 100644 --- a/src/AboutUs/AboutUs.js +++ b/src/AboutUs/AboutUs.js @@ -1,5 +1,56 @@ +import UpdateBanner from "../Header/UpdateBanner"; + export default function AboutsUs() { - return ( -

About Us

- ); -}; \ No newline at end of file + return ( + <> + +
+

Upcoming Events

+
+
+
+

Our Mission

+

+ More info about the club, expanding on what was on the home page. We + have students learn because we build so and so and incorporate all + these skills. +

+
+ + temp +
+
+ temp +
+

The Competition

+

what the competition is about

+
+
+
+
+

Static Events

+
+
+

Dynamic Events

+
+
+
+

Slight info about our car but also link that leads to history

+
+

+ Intersted in joining? email us +

+ + ); +} diff --git a/src/Footer/Ender.css b/src/Footer/Ender.css index 90b6db3..650a9ab 100644 --- a/src/Footer/Ender.css +++ b/src/Footer/Ender.css @@ -31,3 +31,7 @@ list-style-type: none; padding-right: 2%; } + +#ender a img { + height: 7svh; +} diff --git a/src/Footer/Ender.js b/src/Footer/Ender.js index e0a9cc8..d45ada0 100644 --- a/src/Footer/Ender.js +++ b/src/Footer/Ender.js @@ -1,4 +1,8 @@ import "./Ender.css"; +import linkedInLogo from "./InBug-White.png"; +import instagramLogo from "./instagram-white-icon.png"; +import emailLogo from "./email-white.png"; +import authors from "./humans.txt"; /** * @param {null} null - requires onthing * @returns {JSX.Element} Page - HTML tags and JS functionality @@ -6,23 +10,55 @@ import "./Ender.css"; * @author Brock * @todo add who helped developed the site and finalize css */ -const Ender = () => { +export default function Ender() { + const date = new Date(); + return ( ); -}; - -export default Ender; +} diff --git a/src/Footer/InBug-White.png b/src/Footer/InBug-White.png new file mode 100644 index 0000000..627f6b5 Binary files /dev/null and b/src/Footer/InBug-White.png differ diff --git a/src/Footer/email-white.png b/src/Footer/email-white.png new file mode 100644 index 0000000..a6d8708 Binary files /dev/null and b/src/Footer/email-white.png differ diff --git a/src/Footer/humans.txt b/src/Footer/humans.txt new file mode 100644 index 0000000..950c87a --- /dev/null +++ b/src/Footer/humans.txt @@ -0,0 +1,27 @@ +/* TEAM */ + Lead:Brock + Contact: hello [at] humanstxt.org + Github: darkicewolf50 + + UI developer: Maria Macias + Twitter: @maria_ux + + One eyed illustrator: Carlos MaƱas + Twitter: @oneeyedman + + Standard Man: Abel Cabans + Twitter: @abelcabans + + Web designer: Abel Sutilo + Twitter: @abelsutilo + From:Sevilla, Andalucia, Spain + +/* THANKS */ + + + +/* SITE */ + Last update:2025/02/04 + Language: English + Doctype:HTML5 + IDE: VSCode \ No newline at end of file diff --git a/src/Footer/instagram-white-icon.png b/src/Footer/instagram-white-icon.png new file mode 100644 index 0000000..fe326bf Binary files /dev/null and b/src/Footer/instagram-white-icon.png differ