-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 2.63 KB
/
index.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>ARTIST based in Bekasi, INDONESIA | Lazy Tree and Quiet Witch</title>
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/9bfa846562.js" crossorigin="anonymous"></script>
<link rel="icon" href="favicon.ico">
</head>
<body>
<header>
<nav class="navBar">
<span class="navToggle" id="jsToggle">
<i class="fa-solid fa-bars"></i>
</span>
<a href="https://eljuno.github.com" class="siteLogo"><img src="assets/image/logo.png" alt="logo" class="logo"></a>
<ul class="mainNav" id="jsMenu">
<li>
<a href="https://ko-fi.com/19232d/commissions" class="navLink"><i class="fa-solid fa-shield-heart"></i> ART COMMISSION</a>
</li>
<li>
<a href="https://instagram.com/19232d" class="navLink"><i class="fa-solid fa-paintbrush"></i> VIEW ARTWORKS</a>
</li>
<li>
<a href="https://lazytree.threadless.com" class="navLink"><i class="fa-solid fa-cart-shopping"></i> BUY T-SHIRT + ART PRINTS</a>
</li>
<li>
<a href="https://ko-fi.com/19232d/" class="navLink"><i class="fa-solid fa-hand-holding-heart"></i> SUPPORT US</a>
</li>
</ul>
</nav>
</header>
<main>
<div class="flex-parent">
<aside class="flex-child">
<img src="assets/image/profile.png" alt="profile picture" class="img shadow"></br>
</aside>
<article class="flex-child">
<h1>ARTIST based in Bekasi, Indonesia</h1></br>
<p>Hello, my name is <strong>eljuno</strong> and I've been drawing things since 2013.</p></br>
<p>Join me in the journey to learn and explore various drawing styles and techniques.</p>
<button type="button" name="button" class="center">
<a href="https://ko-fi.com/19232d/commissions"><h2>ART COMMISSION →</h2></a></li>
</button>
</article>
</main>
<footer>
<hr></br>
<div class="center">
<h3>LAZY TREE AND QUIET WITCH</h3>
<a href="https://instagram.com/19232d"><i class="fa-brands fa-instagram"></i> instagram</a>
<a href="https://twitter.com/eljuno_"><i class="fa-brands fa-twitter"></i> twitter</a>
<a rel="me" href="https://mastodon.art/@eljuno"><i class="fa-brands fa-mastodon"></i> mastodon</a>
<a href="https://www.youtube.com/channel/UCgpu4XntChXRMHNlisH8xuw"><i class="fa-brands fa-youtube"></i> youtube</a></br></br>
<p>Made with <i class="fa-solid fa-heart"></i> x <i class="fa-solid fa-mug-hot"></i> by eljuno © 2022</p>
</div>
</br>
</footer>
<script type="text/javascript" src="magic.js"></script>
</body>
</html>