-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
173 lines (147 loc) · 5.4 KB
/
Copy pathlinks.html
File metadata and controls
173 lines (147 loc) · 5.4 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FoM - Links</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Cinzel:wght@400;600&family=Raleway:wght@300;400&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/shared.css" />
<link rel="icon" href="assets/favicon32.png" type="image/png">
<style>
.links-wrapper {
max-width: 520px;
margin: 0 auto;
display: flex; flex-direction: column; gap: 0.85rem;
}
.link-group-label {
font-family: 'Cinzel', serif;
font-size: 0.78rem; letter-spacing: 0.55em;
text-transform: uppercase; color: var(--gold);
opacity: 0.5; margin-top: 0.6rem;
padding-left: 0.2rem;
}
.link-entry {
display: flex; align-items: center; justify-content: space-between;
border: 1px solid var(--border);
background: var(--panel);
padding: 1rem 1.4rem;
text-decoration: none; color: var(--text);
transition: border-color 0.3s, background 0.3s, transform 0.25s;
gap: 1rem;
}
.link-entry:hover {
border-color: var(--gold);
background: rgba(201,168,76,0.07);
transform: translateX(4px);
}
.link-name {
font-family: 'Cinzel', serif;
font-size: 0.82rem; letter-spacing: 0.1em;
color: var(--gold-light);
}
.link-desc {
font-size: 0.72rem; opacity: 0.55;
margin-top: 0.15rem;
}
.link-arrow {
font-size: 0.7rem; color: var(--gold); opacity: 0.7;
flex-shrink: 0;
}
</style>
</head>
<body>
<header>
<div class="logo-rule"><div class="diamond"></div><h1>Friends of Mythology</h1><div class="diamond"></div></div>
<p class="subtitle">Clan</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="compendium.html">Strategie Zentrale</a>
<a href="links.html" class="active">Links</a>
</nav>
<main>
<p class="page-title anim d1">Wertvolle Links</p>
<p class="page-intro anim d2">Alles Gute an einem Ort.</p>
<div class="links-wrapper">
<p class="link-group-label anim d2">Hotkey Setup</p>
<a class="link-entry anim d3" href="https://jehathor.github.io/keybindings">
<div>
<div class="link-name">Keybinding Visualiser</div>
<div class="link-desc">jehathor.github.io</div>
</div>
<span class="link-arrow">→</span>
</a>
<p class="link-group-label anim d2">Rangliste</p>
<a class="link-entry anim d3" href="https://www.ageofempires.com/stats/agemyth">
<div>
<div class="link-name">Offizielle Webseite</div>
<div class="link-desc">ageofempires.com</div>
</div>
<span class="link-arrow">→</span>
</a>
<a class="link-entry anim d3" href="https://aomstats.io/leaderboard">
<div>
<div class="link-name">Community Webseite</div>
<div class="link-desc">aomstats.io</div>
</div>
<span class="link-arrow">→</span>
</a>
<p class="link-group-label anim d2">Enzyklopädie</p>
<a class="link-entry anim d3" href="https://support.ageofempires.com/hc/en-us">
<div>
<div class="link-name">Offizieller Support</div>
<div class="link-desc">ageofempires.com</div>
</div>
<span class="link-arrow">→</span>
</a>
<a class="link-entry anim d3" href="https://rtsbase.com/aom">
<div>
<div class="link-name">Einheitenregister & Zweikampfsimulator</div>
<div class="link-desc">rtsbase.com</div>
</div>
<span class="link-arrow">→</span>
</a>
<a class="link-entry anim d3" href="https://ageofempires.fandom.com/wiki/Age_of_Mythology:_Retold">
<div>
<div class="link-name">Community Wiki</div>
<div class="link-desc">ageofempires.fandom.com</div>
</div>
<span class="link-arrow">→</span>
</a>
<p class="link-group-label anim d2">Discord</p>
<a class="link-entry anim d3" href="https://discord.gg/wwjrVpYHsP">
<div>
<div class="link-name">Age of Mythology [Deutsch]</div>
<div class="link-desc">discord.com</div>
</div>
<span class="link-arrow">→</span>
</a>
<p class="link-group-label anim d2">E-Sport</p>
<a class="link-entry anim d3" href="https://liquipedia.net/ageofempires/Age_of_Mythology/Tournaments">
<div>
<div class="link-name">Turniere</div>
<div class="link-desc">liquipedia.net</div>
</div>
<span class="link-arrow">→</span>
</a>
<p class="link-group-label anim d2">Clans</p>
<a class="link-entry anim d3" href="https://jehathor.github.io/FoM">
<div>
<div class="link-name">Friends of Mythology [FoM]</div>
<div class="link-desc">jehathor.github.io/FoM</div>
</div>
<span class="link-arrow">→</span>
</a>
<a class="link-entry anim d3" href="https://thedodclan.com">
<div>
<div class="link-name">Deities of Death [DoD]</div>
<div class="link-desc">thedodclan.com</div>
</div>
<span class="link-arrow">→</span>
</a>
</div>
</main>
<footer>© JeHathor · Hosted on GitHub Pages</footer>
</body>
</html>