-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
28 lines (28 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<body>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/my4s/Pearl/main/pearl.png">
<title>PearlMilkTea About</title>
<header>
<h1>PearlMilkTea</h1>
<p class="heading_tabs">
<a class="home" href="PearlMilkTea.html">Home</a>
<a class="about" href="About.html">About</a>
<a class="art" href="">Art</a>
<a class="contact" href="">Contact</a>
</p>
</header>
<main>
<h2>About</h2>
<p>I made PearlMilkTea to share my art with the world, connect with a wider audience, and take control of my own artistic journey. Through my website, I can easily share my latest art pieces whilst continuing to grow as a digital artist through my online presence.</p>
</br>
</main>
<div class="padding"></div>
<footer>
<a class="website" href="https://mhy.yas.im/pearlmilktea" target="_blank">PearlMilkTea</a>
<a class="main_website" href="https://mhy.yas.im" target="_blank">Wisteria</a>
</footer>
</body>
</html>