-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
102 lines (101 loc) · 6.38 KB
/
index1.html
File metadata and controls
102 lines (101 loc) · 6.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Greedy Allay | Homepage</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="prachtig.ico">
<meta property="og:title" content="Greedy Allay | Homepage">
<meta property="og:description" content="From cool Scratch Games to ChatGPT in Minecraft, From YouTube videos to cool websites, this is the best website ever. This is an objective statement that cannot be argued with.">
<meta property="og:image" content="prachtig.ico">
<meta property="og:url" content="https://greedyallay.github.io/GA/">
<meta property="og:type" content="website">
<title>Greedy Allay</title>
</head>
<body>
<script src="dontgoaway.js"></script>
<div class="container">
<aside class="sidebar">
<nav>
<div class="button-list">
<a href="https://discord.gg/4bHDNSPRRn" class="cool-button">Discord</a>
<a href="https://youtube.com/@greedy-allay" class="cool-button">YouTube</a>
<a href="https://www.google.com/search?q=your+very+mother&oq=your+very+mother&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCAgCEAAYFhgeMggIAxAAGBYYHjIKCAQQABiABBiiBDIKCAUQABiABBiiBDIKCAYQABiiBBiJBdIBCDIwOTdqMGo5qAIAsAIA&sourceid=chrome&ie=UTF-8" class="cool-button">Button 3</a>
<!-- Add more buttons as needed -->
</div>
</nav>
</aside>
<div class="content">
<header>
<h1>Welcome to My Cool Website</h1>
</header>
<main>
<section class="card-list">
<div class="card">
<img src="images/woof3000.png" alt="bitch">
<h2>Woof 3000</h2>
<p class="description">A fun lil' unfinished game with a wolf called woof 3000. Officially came up with this in a literal dream. Although it does not fully look like the dream, it is about a wolf, and it has robot legs for some reason.</p>
<div class="button-container">
<a class="blurple-button" href="wooflauncher.html">Run in browser</a>
<a class="blurple-button">Source Code</a>
</div>
</div>
<div class="card">
<img src="images/image2.jpg" alt="Image 1">
<h2>Craftgpt</h2>
<p class="description">A simple program that utilizes the PenguinGPT extension made by Mubilop to implement ChatGPT into Minecraft! Only requires one mod, called Webcommands. The Api is very often down.</p>
<div class="button-container">
<a class="blurple-button" href="MVXlauncher.html">Run in browser</a>
<a class="blurple-button" href="https://www.youtube.com/watch?v=-n8YhjjpS9I">Video</a>
<a class="blurple-button" href="https://discord.gg/XmAzQqxu7h">Source Code</a>
</div>
</div>
<div class="card">
<img src="images/hypernaut.png" alt="Image 1">
<h2>Hypernaut</h2>
<p class="description">A legacy website made by <a href="https://www.youtube.com/channel/UCwvxWHLx2NhH_4xQgf_vPyQ">Greedy Allay</a>, back then, called <a href="https://www.youtube.com/@minestreem-official">Minestreem</a>.</p>
<div class="button-container">
<a class="blurple-button" href="https://greedyallay.github.io/GA/hypernaut/index.html">Visit!</a>
</div>
</div>
<div class="card">
<img src="images/greedyos.png" alt="Image 1">
<h2>GreedyOS HTML Edition</h2>
<p class="description">An attempt at making an OS from the ground up in HTML, trying to be as different from any other os as possible. Weird taskbar, weird close button, everything is unique here... Though, it doesn't fit on most screens still... (zoom out pls) Also this was meant to be a website for my stuff as well...</p>
<div class="button-container">
<a class="blurple-button" href="/GA/greedyallay/index.html">Visit!</a>
</div>
</div>
<div class="card">
<img src="" alt="Image 1">
<h2>Greedy AI</h2>
<p class="description">Using ChatGPT to generate fictional websites! Now with URL params so you can share and star your favourite pages! There's a download button if you want to download the code, and a buggy history option. Enjoy!</p>
<div class="button-container">
<a class="blurple-button" href="GreedyAIlauncher.html">Visit!</a>
</div>
</div>
<div class="card">
<img src="" alt="Image 1">
<h2>Unfinished Game Launcher</h2>
<p class="description">Made a long time ago, if people actually like it i might put in all the effort of linking each game to each thumb.</p>
<div class="button-container">
<a class="blurple-button" href="https://greedyallay.github.io/GA/greedyallay/Programs/gamelauncher.gex/launcher.html">Visit!</a>
</div>
</div>
<div class="card">
<img src="images/image1.jpg" alt="bitch">
<h2>Windows 12</h2>
<p class="description">Windows 12 made in scratch. Weird colors, unique design. Wouldn't want it as my own operating system tbh.</p>
<div class="button-container">
<a class="blurple-button" href="Windows12.html">Run in browser</a>
</div>
</div>
<!-- Add more cards as needed -->
</section>
</main>
</div>
</div>
<script src="scripts.js"></script>
</body>
</html>