-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobotics.html
49 lines (31 loc) · 1.2 KB
/
robotics.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="My website" content="Place where my stuff goes :)">
<meta name="theme-color" content="#000000" />
<title>Matthew's website</title>
<link rel="stylesheet" href="style.css"/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');
</style>
</head>
<body>
<h1 class="header" data-aos="zoom-in" id="head">Robolabs team 3134G</h1>
<div class="morespace"></div>
<div class="mainParent" data-aos="fade-down" data-aos-delay="300">
<p>I'm part of a VRC team 3134G, a VRC high school based in Dublin,California</p>
<br>
<img src="IMG_0688.JPG" style="width:40%; height:40%;"></img>
</div>
</body>
<script src="script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</html>