Skip to content

Commit 7b03ec5

Browse files
committed
2023 updates
1 parent 4166647 commit 7b03ec5

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
.##.....##.##.....##.##....##.##...##..##....##..##.....##.
99
.##.....##.##.....##..######..##....##.##.....##..#######..
1010
11-
Copyright © 2021 HackRU Team at Rutgers University
11+
Copyright © 2023 HackRU Team at Rutgers University
1212
HackRU Research and Development Team (RnD)
1313
-->
1414
<html lang="en">
1515

1616
<head>
1717
<meta charset="utf-8">
1818
<meta property="og:url" content="https://www.hackru.org/" />
19-
<meta property="og:title" content="HackRU Spring 2022" />
19+
<meta property="og:title" content="HackRU Spring 2023" />
2020
<meta property="og:description" content="Get hyped for the best Hackathon that Rutgers has to offer!" />
2121
<meta property="og:image" content="./assets/fb-banner-upper.png" />
2222
<meta name="viewport" content="width=device-width, initial-scale=1.0">
23-
<meta name="description" content="Find out more about HackRU Spring 2022.">
23+
<meta name="description" content="Find out more about HackRU Spring 2023.">
2424
<link rel="icon" href="%PUBLIC_URL%/assets/icons/red_hackru.png">
2525
<link rel="shortcut icon" href="%PUBLIC_URL%/assets/icons/red)hackru.png">
2626
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">

src/Defaults.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import FAQs from "./components/Landing/Sections/Faqs";
88
import Footer from "./components/Landing/Sections/Footer";
99

1010
const defaults = {
11-
title: "HackRU Spring 2022",
12-
dateText: "April 2nd - 3rd",
11+
title: "HackRU Spring 2023",
12+
dateText: "February 25th - 26th, 2023",
1313
locationText: "Rutgers College Ave Student Center",
1414
universityText: "Rutgers University",
1515
slogan: "hack all knight",

src/MLHBadge.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ class MLHBadge extends Component {
5858
&&
5959
<a id="mlh-trust-badge"
6060
style={{display:"block",maxWidth:"100px",minWidth:"60px",position:"fixed",right:"50px",top:0,width:"10%", zIndex:10000}}
61-
href="https://mlh.io/seasons/2022/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2022-season&utm_content=white">
62-
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2022/mlh-trust-badge-2022-white.svg"
63-
alt="Major League Hacking 2022 Hackathon Season"
61+
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2023-season&utm_content=white">
62+
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2023/mlh-trust-badge-2023-white.svg"
63+
alt="Major League Hacking 2023 Hackathon Season"
6464
style={{width:"100%"}} />
6565
</a>
6666
);

src/components/Dashboard/Forms/UserProfileForm/ProfileCards/About.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class About extends Component {
133133
value: "01/01/1920"
134134
},
135135
end: {
136-
value: "04/02/2004"
136+
value: "02/25/2005"
137137
}
138138
} }} />
139139
</Col>

src/components/Landing/Sections/About.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function About() {
102102
<Icon name="calendar" /> When?
103103
</h2>
104104
<p className="lead">
105-
HackRU is from April 2nd-3rd, 2022.
105+
HackRU is from February 25th-26th, 2023.
106106
</p>
107107
</div>
108108
<div
@@ -136,7 +136,7 @@ function About() {
136136
<Icon name="location-arrow" /> Where?
137137
</h2>
138138
<p className="lead">
139-
HackRU is at The Rutgers College Ave Student Center for Spring 2022!
139+
HackRU is at The Rutgers College Ave Student Center for Spring 2023!
140140
</p>
141141
{/* <iframe title="about-map"
142142
frameBorder={0}

src/components/Landing/Sections/Faqs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const FAQTextOne = {
4444
},
4545
six: {
4646
title: "Will there be a mask mandate?",
47-
text: "Yes, HackRU will have a mask mandate throughout the duration of the event."
47+
text: "No, HackRU will not have a mask mandate but it is encouraged throughout the duration of the event."
4848
},
4949
seven: {
5050
title: "I have more questions!",

0 commit comments

Comments
 (0)