mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-15 18:00:19 -04:00
Update Events.js
This commit is contained in:
parent
5828deaa71
commit
54da7acecd
|
@ -1,26 +1,32 @@
|
|||
import React from "react";
|
||||
import "./assets/Events.scss";
|
||||
import hero from "./assets/img/olympian_hero.png";
|
||||
import React, {Component} from "react";
|
||||
import {createGlobalStyle} from 'styled-components';
|
||||
import bot2 from "./assets/img/bot2.png";
|
||||
import './assets/Donate.scss'
|
||||
//var Diamond = require("./assets/img/0002.jpg")
|
||||
import icon from "./assets/img/0002.jpg";
|
||||
import icon2 from "./assets/img/0001.jpg";
|
||||
import icon3 from "./assets/img/0003.jpg";
|
||||
import pdf from "./assets/Python_BootCamp.pdf";
|
||||
|
||||
export default function Events(props) {
|
||||
return (
|
||||
<body>
|
||||
<section className="hero-temp">
|
||||
<div className="landing-header">
|
||||
<h1 id="potentia"><span className="highlight-gray"> Potentia </span></h1>
|
||||
<h1 id="robotics"><span className="highlight-gray"> Robotics </span></h1>
|
||||
</div>
|
||||
<div className="landing-subheader">
|
||||
<p>
|
||||
<span className="highlight-gray"> This page is under construction. <br></br> Please check back later! </span>
|
||||
</p>
|
||||
</div>
|
||||
<img
|
||||
className="landing-robot"
|
||||
src={hero}
|
||||
alt=""
|
||||
/>
|
||||
</section>
|
||||
</body>
|
||||
);
|
||||
|
||||
class Events extends Component {
|
||||
render() {
|
||||
return(
|
||||
<>
|
||||
<br></br>
|
||||
<div style={{marginLeft: '35%'}}>
|
||||
<img src = {icon2} width="50%" height="100%" alt="image of team member"></img>
|
||||
</div>
|
||||
|
||||
<div style={{marginLeft: '45%'}}>
|
||||
<a href={pdf} download>Click to Download Information</a>
|
||||
</div>
|
||||
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export default Events;
|
||||
|
|
Loading…
Reference in New Issue
Block a user