-
Notifications
You must be signed in to change notification settings - Fork 0
/
teamname132.html
74 lines (66 loc) · 2.22 KB
/
teamname132.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images.ico" type="image/x-icon">
<title>The Orange Cow</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>The Orange Cow</h1>
<p>Welcome to my GitHub</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="teamname132.html">Teamname132</a>
<a href="blog.html">Blog</a>
</nav>
<div class ="intro">
<h3>Teamname132</h3>
<p>We are an groop of firends that like to code</p>
</div>
<section id="projects">
<div class="project">
<h2>Doors os</h2>
<p>This is an ripoff version of windows just worse and writen in python.</p>
<a href="https://github.com/teamname-132/Doors-OS">View on GitHub</a>
</div>
<div class="project">
<h2>Leopard Software</h2>
<p>Slitly better then Doors OS but not by alot.</p>
<a href="https://github.com/teamname-132/Leopard-Software">View on GitHub</a>
</div>
<div class="project">
<h2>Multiple game v1</h2>
<p>Mutable games in python.</p>
<a href="https://github.com/teamname-132/Multiple-game">View on GitHub</a>
</div>
<div class="project">
<h2>Multiple game v2</h2>
<p>Better file management than Multiple-game v1.</p>
<a href="https://github.com/teamname-132/Multiple-game-exerimental">View on GitHub</a>
</div>
<div class="project">
<h2>Cookie clicker</h2>
<p>It is cookie clicke.r</p>
<a href="https://github.com/teamname-132/Cookie-clicker">View on GitHub</a>
</div>
<div class="project">
<h2>Rat Bag</h2>
<p>Not really sure.</p>
<a href="https://github.com/teamname-132/Rat-bag">View on GitHub</a>
</div>
<div class="project">
<h2>Others</h2>
<p>Other projects to.</p>
<a href="https://github.com/orgs/teamname-132/repositories">View on GitHub</a>
</div>
</section>
<footer>
<p>© 2024 Teamname-132. All rights reserved.</p>
</footer>
</body>
</html>