import React, { Component } from "react";
import backgroundVideo from "../assets/videos/video.mp4";
import "../assets/stylesheets/home.scss";
import { AnimationOnScroll } from "react-animation-on-scroll";
import Bubble from "./Bubble";
import * as Scroll from "react-scroll";
import "animate.css";
export default class Home extends Component {
scrollToContent() {
var scroll = require("react-scroll");
scroll = Scroll.animateScroll;
scroll.scrollTo(920);
}
componentDidMount() {
window.scrollTo(0, 0);
}
render() {
return (
Welcome to the Illinois Tech Robotics Club! We are a student-run
organization that promotes the field of robotics through
hands-on projects, competitions and events. Open to students of
all majors and skill levels, we meet every week at 6:30pm CST to
work on exciting robotics projects.
1. Enter through the{" "}
IIT Tower{" "}
located at 10 W 35 St, Chicago, IL.
2. Sign in with the front desk, and then take the elevator to
the basement.
3. Once in the basement, take a right from the elevator and
enter the last door on the left.
4. Finally, sign in to the Elevate Underground Lab with the CLA
on guard!