Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Git21221 committed Jul 12, 2023
2 parents 8faf24c + c5567d1 commit 465685e
Show file tree
Hide file tree
Showing 30 changed files with 100 additions and 88 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ section {
left: 0;
width: 100vw;
height: 100vh;
background: url("img/2114388.jpg");
background: url("/img/2114388.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down
Binary file added icon/android-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/android-icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/android-icon-36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/android-icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/android-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/android-icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
Binary file added icon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/favicon.ico
Binary file not shown.
41 changes: 41 additions & 0 deletions icon/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
Binary file added icon/ms-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/ms-icon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/ms-icon-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/ms-icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 56 additions & 86 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,93 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<!-- importing aos -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- calling our style -->
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>

<body>
<!-- <canvas id="mouse"> -->
<nav class="navbar">
<div class="navbar-logo">
<p>GOAT Elitte Coders</p>
<img src="img/logo.png" alt="Logo" />
</div>
<div class="navbar-links">
<a href="#">Home</a>
<a href="#">Planets</a>
<a href="#">FAQ</a>
<a href="#">Sign</a>
</div>
</nav>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>welcome to space</title>
<!-- importing aos -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- calling our style -->
<link rel="stylesheet" href="css/style.css" type="text/css" />

<!-- <audio autoplay loop>
<source src="/img/bgsound.mp3" />
</audio> -->
<nav>
<div class="leftLogo">Virtual Galaxy</div>
<div class="rightText">
<ul>
<li>Home</li>
<li>Planet</li>
<li>FAQ</li>
<li>Signin</li>
</ul>
</div>
</nav>
<!-- link for fabicon -->
<link rel="apple-touch-icon" sizes="57x57" href="icon/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="icon/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="icon/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="icon/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="icon/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="icon/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="icon/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="icon/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="icon/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="icon/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png" />
<link rel="manifest" href="icon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="icon/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
</head>

<!-- <canvas id="canvas"></canvas> -->
<body>
<!-- <canvas id="mouse"> -->
<nav class="navbar">
<div class="navbar-logo">
<p>GOAT Elitte Coders</p>
<img src="img/logo.png" alt="Logo" />
</div>
<div class="navbar-links">
<a href="#">Home</a>
<a href="#">Planets</a>
<a href="#">FAQ</a>
<a href="#">Sign</a>
</div>
</nav>
<!-- <canvas id="canvas"></canvas> -->

<section>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</section>
<section>
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</section>

<div id="div">
<p data-aos="fade-right" data-aos-duration="8000">Welcome to Space</p>
<button class="glassdoor-btn" id="startButton" onclick="openRocket()">
Start Journey
</button>
</div>
<script src="js/script.js" type="text/javascript"></script>
<script src="js/mouse.js" type="text/javascript"></script>
</body>
</html>
<div id="div">
<p data-aos="fade-right" data-aos-duration="8000">Welcome to Space</p>
<button class="glassdoor-btn" id="startButton" onclick="openRocket()">
Start Journey
</button>
</div>
<script src="js/script.js" type="text/javascript"></script>
</body>

</html>
1 change: 0 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

function openRocket() {
const xhr = new XMLHttpRequest();
xhr.open("GET", "/rocket.html", true);
Expand Down

0 comments on commit 465685e

Please sign in to comment.