-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (73 loc) · 2.29 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
<!DOCTYPE html>
<html>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sen:[email protected]&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="allen.jpg">
<style>
head {
font-family: 'Sen';font-size: 22px;
}
a:link {
color: #F4c032;
background-color: transparent;
text-decoration: underline;
}
a:visited {
color: #F4c032;
background-color: transparent;
text-decoration: underline;
}
a:hover {
color: #dfa507;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
<link rel="stylesheet" href="style.css">
<title >AllenFTC</title>
</head>
<body>
<div class="header">
<h1>I'm Allen</h1>
<img src="allen.jpg">
</div>
<div class="row">
<div class="about">
<h2>About Me</h2>
<p>I'm Allen, a kid who nolifes FTC! I CAD and Program for FTC Team 14343. In my free time, I like to do FTC. </p>
</div>
<div class="projects">
<h2>Some things I've been working on</h2>
<div class="impact">
<a href="impacttest/index.html"></a>
<figure>
<img src="impacttest/close2.jpg" width="300px">
<figcaption><a href="impacttest/index.html">Filament Impact Testing</a></figcaption>
</figure>
</div>
<div class="hackclub">
<a href="https://scrapbook.hackclub.com/Allen"></a>
<figure>
<img src="https://scrapbook-into-the-redwoods.s3.amazonaws.com/f667c330-3398-44ca-8dbf-fafe03c65198-image.png" width="300px">
<figcaption><a href="scrapbook.hackclub.com/Allen">HackClub Arcade</a></figcaption>
</figure>
</div>
<figure class="ftc">
<img src="impacttest/evlogo.png" width="300px">
<figcaption><a href="ftc14343.org">My FTC Team</a></figcaption>
</figure>
</div>
</div>
<div class="footer">
<p>Contact Me on Discord @yengkeenoodles</p>
</div>
</body>
</html>