diff --git a/public/about2.png b/public/about2.png new file mode 100644 index 0000000..7b4aa02 Binary files /dev/null and b/public/about2.png differ diff --git a/src/components/core/Navbar.astro b/src/components/core/Navbar.astro index 98a17cf..9a49de4 100644 --- a/src/components/core/Navbar.astro +++ b/src/components/core/Navbar.astro @@ -23,7 +23,7 @@ import pages from "../../data/pages.json"; pages.map((page) => ( +

diff --git a/src/components/main_page/About.astro b/src/components/main_page/About.astro new file mode 100644 index 0000000..f991c6f --- /dev/null +++ b/src/components/main_page/About.astro @@ -0,0 +1,49 @@ +--- +import about from "../../../public/about.png"; +import Link from "next/link"; +import { LiaDotCircle } from "react-icons/lia"; +import { Image } from "astro:assets"; +import about2 from "../../../public/about2.png"; +--- +--- + +

+
+
+ About background image + About image +
+ About image + About image +
+
+ +
+
+

+ we are ... +

+
+ +

+ About Us +

+
+

+ A diverse engineering community seeking to empower students + through hands-on projects, networking opportunities, and + social events. Bonus points on having an open-access project studio! +

+

+ The Institute of Electrical and Electronics Engineers (IEEE) + UC San Diego student branch is the second largest student chapter + in the world's largest professional organization. On the student + level, we provide members with a plethora of ways to get involved! +

+
+ + LEARN MORE + +
+
+
\ No newline at end of file diff --git a/src/components/main_page/Activities.astro b/src/components/main_page/Activities.astro new file mode 100644 index 0000000..22e731b --- /dev/null +++ b/src/components/main_page/Activities.astro @@ -0,0 +1,29 @@ +--- +import Activity from "./Activity.astro"; +import activities from "../../data/activities.json" +import { LiaDotCircle } from "react-icons/lia"; +--- + +
+
+ +

+ Events & Projects +

+
+ +

+ Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries f +

+ +
+ {activities.map((activity) => ( + + ))} +
+
\ No newline at end of file diff --git a/src/components/main_page/Activity.astro b/src/components/main_page/Activity.astro new file mode 100644 index 0000000..e4ec1fb --- /dev/null +++ b/src/components/main_page/Activity.astro @@ -0,0 +1,23 @@ +--- +import Link from "next/link"; +import { IoIosArrowDroprightCircle } from "react-icons/io"; +const { title, text, link, number } = Astro.props; +--- + +
+
+

+ {title} +

+

+ {text} +

+ + + more details + + +

+ {number} +

+
\ No newline at end of file diff --git a/src/data/activities.json b/src/data/activities.json new file mode 100644 index 0000000..321ad2d --- /dev/null +++ b/src/data/activities.json @@ -0,0 +1,26 @@ +[ + { + "title": "Quarterly Project", + "text": "Lorem ipsum is placeholder text commonly used in the graphic, print, and publi", + "link": "/quarterly", + "number": "01" + }, + { + "title": "Annual Project", + "text": "Lorem ipsum is placeholder text commonly used in the graphic, print, and publi", + "link": "/projects", + "number": "02" + }, + { + "title": "Social", + "text": "Lorem ipsum is placeholder text commonly used in the graphic, print, and publi", + "link": "/events", + "number": "03" + }, + { + "title": "Professional Development", + "text": "Lorem ipsum is placeholder text commonly used in the graphic, print, and publi", + "link": "/events", + "number": "04" + } +] diff --git a/src/pages/index.astro b/src/pages/index.astro index 7fda687..35a2cae 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,10 +3,14 @@ import Layout from "../layouts/Layout.astro"; import Landing from "../components/main_page/Landing.astro"; import Divider from "../components/main_page/Divider.astro"; import Social from "../components/core/Social.astro"; +import About from "../components/main_page/About.astro"; +import Activities from "../components/main_page/Activities.astro"; --- + + diff --git a/src/pages/projects.astro b/src/pages/projects.astro new file mode 100644 index 0000000..27f9a62 --- /dev/null +++ b/src/pages/projects.astro @@ -0,0 +1,7 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + + Projects + diff --git a/src/pages/quarterly.astro b/src/pages/quarterly.astro new file mode 100644 index 0000000..fc723cf --- /dev/null +++ b/src/pages/quarterly.astro @@ -0,0 +1,7 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + + QP + diff --git a/src/pages/robocup.astro b/src/pages/robocup.astro new file mode 100644 index 0000000..fc723cf --- /dev/null +++ b/src/pages/robocup.astro @@ -0,0 +1,7 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + + QP + diff --git a/src/pages/signal.astro b/src/pages/signal.astro new file mode 100644 index 0000000..fc723cf --- /dev/null +++ b/src/pages/signal.astro @@ -0,0 +1,7 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + + QP +