Skip to content

Commit fb55a68

Browse files
committed
Content changes
1 parent 053cf48 commit fb55a68

8 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# To get started with Next.js see: https://nextjs.org/docs/getting-started
44
#
5+
# Tutorial Followed: https://youtu.be/mJuz45RXeXY?si=NC-_5bMozCXveC5L
56
name: Deploy Next.js site to Pages
67

78
on:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ OKStateACM.github.io
103103
|----📄next.config.mjs (This is a file that contains custom configuration settings for next.js.)
104104
</pre>
105105

106+
# Deploying to Github.io/GitHub Pages
107+
This project was deployed to Github.io by going to the settings of this repository, going to the "Code and automation" section and clicking on "Pages." The "Source" was set to "GitHub Actions" where a nextjs.yml file was suggested by Github to use. Deploying webapps will differ as time goes on given that the foundation of a webapp may change.
108+
106109
<br/>
107110
<br/>
108111
<br/>
109-
110112
# 📚 Some Useful Resources on Git
111113
* [Git Branching - Basic Branching and Merging][Git Branching Link]
112114

4.55 MB
Loading
4.55 MB
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function Officers2024to2025() {
8181
<div className="text-5xl text-center text-black">
8282
ACM Executive Board
8383
<br />
84-
(2023-2024)
84+
(2022-2023)
8585
</div>
8686

8787
{/* Apart of the third column (this is to view former executive boards) */}
@@ -102,7 +102,7 @@ export default function Officers2024to2025() {
102102
<div className="py-4 text-2xl text-center text-black">
103103
ACM Executive Board
104104
<br />
105-
(2025-2026)
105+
(2022-2023)
106106
</div>
107107
{/* Button centered below title */}
108108
<div className="flex justify-center">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function Officers2024to2025() {
102102
<div className="py-4 text-2xl text-center text-black">
103103
ACM Executive Board
104104
<br />
105-
(2025-2026)
105+
(2023-2024)
106106
</div>
107107
{/* Button centered below title */}
108108
<div className="flex justify-center">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const officers = [
3535
{
3636
officer_title: "Treasurer",
3737
officer_name: "Ethan Franks",
38-
officer_headshot: "/images/officers/2025-2026 exec team/ethan franks.png",
38+
officer_headshot: "/images/officers/2024-2025 exec team/ethan franks.png",
3939
officer_linkedin: "https://www.linkedin.com/in/ethan-franks-377634272/",
4040
officer_email: "ethan.franks@okstate.edu",
4141
officer_github: "",
@@ -45,7 +45,7 @@ const officers = [
4545
{
4646
officer_title: "Secretary",
4747
officer_name: "Savannah Hamblin",
48-
officer_headshot: "",
48+
officer_headshot: "/images/officers/2024-2025 exec team/savannah hamblin.png",
4949
officer_linkedin: "https://www.linkedin.com/in/savannah-hamblin-70927b237/",
5050
officer_email: "savannah.hamblin@okstate.edu",
5151
officer_github: "",
@@ -113,7 +113,7 @@ export default function Officers2024to2025() {
113113
<div className="py-4 text-2xl text-center text-black">
114114
ACM Executive Board
115115
<br />
116-
(2025-2026)
116+
(2024-2025)
117117
</div>
118118
{/* Button centered below title */}
119119
<div className="flex justify-center">

src/app/officers/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const officers = [
5252
{
5353
officer_title: "Vice President",
5454
officer_name: "Savannah Hamblin",
55-
officer_headshot: "",
55+
officer_headshot: "/images/officers/2025-2026 exec team/savannah hamblin.png",
5656
officer_linkedin: "https://www.linkedin.com/in/savannah-hamblin-70927b237/",
5757
officer_email: "savannah.hamblin@okstate.edu",
5858
officer_github: "",

0 commit comments

Comments
 (0)