-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex copy.html
95 lines (85 loc) · 2.63 KB
/
index copy.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Vectorized Eve Online Icons</title>
<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=Expletus+Sans:wght@700&family=Hind&display=swap"
rel="stylesheet">
<!-- Halfmoon CSS -->
<link
href="https://cdn.jsdelivr.net/npm/halfmoon@2.0.1/css/halfmoon.min.css"
rel="stylesheet"
/>
<!-- Halfmoon modern core theme -->
<link
href="https://cdn.jsdelivr.net/npm/halfmoon@2.0.1/css/cores/halfmoon.modern.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/styles/style.css" />
</head>
<body>
<header>
<h1>Vectorized Eve Online Icons</h1>
</header>
<main>
<div class="container">
<div>
<svg class="icon" viewBox="0 0 128 128">
<use xlink:href="#reply"></use>
</svg>
</div>
</div>
</main>
<!-- SVG icon defs -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0" height="0">
<defs>
<symbol id="reply">
<clippath id="reply-A">
<path
d="M24.07 63.5l35.164 29.133V76.856h17.554c23.974.857 23.824 10.362 26.467 18.281.124.368.674.271.674-.117V67.728c0-17.288-19.096-19.596-27.141-19.596-3.652 0 0-.028 0-.028H59.234V32.632z"
/>
</clippath>
<g clip-path="url(#reply-A)">
<mask id="reply-B">
<g clip-path="url(#reply-C)">
<rect
x="24"
y="32"
width="80"
height="64"
class="shape"
/>
</g>
</mask>
<clippath id="reply-C">
<path d="M-32768 32896h65535v-65535h-65535z" />
</clippath>
<g mask="url(#reply-B)">
<rect
x="24"
y="32"
width="80"
height="64"
class="shape"
/>
</g>
</g>
</symbol>
</defs>
</svg>
<!-- SVG gradient defs -->
<svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<lineargradient id="strong-glue" gradientTransform="rotate(315)">
<stop offset="0%" stop-color="#d8dede" />
<stop offset="74%" stop-color="#e5bdf6" />
</lineargradient>
</defs>
</svg>
<script src="./assets/scripts/script.js.js"></script>
</body>
</html>