-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub.html
54 lines (53 loc) · 2.78 KB
/
github.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
<DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159158579-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159158579-3');
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/icon">
<link rel="icon" href="favicon.ico" type="image/icon">
<head>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@500;600&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>HD Open Source Projects</title>
<script data-ad-client="ca-pub-6004893853751445" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<div>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="donations.html">Donate</a>
<a href="vexcode.html">VEX Robotics</a>
<a href="email-python.html">Python Backend</a>
<a href="raid.html">Raid The Romans</a>
<a href="flappy.html">Flappy Bird</a>
<a href="projects.html">Project Ideas</a>
<a href="progress.html">See What We Are Up To</a>
<a href="about.html">About Us</a>
</div>
<img src="images/code-coding-connection-css.jpg">
<h2>Our GitHub accounts</h2>
<p>If you would like to see our newest games and backend software be sure to follow <a href="https://github.com/ad101-lab">ad101-lab<a> and <a href="https://github.com/The-Bit-One">The-Bit-One</a> on GitHub</p>
<p>If you would like to see out newest robotics code during the season and releases be sure to follow <a href="https://github.com/VEX-EDR-SKYNET">VEX-EDR-SKYNET</a> on github.</p>
<p>Our GitHub Repository's</p>
<div class="bullet">
<ul>
<li><a href="https://github.com/ad101-lab/Python-backend">Python Backend</a> This is our email client it makes emails feel more personal and go strait into the "Important" inbox</li>
<li><a href="https://github.com/ad101-lab/Flappy-Bird">Flappy Bird</a> This is a simple flappy bird game</li>
<li><a href="https://github.com/ad101-lab/Flappy-Bird">Raid The Romans</a> This is a simple game like <a href="https://www.crazygames.com/game/storm-the-house">Storm the House</a> but to represent roman strategies</li>
</ul>
</div>
<div class="footer">
<a href="github.html"><b>GitHubs</b></a>
<a href="legal.html"><b>Legal</b></a>
<a href="privacy.html"><b>Privacy Policy</b></a>
<a href="license.html"><b>License</b></a>
<a href="progress.html"><b>See What We Are Up To</b></a>
</div>
</body>
</div>
</html>