-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
84 lines (66 loc) · 2.72 KB
/
Copy pathinfo.html
File metadata and controls
84 lines (66 loc) · 2.72 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wyrlight | Info</title>
<link rel="canonical" href="https://wyrlight.com/info.html">
<meta name="description" content="About Wyrlight, a minimalist design brand creating Nordic-inspired vector and graphic artwork for print-on-demand apparel.">
<!-- Google Font -->
<!-- FAVICON -->
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon.png">
<link rel="shortcut icon" href="assets/img/favicon/favicon.png">
<link rel="apple-touch-icon" href="assets/img/favicon/favicon.png">
<!-- Main CSS -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="page-wrapper">
<!-- HEADER -->
<header>
<div class="header-inner">
<a class="logo" href="index.html">
<img src="assets/img/logo/wyrlight-logo.svg" alt="Wyrlight logo">
</a>
<nav>
<a href="index.html">Home</a>
<a href="vector.html">Vector</a>
<a href="graphic.html">Graphic</a>
<a href="info.html">Info</a>
</nav>
</div>
</header>
<main>
<!-- ABOUT SECTION -->
<section class="info-wrapper">
<h1 class="info-title">About</h1>
<p class="info-text">
Wyrlight is a minimalist digital art brand focused on clean vector graphics and modern illustration.
All artwork is created in-house with a Nordic-inspired aesthetic, emphasizing clarity, balance and simplicity.
Our designs are available through print-on-demand platforms, primarily as high-quality T-shirts and apparel.
Each piece is crafted with precision and a calm visual rhythm that defines the Wyrlight style.
</p>
</section>
</main>
<!-- FOOTER -->
<footer>
<div class="footer-nav-block">
<a href="index.html">Home</a>
<a href="vector.html">Vector</a>
<a href="graphic.html">Graphic</a>
<a href="info.html">Info</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/Wyrlight" target="_blank">Instagram</a>
<a href="https://www.facebook.com/Wyrlight" target="_blank">Facebook</a>
<a href="https://www.pinterest.com/Wyrlight" target="_blank">Pinterest</a>
<a href="https://github.com/Wyrlight/Wyrlight" target="_blank">GitHub</a>
<a href="mailto:info@wyrlight.com">info@wyrlight.com</a>
</div>
<div class="footer-copy">
© 2026 Wyrlight
</div>
</footer>
</div>
</body>
</html>