forked from RidgewayWeb/RidgeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (40 loc) · 2.21 KB
/
index.html
File metadata and controls
50 lines (40 loc) · 2.21 KB
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
<!DOCTYPE html>
<html lang="en">
<!--
(*・ω・)ノ
I'm not the best at web development, if anything looks unusual then feel free to report it here: https://github.com/RidgewayWeb/RidgeWeb/issues
-->
<head>
<meta charset="UTF-8">
<meta content="It's me, RidgewayPlus!" property="og:title">
<meta content="HI! This website is just a basic description of me."
property="og:description">
<meta content="Ridgeway+'s Website" property="og:site_name">
<meta content="https://ridgewayplus.xyz/currentpfp2.jpg" property="og:image">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="details-polyfill.js"></script>
<link rel="stylesheet" href="style.css">
<title>Ridgeway's site</title>
<link rel="shortcut icon" type="image/jpg" href="https://raw.githubusercontent.com/RidgewayWeb/RidgeWeb/main/logo1.png"/>
</head>
<body>
<main>
<h1 class="ridge">RidgewayPlus!</h1>
<p>Hi there, I'm <span class="ridge">SK</span>!
<br>If you want to check out my Github profile you can do so below.
</p>
<ul>
<li><a href="https://github.com/RidgewayPlus" target="_blank" rel="noopener">Github profile</a></li>
</ul>
<details>
<summary>Click to read on...</summary>
<p>You must really like me! Or maybe what I told you was boring so you wanna read more..<br>Either way I'm flattered.</p>
<p>When I last updated the code for this site I was a 17 y/o college student, living in NSW, Australia and shit at web development.</p>
<p>I like to play some video games everynow and again, listen to music (<a href="https://last.fm/user/ridge2k2">my last.fm</a>) and do projects relating to computer hardware. (Visit the Specs page at the bottom)</p>
<p>I always love to have a chat, so please send me a DM on Discord (richamirileaks2020)<br>I welcome everyone to say hi!!!</p>
</details>
<hr>
<a href="./index.html">Home</a> | <a href="domains.html"> Domain list </a> | <a href="LICENSE">License</a> | <a href="frogcat.txt"> Frogcat </a> | <a href="./specs.html"> Specs</a>
</main>
</body>
</html