-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
136 lines (125 loc) · 3.01 KB
/
about.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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="CSS/body.css"/>
<link rel="stylesheet" href="CSS/nav-click.css"/>
<title>About</title>
<link rel="icon" type="image/x-icon" href="https://i.ibb.co/CwGrjr8/darkredcircle-removebg-preview.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</style>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/@jasperj1/[email protected]/dist/index.min.js"></script>
<div class="snow_cursor" color="skyblue"></div>
<style>
h2 {
text-align: center;
font-size: 50px;
color: #ffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
h1 {
text-align: center;
border: solid #8B0000 5px;
border-radius: 10px;
background-color: #8B0000;
font-size: 200px;
color: #ffffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
h2 {
font-size: 50px;
color: #ffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
p {
text-align: center;
font-size: 20px;
color: #ffff;
font-weight: bold;
margin: auto;
width: 50%;
height: 50%;
}
.btn{
color: #ffffff;
padding: 10px 24px;
cursor: pointer;
width: 50%;
display: inline;
text-align:center;
font-size: 2rem;
}
.btn:hover {
color: skyblue;
transition: text-color ease 0.5s;
}
.btn-rounded{
border-radius: 10px;
}
.btn-on {
color: skyblue;
padding: 10px 24px;
cursor: pointer;
width: 50%;
display:inline;
text-align:center;
font-size: 2rem;
top: 50px;
}
li {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 20px;
}
object {
object-position: center top;
}
footer {
position: fixed;
text-align: center bottom;
left: 0;
bottom: 0;
height: 50px;
width: 100%;
font-size: 20px;
color: #ffff;
font-weight: bold;
margin: auto;
background-color: #222211;
}
</style>
<div class="nav">
<li> </li>
<h2>Golden</h2>
<a href="index.html" class="nav-click nav-click-rounded">Home</a>
<a href="game.html" class="nav-click nav-click-rounded">Games</a>
<a href="open-web-sync.html" class="nav-click nav-click-rounded">Apps</a>
<a href="about.html" class="nav-click nav-click-rounded nav-on">About</a>
<li> </li>
</div>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<h1>About</h1>
<li> </li>
<li> </li>
<li> </li>
<h2>Golden</h2>
<p>Hello My Name is Brendan- im an Amuteur Devolper that does random stuff</p>
<p>I am trying to play with code to get more experiance</p>
<li> </li>
<li> </li>
<li> </li>
</body>