Skip to content

Commit 4e13fa8

Browse files
committed
Resolved issue #1 (regards favicons, page titles, and club advisor information)
1 parent 8c241be commit 4e13fa8

File tree

8 files changed

+27
-25
lines changed

8 files changed

+27
-25
lines changed
8.87 MB
Loading

src/app/components/Header.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default function Header() {
2121
<>
2222
{/*Header for desktops. This is hidden on smaller screens. Flex occurs on md and greater.*/}
2323
<header className="hidden py-5 bg-white border-b-4 border-orange-500 lg:block">
24+
2425
<div className="flex items-center justify-between w-full text-stone-700">
2526
<div className="text-3xl pl-50 gap-15">
2627
<a className="rounded-sm px-15 [text-decoration-color:#f97316] hover:bg-orange-300" href="/">

src/app/favicon.ico

639 KB
Binary file not shown.

src/app/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const geistMono = Geist_Mono({
1212
});
1313

1414
export const metadata = {
15-
title: "ACM@OkState",
15+
title: "ACM@OKState",
1616
description: "Oklahoma State University's Computer Science Community"
1717
};
1818

src/app/officers/2022-2023-board/page.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ const officers = [
5454

5555
{
5656
officer_title: "Advisor",
57-
officer_name: "Christopher Crick",
58-
officer_headshot: "",
59-
officer_linkedin: "",
60-
officer_email: "",
61-
officer_github: "",
62-
officer_website: ""
57+
officer_name: "Dr. Crick (Cristopher Crick)",
58+
officer_headshot: "/images/officers/advisors/dr crick.png",
59+
officer_linkedin: "https://www.linkedin.com/in/christopher-crick-344939237/",
60+
officer_email: "[email protected]",
61+
officer_github: "https://github.com/chriscrick",
62+
officer_website: "cs.okstate.edu/~chriscrick"
6363
},
6464
];
6565

src/app/officers/2023-2024-board/page.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ const officers = [
5454

5555
{
5656
officer_title: "Advisor",
57-
officer_name: "Christopher Crick",
58-
officer_headshot: "",
59-
officer_linkedin: "",
60-
officer_email: "",
61-
officer_github: "",
62-
officer_website: ""
57+
officer_name: "Dr. Crick (Cristopher Crick)",
58+
officer_headshot: "/images/officers/advisors/dr crick.png",
59+
officer_linkedin: "https://www.linkedin.com/in/christopher-crick-344939237/",
60+
officer_email: "[email protected]",
61+
officer_github: "https://github.com/chriscrick",
62+
officer_website: "cs.okstate.edu/~chriscrick"
6363
},
6464
];
6565

src/app/officers/2024-2025-board/page.jsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ const officers = [
6464

6565
{
6666
officer_title: "Advisor",
67-
officer_name: "Christopher Crick",
68-
officer_headshot: "",
69-
officer_linkedin: "",
70-
officer_email: "",
71-
officer_github: "",
72-
officer_website: ""
67+
officer_name: "Dr. Crick (Cristopher Crick)",
68+
officer_headshot: "/images/officers/advisors/dr crick.png",
69+
officer_linkedin: "https://www.linkedin.com/in/christopher-crick-344939237/",
70+
officer_email: "[email protected]",
71+
officer_github: "https://github.com/chriscrick",
72+
officer_website: "cs.okstate.edu/~chriscrick"
7373
},
7474

75+
7576
];
7677

7778
// This is called from page.js from src\app\officers\page.jsx.

src/app/officers/page.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ const officers = [
7272

7373
{
7474
officer_title: "Advisor",
75-
officer_name: "Christopher Crick",
76-
officer_headshot: "",
77-
officer_linkedin: "",
78-
officer_email: "",
79-
officer_github: "",
80-
officer_website: ""
75+
officer_name: "Dr. Crick (Cristopher Crick)",
76+
officer_headshot: "/images/officers/advisors/dr crick.png",
77+
officer_linkedin: "https://www.linkedin.com/in/christopher-crick-344939237/",
78+
officer_email: "[email protected]",
79+
officer_github: "https://github.com/chriscrick",
80+
officer_website: "cs.okstate.edu/~chriscrick"
8181
},
8282

8383
];

0 commit comments

Comments
 (0)