summaryrefslogtreecommitdiff
path: root/artwip.html
diff options
context:
space:
mode:
Diffstat (limited to 'artwip.html')
-rw-r--r--artwip.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/artwip.html b/artwip.html
new file mode 100644
index 0000000..cb4cfe5
--- /dev/null
+++ b/artwip.html
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="unicode">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="I make digital and traditional art exploring surreal worlds, dark tunnels, ambigious gender, violence, and surgical experiments, with a touch of soft strokes and tenderness">
+ <meta name="keywords" content="Personal, Music, Poetry, Art, Radiohotline, Teethinvitro, Moloch">
+ <meta name="author" content="Radiohotline">
+ <title>Soft Machine | Art</title>
+ <link href="common.css" rel="stylesheet" type="text/css">
+
+ <style>
+ body {
+ background-image: url('img/art/artbg.png');
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-size: cover;
+ background-position: center;
+ }
+
+ .flex a {
+ padding-left: 30px;
+ padding-right: 30px;
+ }
+ </style>
+</head>
+<body>
+ <h1 class="logo"><a href="index.html"><img src="img/logo.png" alt="Soft Machine"></a></h1>
+ <div>
+ <div class="flex">
+ <a href="portfolio.html"><img src="img/art/bulletin.png" alt="Portfolio"></a>
+ </div>
+ <div class="flex">
+ <a href="doodle.html"><img src="img/art/drawing.png" alt="Doodles"></a>
+ <a href="sketch.html"><img src="img/art/sketchbooks.png" alt="Sketches"></a>
+ <a href="paintings.html"><img src="img/index/art.png" alt="Paintings"></a>
+ </div>
+ <div class="flex">
+ <a href="https://bsky.app/profile/softmachine.dev"><img src="img/art/bluesky.png" alt="Bluesky"></a>
+ <a href="commission.html"><img src="img/art/letter.png" alt="Commissions"></a>
+ </div>
+ </div>
+</body>
+</html> \ No newline at end of file