summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-07-11 22:55:11 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-07-11 22:55:11 +0300
commit8d58567f810bd0fb86a856fadd31211602f3d76c (patch)
treee836fca0c00bfc1959d7668ff44317f0fd2f6b16 /src/index.html
parentafdf984bad87ded9a78a4e3c98c6720e193c204e (diff)
Add mustache templating
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/index.html b/src/index.html
deleted file mode 100644
index 732a318..0000000
--- a/src/index.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>Minni Honka</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/png" href="/logo.png">
- <link rel="stylesheet" href="styles.css">
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Amiri&family=Roboto:wght@300&display=swap" rel="stylesheet">
- <script src="/netlify-identity-widget.js"></script>
- </head>
- <body>
- <img id="swoosh" src="swoosh.svg" alt="">
- <header>
- <h1>Minni Honka</h1>
- <h2>Graphic designer & Illustrator</h2>
- <img id="logo" src="logo.svg" alt="">
- </header>
-
- <h3>Graphic Design</h3>
-
- <div class="gallery">
- <div class="column">
- <a target="_blank" href="https://via.placeholder.com/400x400">
- <img src="https://via.placeholder.com/200x200">
- </a>
- <a target="_blank" href="https://via.placeholder.com/400x400">
- <img src="https://via.placeholder.com/300x150">
- </a>
- </div>
- <div class="column">
- <a target="_blank" href="https://via.placeholder.com/400x400">
- <img src="https://via.placeholder.com/400x250">
- </a>
- </div>
- <div class="column">
- <a target="_blank" href="https://via.placeholder.com/400x400">
- <img src="https://via.placeholder.com/400x250">
- </a>
- </div>
- </div>
- </body>
-</html> \ No newline at end of file