File tree Expand file tree Collapse file tree 8 files changed +27
-25
lines changed
public/images/officers/advisors Expand file tree Collapse file tree 8 files changed +27
-25
lines changed Original file line number Diff line number Diff 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 = "/" >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const geistMono = Geist_Mono({
1212} ) ;
1313
1414export const metadata = {
15- title : "ACM@OkState " ,
15+ title : "ACM@OKState " ,
1616 description : "Oklahoma State University's Computer Science Community"
1717} ;
1818
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments