-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.html
34 lines (34 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="CSS/navbar.css">
<link rel="stylesheet" href="CSS/about.css">
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="discord.html">Discord</a>
<a href="contact.html">Contact</a>
<a class="current" href="">About</a>
</div>
<div class="content">
<div class="header">
<center class="main1"><h1 class="aboutme">About me</h1></center>
<div>
<center><p class="aboutme1pg">I'm just a web developer who is still learning HTML, I can do lots of things,</p></center>
<center><p class="aboutme2pg">Like help you with CSS, or just be there as a friend to keep around!</p></center>
</div>
</div>
<div class="header">
<center class="main2"><h1 class="aboutmyfamily">About my family</h1></center>
<center><p class="aboutmyfamily1pg">There's nothing here right now, but there will be soon, it has to go through staging and verification from family before being posted!</p></center>
</div>
<div class="header">
<center class="main3"><h1 class="aboutmyfriends">About my friends</h1></center>
<center><p class="aboutmyfriends1pg">Isabelle, I've known her since 2014, and our friendship has only continued to grow stronger over the years, we've had countless laughs and entertainment with the silly things we've done together, all across the world with the internet.</p></center>
</div>
</div>
</div>
</body>
</html>
<!--I see you're looking into the terribly made HTML and CSS for this project! Well it's something, a start, as I continue to learn HTML and CSS.!-->