-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomen.html
executable file
·47 lines (45 loc) · 2.38 KB
/
omen.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
<!DOCTYPE html>
<html>
<head>
<title>Into the Shadows</title>
<link rel="stylesheet" href="shadow_step.css">
<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=Oswald:wght@200&family=Poppins:wght@200&display=swap" rel="stylesheet">
<script src="shadow_step.js"></script>
</head>
<body>
<div class="title">
OMEN
</div>
<div class="main">
<div class="side-abilities">
<div class="ability">
<img class="ability-img" src="shrouded_step.webp">
<div class="ability-title">SHROUDED STEP</div>
<div class="ability-description">EQUIP a shrouded step ability and see its range indicator. FIRE to begin a brief channel, then teleport to the marked location.</div>
</div>
<div class="ability">
<img class="ability-img" src="Paranoia.webp">
<div class="ability-title">PARANOIA</div>
<div class="ability-description">EQUIP a blinding orb. FIRE to throw it forward, briefly Nearsighting and Deafening all players it touches. This projectile can pass straight through walls.</div>
</div>
</div>
<div class="character-pic">
<img class="pic" src="Omen_-_Full_body.jpg">
</div>
<div class="main-abilities">
<div class="ability">
<img class="ability-img" src="dark_cover.webp">
<div class="ability-title">DARK COVER</div>
<div class="ability-description">EQUIP a shadow orb. FIRE to throw it on a location that can be specified through his phased world</div>
</div>
<div class="ability">
<img class="ability-img" src="from_the_shadows.webp">
<div class="ability-title">FROM THE SHADOWS</div>
<div class="ability-description">EQUIP a tactical map. FIRE to begin teleporting to the selected location.PRESS EQUIP again for Omen to cancel his teleport.</div>
</div>
</div>
</div>
</body>
</html>