Add files via upload

This commit is contained in:
mrmarcus007
2022-03-09 11:02:14 +00:00
committed by GitHub
parent d6665c02a9
commit ac90e3edcb
5 changed files with 37 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 999 KiB

+4 -5
View File
@@ -5,11 +5,10 @@ href="style.css">
<title>Marcus Website page 2</title> <title>Marcus Website page 2</title>
<head> <h1>wowwww a second page (*UwU*)</h1>
<head> <h1>wowwww a second page</h1>
</head> </head>
<div>
<nav> <a href="https://mrmarcus007.github.io/College-thing/"> Back to index </a> </nav> <nav> <a href="https://mrmarcus007.github.io/College-thing/"> Back to index </a> </nav>
</div>
<img src="dick.jpg"> <img width="768" height="432" text-align="centre" src="The_max.jpeg">
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

+30 -3
View File
@@ -14,15 +14,24 @@ href="style.css">
<h3>so this website is meant to be be about me..... I like..... </h3> <h3>so this website is meant to be be about me..... I like..... </h3>
<h3><p style="color:rgb(252, 63, 6)">computers, games, digital art, wasting my life, virtual photography and *censored*</p></h3> <h3><p style="color:rgb(252, 63, 6)">computers, games, digital art, wasting my life, virtual photography and *censored*</p></h3>
<h4>the render is mine</h4> <h4>the render is mine, it was made in unreal 5 using lumen, nanite and metahuman.</h4>
<img width="303.75" height="540" text-align="centre" src="NewLevelSequence0001.jpeg"> <div>
<img width="768" height="432" text-align="centre" src="Anita's introduction.jpeg">
</div>
<div>
<body> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ?&?autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </body> <body> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ?&?autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </body>
</div>
<body> <body>
<button onclick="myFunction()" button> <button onclick="myFunction()" button>
<h1>click me</h1> <h1>cool button</h1>
</body>
<body>
<button onclick="getLocation()" button>
<h1>cooler button</h1>
</body> </body>
</html> </html>
@@ -31,3 +40,21 @@ href="style.css">
alert ("I am a box that alerts"); alert ("I am a box that alerts");
} }
</script> </script>
<p id="demo"></p>
<script>
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
} else {
x.innerHTML = "Geolocation is not supported by this browser.";
}
}
function showPosition(position) {
x.innerHTML = "Latitude: " + position.coords.latitude +
"<br>Longitude: " + position.coords.longitude;
}
</script>
+1
View File
@@ -5,3 +5,4 @@ head {text-align: center;}
p {text-align: center;} p {text-align: center;}
div {text-align: center;} div {text-align: center;}
nav {text-align: center;} nav {text-align: center;}
body {text-align: center;}