-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.html
37 lines (30 loc) · 1.45 KB
/
bio.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
<!DOCTYPE html>
<title>Bio</title>
<html lang="en-GB">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap" rel="stylesheet">
<link href = "style.css" rel="stylesheet">
</style>
</head>
<body>
<a class="bio" href = "index">Home</a>
<a class = "fa" href = "featured">Featured artists</a>
<h1>
Paul Dowling
</h1>
<figure>
<img src="PIC4B.JPG" alt="biopic" class="image2">
<figcaption class="fig2">I interpret an intense interest in science and technology through the use of bold colours and expressionist techniques. A passion for mission led innovation is interpreted in large canvases with a powerful sense of purpose. The intersection between art and science gives full reign to my creative instincts.
I am looking for owners with shared beliefs; change agents with a sense of social purpose, or others who appreciate that risk taking is essential for progress.
</figcaption>
</figure>
<j class="links">
<a href=https://www.instagram.com/paulmdowling/ target="_blank"> Instagram</a>
- [email protected] - 07810155810
</j>
</body>
</html>