-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
46 lines (39 loc) · 1.82 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AM | About</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Sequel sans/style.css">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
</head>
<script src="./transition.js"></script>
<body>
<div class="main-page">
<div class="main-page-info">
<nav style="line-height: 0.5rem;">
<h1>
<span>
<a href="./index.html">INDEX</a>
<span style="margin-left: 5px; margin-right: 5px; font-size: 14px;">></span>
<span>CONTACT</span>
</span>
<svg class="main-page-info-star" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<path fill="#fff" stroke="#000" stroke-width=".3"
d="m9.145 7.98 3.069 4.394-2.019 1.415-3.07-4.638-.124-.188-.126.188-3.07 4.589-2.02-1.415 3.021-4.346.116-.167-.193-.061-4.54-1.444.745-2.341L5.57 5.602l.2.071V.15H8.18v5.522l.2-.07 4.685-1.636.745 2.34-4.588 1.445-.195.06.117.168Z">
</path>
</svg>
</h1>
<div class="work-list">
<a href="https://instagram.com/mggno">IG<span>@mggno</span></a>
<a href="mailto:[email protected]">MAIL <span>[email protected]</span></a>
</div>
<h1><a href="./about.html">INFO</a>// <a href="./works.html">SELECTED WORKS</a></h1>
<h1></h1>
<h1></h1>
</nav>
</div>
</div>
</body>