mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-19 03:40:17 -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 "./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 (
|
class Events extends Component {
|
||||||
<body>
|
render() {
|
||||||
<section className="hero-temp">
|
return(
|
||||||
<div className="landing-header">
|
<>
|
||||||
<h1 id="potentia"><span className="highlight-gray"> Potentia </span></h1>
|
<br></br>
|
||||||
<h1 id="robotics"><span className="highlight-gray"> Robotics </span></h1>
|
<div style={{marginLeft: '35%'}}>
|
||||||
|
<img src = {icon2} width="50%" height="100%" alt="image of team member"></img>
|
||||||
</div>
|
</div>
|
||||||
<div className="landing-subheader">
|
|
||||||
<p>
|
<div style={{marginLeft: '45%'}}>
|
||||||
<span className="highlight-gray"> This page is under construction. <br></br> Please check back later! </span>
|
<a href={pdf} download>Click to Download Information</a>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<img
|
|
||||||
className="landing-robot"
|
</>
|
||||||
src={hero}
|
|
||||||
alt=""
|
|
||||||
/>
|
|
||||||
</section>
|
|
||||||
</body>
|
|
||||||
);
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export default Events;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user