Skip to content

Commit

Permalink
updated about page and header
Browse files Browse the repository at this point in the history
  • Loading branch information
scharfsteina committed Nov 12, 2020
1 parent f817c2c commit e22406f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
15 changes: 4 additions & 11 deletions src/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Link, DirectLink, Element , Events, animateScroll, scrollSpy, scroller
import Particles from 'react-particles-js';

const headerInfo = {
title: 'HackDartmouth VI',
date: 'April 18-19th, 2020',
location: 'Thayer School of Engineering',
title: 'HackDartmouth VII',
date: 'Spring 2021',
location: '~Virtual~',
backgroundImg: 'header.png',
sectionColor: '#5f936a',
};
Expand Down Expand Up @@ -56,14 +56,7 @@ const Header = () => (
<div className="textBigContainer">
<div className="textContainer">
<p className="title">{headerInfo.title}</p>
<p className="announcement">Hi Hackers,</p>
<p className="announcement">We’re sorry to announce that Dartmouth’s sixth annual hackathon will be canceled due to developments surrounding the coronavirus.</p>
<p className="announcement">We understand that many of you have been looking forward to this event and were wondering whether HackDartmouth would take place online. Unfortunately, due to the major infrastructure changes and the tight timeline this would require, we don’t believe that we have the capacity to deliver participants a smooth and enjoyable HackDartmouth experience online.</p>
<p className="announcement">For the past few months, the HackDartmouth team has been busy preparing for the event, from designing swag to amassing sponsors and spreading the word about the event. This decision was difficult for us but one that was necessary considering the likely cancellation of Dartmouth’s in-person spring term, recent Dartmouth guidelines restricting group events, and the CDC’s suggestions on restricting large gatherings. Among these confusing and chaotic times, please feel free to reach out to any of us with questions, or if you’re just looking for someone to talk to.</p>
<p className="announcement">Best,</p>
<p className="announcement">The HackDartmouth Team</p>


<p className="info">{headerInfo.date} | {headerInfo.location}</p>
{/* <p className="info">{`${headerInfo.date} | ${headerInfo.location}`}</p>
<Link activeClass="active" className="test1" to={"register"} spy={true} smooth={true} duration={500} offset={-58}>
<Button variant="outline-light" className="registerButton" style={{ backgroundColor: "#ffffff", borderStyle: "none", color: "#5f936a", fontWeight: "bold"}}>
Expand Down
6 changes: 3 additions & 3 deletions src/data/pages.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
const pages = [
{
visible: false,
visible: true,
navText: 'ABOUT',
href: 'about',
sectionColor: '#ffffff',
pageTitle: 'ABOUT',
titleColor: '#5f936a',
bodyContent: {
blurb: [
'Welcome to HackDartmouth 2020! Join us for Dartmouth\'s sixth annual hackathon, an event that brings together over 250 students with a passion for technology. The event features 24 hours of coding, swag, and amazing prizes! Before the event, feel free to check out some of our [past projects](https://hackdartmouthv.devpost.com/submissions).',
'Welcome to HackDartmouth 2021! Despite the challenges of 2020, the HackDartmouth team is gearing up to host a fantastic ~virtual~ hackathon this Spring! Like years prior, the event features 24 hours of coding, swag, and amazing prizes! Before the event, feel free to check out some of our [past projects](https://hackdartmouthv.devpost.com/submissions).',
],
upcomingDate: '18 Apr 2020 07:30:00 EST',
//upcomingDate: '18 Apr 2020 07:30:00 EST',
},
key: 'AboutBody',
},
Expand Down

0 comments on commit e22406f

Please sign in to comment.