Skip to content

Commit

Permalink
updating content to be current
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrandev committed Sep 11, 2022
1 parent f4ba61e commit 735920d
Show file tree
Hide file tree
Showing 10 changed files with 47,791 additions and 9,876 deletions.
37,711 changes: 37,711 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added public/assets/images/officers/DanielMelchor.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/officers/PhilLedoit.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/officers/PhillipTran.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/officers/VineetRaju.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 11 additions & 67 deletions src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,31 @@ import React from "react";
import OfficerList from "../components/OfficerList";

const BUILDSOfficers = [{
name: "Sumara Ali",
name: "Dominic Maglione",
role: "President",
img: "SumaraAli.jpg"
img: "DominicMaglione.jpeg"
},
{
name: "Xavier Ruiz",
name: "Phillip Tran",
role: "Vice President",
img: "XavierRuiz.jpg"
img: "PhillipTran.jpeg"
},
{
name: "Brandon Im",
name: "Phil Ledoit",
role: "Treasurer",
img: "BrandonIm.jpg"
img: "PhilLedoit.jpeg"
},
{
name: "Jordan Nichols",
name: "Vineet Raju",
role: "Secretary",
img: "JordanNichols.jpg"
img: "VineetRaju.jpeg"
},
{
name: "Andrew James",
name: "Daniel Melchor",
role: "Project Manager",
img: "AndrewJames.jpg"
img: "DanielMelchor.jpeg"
}];


const ACMOfficers = [{
name: "Ishika Jain",
role: "President and BUILDS Liaison",
img: "IshikaJain.jpg"
},
{
name: "Nathan Ho",
role: "Vice President",
img: "NathanHo.jpg"
},
{
name: "Cici Chen",
role: "Treasurer",
img: "CiciChen.jpg"
},
{
name: "Zhenghui Wang",
role: "Officer",
img: "ZhenghuiWang.jpg"
},]

const About = (props) => {
return (
<div>
Expand Down Expand Up @@ -105,46 +83,12 @@ const About = (props) => {

<div className="row">
<div className="col-xs-12 col-md-6 col-lg-4">
<img
src="/assets/images/acm_logo.png"
alt="ACM Logo"
width="100%"
/>
<h2>About ACM (Association for Computing Machinery)</h2>
<p>
ACM is apart of BUILDS, and is run by BUILDS members. The BU
chapter of ACM has specific goals:
</p>
<ul>
<li>
Incorporate new/prospective CS students into the BU CS community
</li>
<li>
Provide workshops and resources to CS students that will
introduce them to sub-fields of computer science
</li>
<li>
Demonstrate how other fields/majors can be incorporated with
computer science to create new and exciting projects
(cross-denominational work
</li>
</ul>
</div>

<div className="col-xs-12 col-md-6 col-lg-8">
<h2>Current ACM Officers</h2>
<OfficerList list={ACMOfficers}/>
</div>
</div>

<div className="row">
<div className="col-xs-12 col-md-6 col-lg-4">
<h2>About 0xBU</h2>
<img
src="/assets/images/0xBU_logo.png"
alt="0xBU Logo"
width="100%"
/>
<h2>About 0xBU</h2>
<p>
0XBU is apart of BUILDS, and is run by BUILDS members. It is not
currently active, but it was mainly a CTF club. If interested in
Expand Down
59 changes: 0 additions & 59 deletions src/pages/Calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,65 +32,6 @@ const Calendar = (props) => {
<h1>Calendar</h1>

</div>
<div className="col-xs-12 col-md-6" style={{ padding: "0.5em" }}>
<H3>Next Upcoming Event</H3>

<Card>
{/* <EventImage/> */}
<div className="content">
<h4>
BUILDS Elections by mid-November!
<span role="img" aria-label="voting emoji">
🗳
</span>
</h4>
<p>
BUILDS is having an elections to vote in the next group of
officers that will run the club. Please check back here soon
for more information. Be sure to sign up for our mailing list
for updates, too!
</p>

<form
action="//builds.us14.list-manage.com/subscribe/post?u=48eeff7657509db01b37d0c9b&amp;id=c7c2160530"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
target="_blank"
noValidate=""
>
<div style={{ display: "flex", flexWrap: "wrap" }}>
<input
style={{
padding: "1em",
borderRadius: "20px",
border: "none",
marginRight: "5px",
}}
type="email"
name="EMAIL"
placeholder="Enter Email"
required=""
/>
<div style={{ display: "none" }} aria-hidden="true">
<input
type="text"
name="b_48eeff7657509db01b37d0c9b_c7c2160530"
tabIndex="-1"
/>
</div>
<Button
type="action"
alt="Sign up for our mailing list"
text="Sign Up"
action={() => console.log("hi")}
/>
</div>
</form>
</div>
</Card>
</div>

<div className="col-xs-12 col-md-6">
<h3>More coming soon!</h3>
</div>
Expand Down
31 changes: 1 addition & 30 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,42 +91,13 @@ const Home = (props) => {
🗺
</span>
</a>
, Room B26, Boston, MA, 02215 in Boston University.
, Rooms B40 and B42, Boston, MA, 02215 in Boston University.
</li>
</ul>
</div>
</Card>
</div>

<div className="col-xs-12 col-md-6" style={{ padding: "0.5em" }}>
<H3>Next Upcoming Event</H3>

<Card>
{/* <EventImage/> */}
<div className="content">
<h4>
BUILDS Elections by mid-November!
<span role="img" aria-label="voting emoji">
🗳
</span>
</h4>
<p>
BUILDS is having an elections to vote in the next group of
officers that will run the club. Please check back here soon
for more information. Be sure to sign up for our mailing list
for updates, too!
</p>

<Button
type="internal"
alt="Click to view our calendar page"
text="View All Events on Calendar"
link="/calendar"
/>
</div>
</Card>
</div>

<div className="col-xs-12 col-md-6" style={{ padding: "0.5em" }}>
<H3>Want to stay updated on BUILDS events?</H3>

Expand Down
Loading

0 comments on commit 735920d

Please sign in to comment.