-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (57 loc) · 1.61 KB
/
index.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
<title>website</title>
<link rel="shortcut icon" type="image/jpg" href="favicon.jpg"/>
<link rel="stylesheet" href="style.css"><link>
<div>
<button onclick="topFunction()" id="up" title="Go to top">▲</button>
<script>
var mybutton = document.getElementById("up");
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</div>
<a id = top>
<h4><a href = index_phone.html>phone mode<a> <a href = https://github.com/beanniee/website>github repo</a> <a href ="#games">games <a href ="#about">about me</a></h4>
<h1>hi<h1>
<h2>how are you<h2>
<h3>im something they would call<h3>
<br>
<h3>a person with no talent whatsoever<h3>
</a>
<br>
<br>
<br>
<a id = games>
<h3>games<h3>
<h2>
<img src = pcon.jpg
width = 70vw
height = 70vh/>
<a href = basicplayer.html>basic player controller<a>
<h2>
</a>
<br>
<h2>
<img src = icon.jpg
width = 70vw
height = 70vh/>
<a href = keypressed.html>keypressed adventure<a>
<br>
<br>
<br>
<a id = about>
<h2>about me<h2>
<h3> hello there, my name is Avery and i make things sometimes
<br>
im also genderfluid, in case you were wondering,, and my pronouns are they/them and she/her in case you.. wanted to know... you probably didnt tho</h3>
<img src = about.jpg alt = "ERROR"/>
</a>