-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (103 loc) · 5.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML>
<html lang="en" style="scroll-behavior:smooth">
<head>
<meta charset="UTF-8">
<title>Welcome</title>
<link rel="stylesheet" href=css/IndexV2stylesheet.css>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:600,600i&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fontawesome-free-5.12.0-web/css/all.min.css">
<link rel="icon" type="image/png" href="http://achsrobotics.com/favicon.png">
<style type="text/css">
</style>
</head>
<body>
<header>
<nav>
<!--<img src="assets/scorps-techv2.png" id="logo"> -->
<div class="navbar-left">
<div class="cam-logo">
<img src="assets/scorps-logo.webp" id="cam-logo-picture" alt="6934 logo">
</div>
<p><a href="index.html" id="name" style="font-weight: 900"><i>scorps</i></a></p>
</div>
<div class="nav-container">
<ul class="navbar-right">
<li><a href="2020Challenge.html"><i>THE CHALLENGE</i></a></li>
<li><a href="2020Team.html"> <i>THE TEAM</i></a></li>
<li>
<div class="memory-pulldown">
<a>
<i>MEMORIES</i>
<i class="fas fa-chevron-down"></i>
</a>
</div>
<ul>
<li><a href="gallery2019.html"> <i>2019 Season</i></a></li>
<li><a href="gallery2020.html"> <i>2020 Season</i></a></li>
</ul>
</li>
<li><a href="dontexist.html"><i>SPONSORS</i></a></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="parallax" id="robot-background">
<div class="team-name">
<p><i>TEAM 6934</i></p>
</div>
</div>
<section id="about">
<div class="about-container">
<h><i>ABOUT US</i></h>
<div class="about-horiz-line"> </div>
<p> Team 6934 is the robotics team of Adolfo Camarillo High School. Since 2018, we have been dedicated to teaching high schoolers skills in computer science, engineering, design, and business. We work with industry professionals and FRC alumni to foster a competitive FRC team for competition and beyond.
</p>
</div>
<div class="about-image">
<img src="assets/regional.jpg" id="regional" alt="Regional Winners">
</div>
</section>
<section id="FIRST">
<div class="first-image">
<img src="assets/firstlogo.png" id="firstlogo1" alt="FIRST Logo">
</div>
<div class="first-container">
<h><i>FIRST</i></h>
<div class="first-horiz-line"> </div>
<p> FIRST—or For Inspiration in Science and Technology—is a non-profit organization for high schoolers around the world. More than just a robotics competition, FIRST aims to teach teens the merits of technology, gracious professionalism, and collaboration.
</p>
<a href="https://www.firstinspires.org/" class="button1">Learn More</a>
</div>
</section>
<section id="contact">
<div class="contact-container">
<h><i>CONTACT US</i></h>
<div class="contact-horiz-line"> </div>
<p>
If you have any questions or inquiries about the team, please direct all communications to [email protected] and we’ll be happy to assist you. Additionally, please feel free to interact with and follow us on our social media links which can be found in the footer below. We look forward to hearing from you!
</p>
</div>
</section>
</main>
<footer>
<div class="footer-left">
<p>
</p>
</div>
<div class="footer-links">
<div class="footer-icons">
<!-- <a href="#" target="_blank" rel="noopener"><i class="fab fa-facebook fa-3x"></i></a>-->
<a href="https://twitter.com/achs_scorpions?lang=en" target="_blank" rel="noopener"><i class="fab fa-twitter fa-3x"></i></a>
<a href="https://www.instagram.com/camhighrobotics/?hl=en" target="_blank" rel="noopener"><i class="fab fa-instagram fa-3x" aria-hidden="true"></i></a>
<a href="https://github.com/ACHS-Robotics" target="_blank" rel="noopener"><i class="fab fa-github fa-3x"></i></a>
<a href="#" ><i class="fas fa-chevron-circle-up fa-3x"></i></a>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.0.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/animation.gsap.min.js"></script>
<script src="index.js"></script>
</body>
</html>