Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export default class About extends React.Component {
<p>
Blue Hacks is a two-day <span class="orange">hackathon</span> that invites college and
university students to engage in a <span class="orange">collaborative
application development</span> in a competitive atmosphere.
Participants, in <span class="orange">teams of 3-4</span>, will have <span class="orange">24 hours </span>
to plan and develop their applications to be pitched
application development</span> in a competitive atmosphere.
Participants, in <span class="orange">teams of 3-4</span>, will have <span class="orange">24 hours </span>
to plan and develop their applications to be pitched
to a panel of judges with diverse backgrounds and disciplines.
</p>*/}
<iframe title="Blue Hacks 2019 Primer" class="primer-container" src="https://docs.google.com/presentation/d/e/2PACX-1vQ00ZnE09mc2IlbguqWKWXTb9P6g7f7RnQTPx6HQ0aFyHzrWoC8qdWKxtJa949nqS32aC8SFc5ByiYq/embed?start=false&loop=true&delayms=15000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<iframe title="Blue Hacks 2020 Primer" class="primer-container" src="https://docs.google.com/presentation/d/e/2PACX-1vQ00ZnE09mc2IlbguqWKWXTb9P6g7f7RnQTPx6HQ0aFyHzrWoC8qdWKxtJa949nqS32aC8SFc5ByiYq/embed?start=false&loop=true&delayms=15000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
</div>
</div>
);
}
}
}
16 changes: 8 additions & 8 deletions src/pages/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ export default class Contact extends React.Component {
<h1 class="orange">Contact us</h1>
<p>If you have any inquiries regarding this event, please contact us: </p>
<div class="contact-info ">
<h2 class="purple">Luigi Reyes</h2>
<h2 class="purple">Jaymie Antonio</h2>
Project Head <br/>
+63 977 860 8008 <br />
<span class="blue"><a href="mailto:lorenzoreyes099@gmail.com">lorenzoreyes099@gmail.com</a></span>
+63 921 474 6107 <br />
<span class="blue"><a href="mailto:trey.antonio@obf.ateneo.edu">trey.antonio@obf.ateneo.edu</a></span>

</div>
<div class="contact-info ">
<h2 class="purple">Carlo Mendoza</h2>
<h2 class="purple">Morgan Yao</h2>
Project Head <br/>
+63 915 649 0074 <br />
<span class="blue"><a href="mailto:carlo.mendoza@compsat.org">carlo.mendoza@compsat.org</a></span>
+63 949 994 8641 <br />
<span class="blue"><a href="mailto:morgan.yao@obf.ateneo.edu">morgan.yao@obf.ateneo.edu</a></span>
</div>
</div>
</div>
);
}
}
}
4 changes: 1 addition & 3 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Home extends React.Component {
<div id="home-container" >
<img alt="Blue Hacks Logo" src={require('../assets/logo-big.png')} />
<p>
<span class="cyan"> February 23, 2019 (8:00 AM) to February 24, 2019 (6:00 PM) </span>
<span class="cyan"> February 22, 2020 (8:00 AM) to February 23, 2020 (8:00 PM) </span>
<span class="white"> 5th Floor, New Rizal Library </span>
<span class="white"> Ateneo de Manila University </span>
</p>
Expand All @@ -16,5 +16,3 @@ export default class Home extends React.Component {
);
}
}


4 changes: 2 additions & 2 deletions src/pages/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class Map extends React.Component {
return(
<div id="map-container">
<div class="map-title blue">
<h1>Map to Blue Hacks 2019</h1>
<h1>Map to Blue Hacks 2020</h1>
<h2>
<span class="white">New Rizal Library </span> <br />
<span class="white">Ateneo de Manila University </span>
Expand All @@ -15,4 +15,4 @@ export default class Map extends React.Component {
</div>
);
}
}
}