forked from phoebe-leong/phoebe-leong.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (33 loc) · 1.56 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
<!DOCTYPE html>
<html id="theme-dark">
<head>
<meta charset="utf-8">
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<script src="birthday.js"></script>
<title>about ph3b3</title>
</head>
<body>
<h1>about ph3b3.</h1>
<section>
<p id="bio">
Ph3b3 started learning HTML and CSS around 2018, during fifth grade.<br>
The first real programming language they learnt was C++, when they decided to make a program for their crush. It failed.<br>
Ph3be would later revisit the language in high school (but never become any good at it).<br><br>
They became a musician in 2015 when they started learning the drums.<br>
Then, in 2020, they launched their SoundCloud account and begun posting on it.<br>
To this day, Ph3b3 is making music and continues to play the drums alongside other instruments.
</p><br>
</section>
<section id="info">
<ul>
<li>Name: Darius</li>
<li>Alias: Ph3b3 (Phoebe)</li>
<li id="age"></li>
<li>Lives: Sydney, Australia</li>
<li>Programming Languages learnt: HTML, CSS, Javascript</li>
<li>Musical Instruments learnt: Drums/Percussion, Singing, Bass, Guitar</li>
</ul>
</section>