summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..93623bf
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,43 @@
+<!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">
+ </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