-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (44 loc) · 2.11 KB
/
about.html
File metadata and controls
52 lines (44 loc) · 2.11 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
51
<html lang="en">
<div class='wholepage'>
<h1 class="heading">PiiaMT Art</h1>
<head class='header'>
<meta charset='UTF-8'/>
<link rel="stylesheet" href="./style.css" type='text/css' media='screen'/>
<!--<p align="center">Posted by John Doe</p>-->
<div align="center" class="topnav">
<a href="./index.html">Home</a></li>
<a href="./originals.html">Originals</a></li>
<a href="./prints.html">Prints</a></li>
<a href='./gallery.html'>Gallery</a></li>
<a href="./about.html">About me</a></li>
</div>
</head>
<body>
<link rel="stylesheet" href="./style.css" type='text/css' media='screen'/>
<div class='content'>
<div class='narrow'>
<h2>About me</h2>
<p>
Piia Maria Tomberg is a person with a diverse background. She is an Estonian artist, a member of the LGBTQ+ community and a PhD student in astrophysics. Her fascination for the natural world of this beautiful planet is apparent in the endless inspiration she draws from the night sky and all that it can contain. <br><br> Piia also finds joy in sharing her creations. She often shares videos of her painting process in satisfying videos. Piia most enjoys the medium of oil painting, as it best provides the freedom of creation that brings so much joy from painting.<br><br> If you'd like to contact me then please feel free to send me an email at piiamt.tinuviel@gmail.com
</p>
</div>
</div>
</body>
<div class="footer-outer">
<footer>
<link rel="stylesheet" href="./style.css" type='text/css' media='screen'/>
<div class="footerpic">
<img src="https://drive.google.com/uc?export=view&id=1rHI_NP2WpV5Bkey1HwtyHOCnixeTds0S" width="200">
</div>
<div class="footerLinks">
<ul>
<li><a href="https://www.tiktok.com/@piiamt?is_from_webapp=1&sender_device=pc">Tiktok</a></li>
<li><a href="https://www.instagram.com/tinuviel.b/">Instagram</a></li>
<li><a href="./about.html">About me</a></li>
<b class="credit"><br>Website coded by Piia Maria Tomberg, 2023</b>
</ul>
</div>
</footer>
</div>
</div>
</html>