-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutme.html
54 lines (49 loc) · 2.21 KB
/
aboutme.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
<!DOCTYPE HTML>
<html lang = "en">
<head>
<link rel="stylesheet" type="text/css" href="https://rf20008.github.io/main.css" media="screen"/>
<title>
aboutme.html | rf20008.github.io
</title>
</head>
<body style="background-color:#b371c9">
<p class="box"
style="background-color: green; font-size: 45px">
Welcome to my webpage!
</p>
<center><img src="https://rf20008.github.io/pictures/avatar.jpg"></center>
<!DESCRIBE MYSELF>
<!I know there are some code bugs; I don't know how to fix them>
<h2 style = "font-size: 35px;"> A brief introduction </h2>
<p style="margin: 1px;">Hello world! My name is rf20008. I like to code. I will add some more here soon :)</p>
<h2 style = "font-size: 35px"> Stuff I have done </h2>
<ul style= "font-size: 18px">
<li> Nazarene Bible Quizzing (2019 Fall - ) </li>
<li> Metro Bible Quizzing (2015 - )</li>
<li> Made this website (even though it is not ready yet)</li>
<li> Wrote a novel with my brother (even though we stopped in the middle)</li>
<li> Competed in the AMC 8 2 times </li>
</ul>
<h2 style = "font-size: 35px;"> Stuff I hope to do :) </h2>
<ul style = "font-size: 18px;">
<li> Learn more!<li>
</ul>
<!LINKS>
<hr style= "color: blue;"> <p> <br></p>
<p class="box" style ="color: black; font-size: 20px; margin: 20px;">
Here are some links to some other pages I use!</p>
<a class = "box"
style = "color: blue; font-size: 15px; margin: 10px; padding: 15px; background-color: red"
href="https://rf20008.github.io/rickroll.html">This is a rickroll; don't click me.</a>
<p style="margin: 10px"><br></p>
<a class = "box"
style = "color: blue; font-size: 15px; margin: 10px; padding: 15px; background-color: green"
href="https://rf20008.github.io/read-me-md.html">Read me!</a>
<a class="box"
style = "color: blue; font-size: 15px; margin: 9px; padding: 15px; background-color: green;"
href = "https://artofproblemsolving.com/community/c646593"> blog</a>
<a class= "box"
style = "color: blue; font-size: 15px; margin: 10px; padding: 15px; background-color: green;"
href = "https://github.com/rf20008">my very small github</a>
</body>
</html>