-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
60 lines (57 loc) · 1.98 KB
/
Copy pathabout.html
File metadata and controls
60 lines (57 loc) · 1.98 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
<!doctype html>
<html>
<head>
<title>About Wizard Of Arc</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/css/vars.css" />
<link rel="stylesheet" type="text/css" href="/css/sitewide.css" />
<link rel="stylesheet" type="text/css" href="/css/about.css" />
</head>
<body>
<h1>About Wizard Of Arc</h1>
<div id="azi">
<div id="the-wizard">
<img src="/images/wee_wizard.png" class="responsive-half-image" />
</div>
</div>
<div id="about-woa">
<p class="about-woa-text">
Wizard Of Arc is an entity that represents the musical expression (and
passions) of Azi Crawford who is a:
</p>
<div class="about-woa-text-list">
<ul>
<li>singer</li>
<li>composer</li>
<li>and multi-instrumentalist.</li>
</ul>
</div>
<p>
Azi prefers when this manifests as a band and creates something greater
than the sum of its parts.
</p>
</div>
<div id="morphing">
<div id="the-transformation">
<img src="/images/anagram.gif" class="responsive-full-image" />
</div>
</div>
<div class="footer">
<a href="/">
<div class="woa-home-button"></div>
</a>
<ul>
<li><a class="footer-link" href="/about.html">About</a></li>
<li><a class="footer-link" href="/music.html">Music</a></li>
<li><a class="footer-link" href="/ogham.html">Ogham</a></li>
<li><a class="footer-link" href="/grimoire.html">The Grimoire</a></li>
<li><a class="footer-link" href="/blog.html">Blog</a></li>
<li><a class="footer-link" href="/friends.html">Friends</a></li>
<li><a class="footer-link" href="/contact.html">Contact</a></li>
<li><a class="footer-link" href="/time.html">Time</a></li>
</ul>
</div>
</body>
</html>