-
Notifications
You must be signed in to change notification settings - Fork 0
/
allies.html
95 lines (87 loc) · 2.24 KB
/
allies.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>
<head>
<title>Shan Yu</title>
<link rel="stylesheet" href="assets/css/styleallies.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
</head>
<body>
<div id="left-tab">
</div>
<div id="right-tab">
</div>
<div id="header">
<div id="information">
<div id="title">Allies and Friends</div>
<div id="text-section">Shan Yu has a trusted history of pillaging. Have some user testimonies!</div>
</div>
</div>
<div class="section-container">
<div class="ticket-wrapper">
<div class="info-image left">
<div class="user-desc">
<p>Hayabusa the Falcon</p>
</div>
<div class="handle-desc">
<p>@HayabusaDaHun</p>
<p>Shan Yu's trusty pet falcon!</p>
</div>
<div class="comment">
<p>"SCREE--*roast to a crisp* ..bawk kwak!"</p>
</div>
</div>
<div class="ticket-info left">
<img src="assets/img/hayabusa.jpg">
</div>
</div>
<div class="ticket-wrapper">
<div class="info-image right">
<div class="user-desc">
<p>Elite Hun Archer</p>
</div>
<div class="handle-desc">
<p>@1message1kill</p>
<p>Shan Yu's Elite Archer</p>
</div>
<div class="comment">
<p>"Told him 'we could avoid them easily', but <br>
no, he had to return the doll!"</p>
</div>
</div>
<div class="ticket-info right">
<img src="assets/img/hun-archer.jpg">
</div>
</div>
<div class="ticket-wrapper">
<div class="info-image left">
<div class="user-desc">
<p>Elite Hun Bald Men</p>
</div>
<div class="handle-desc">
<p>@Left-Our-Shirts-@-Home</p>
<p>Shan Yu's Bald Tracker Elites</p>
</div>
<div class="comment">
<p>"[Shan] Yu fight good."</p>
</div>
</div>
<div class="ticket-info left">
<img src="assets/img/bald-huns-2.jpg">
</div>
</div>
<div class="button">Add your Shan Yu moment!</div>
</div>
<div id="bottom-menu-sign">
<p>NAV</p>
</div>
<div id="bottom-menu">
<p><a href="index.html">HOME</a></p>
<p><a href="about.html">ABOUT</a></p>
<p><a href="allies.html">ALLIES</a></p>
<div id="bottom-menu-close">
<p>CLOSE</p>
</div>
</div>
</body>
<script src="assets/js/allies.js"></script>
</html>