Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it wuld be swag if u got hit by a truck #1

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .glitch-assets
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{"name":"astro-background.avif","date":"2023-10-24T02:27:06.523Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/astro-background.avif","type":"image/avif","size":336429,"imageWidth":1200,"imageHeight":900,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/thumbnails%2Fastro-background.avif","thumbnailWidth":330,"thumbnailHeight":248,"uuid":"7IKMNqi8inThBg5K"}
{"name":"Cooper Black Regular.ttf","date":"2023-10-24T02:32:36.634Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Cooper%20Black%20Regular.ttf","type":"","size":80388,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/thumbnails%2FCooper%20Black%20Regular.ttf","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"UdZAYwVNJC65TO0n"}
{"name":"Earth.webp","date":"2023-10-24T02:47:05.980Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.webp","type":"image/webp","size":20522,"imageWidth":256,"imageHeight":256,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.webp","thumbnailWidth":256,"thumbnailHeight":256,"uuid":"3eMFwsPLps84Ctgm"}
{"uuid":"3eMFwsPLps84Ctgm","deleted":true}
{"name":"Earth.ico","date":"2023-10-24T02:47:05.980Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico","type":"image/webp","size":20522,"imageWidth":256,"imageHeight":256,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.webp","thumbnailWidth":256,"thumbnailHeight":256,"uuid":"3eMFwsPLps84Ctgm"}
{"name":"IMG_1365.jpeg","date":"2023-10-24T03:23:59.806Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/IMG_1365.jpeg","type":"image/jpeg","size":39689,"imageWidth":480,"imageHeight":268,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/thumbnails%2FIMG_1365.jpeg","thumbnailWidth":330,"thumbnailHeight":185,"uuid":"twT2NnFim0vLDbLr"}
29 changes: 29 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>astro</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon">
</head>
<body>

<ul>
<li><a href="home.html" >ASTRO</a></li>
<li><a href="about.html" class="active">about</a></li>
<li><a href="license.html">license</a></li>
<li><a href="games.html">games</a></li>

</ul>

<h1 class="abouttitle">
ASTRO
</h1>
<p class="abouttitle">
is a game site for you to play games.
made by <a href="https://github.com/kerbalis">kerbalis</a>. pretty #swag, right?????
</p>
</body>
</html>
24 changes: 24 additions & 0 deletions harvest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>astro</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon">
</head>
<body>

<ul>
<li><a href="home.html" class="active">ASTRO</a></li>
<li><a href="about.html">about</a></li>
<li><a href="license.html">license</a></li>
<li><a href="games.html">games</a></li>
</ul>

<iframe src="https://cdn-factory.marketjs.com/en/harvest-the-crops/index.html" width="4600" height="1800">

</iframe>
</body>
</html>
28 changes: 28 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>astro</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>

<ul>
<li><a href="home.html" class="active">ASTRO</a></li>
<li><a href="about.html">about</a></li>
<li><a href="license.html">license</a></li>
<li><a href="games.html">games</a></li>

</ul>

<h1 class="hometitle">
ASTRO
</h1>
<p class="hometitle">
is a stupid little website made by stupid little kid stupid little idiot for you to play stupid idiot games. got it??????
</p>
</body>
</html>
26 changes: 26 additions & 0 deletions license.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>astro</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon">
</head>
<body>

<ul>
<li><a href="home.html" >ASTRO</a></li>
<li><a href="about.html">about</a></li>
<li><a href="license.html" class="active">license</a></li>
<li><a href="games.html">games</a></li>
</ul>
<h1 class="hometitle">
idc
</h1>
<p class="hometitle">
do whatever ive got no restrictions. copy my code ! :)
</p>
</body>
</html>
57 changes: 57 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@


@font-face {
font-family: 'cooper'; /* This is an arbitrary name -- whatever works for you */
src: url('https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Cooper%20Black%20Regular.ttf?v=1698114756634');}

body {
font-family: cooper;
background-image: url('https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/IMG_1366.webp?v=1698117939709');
color: aliceblue;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333333;
position: fixed;
top: 0;
width: 100%;
position: sticky;
top: 0;

}

li {
float: left;
border-right: 1px solid #bbbbbb;
}

li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: #111111;
}

li:last-child {
border-right: none;
}
.active {
background-color: #04AA6D;
}
.abouttitle {
text-align: center;
}
.hometitle {
text-align: center;
}

21 changes: 21 additions & 0 deletions temp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>astro</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon">
</head>
<body>

<ul>
<li><a href="home.html" class="active">ASTRO</a></li>
<li><a href="about.html">about</a></li>
<li><a href="license.html">license</a></li>
<li><a href="games.html">games</a></li>
</ul>
boilerplates r a gud thing 2 hav!!
</body>
</html>