This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
assets.html
91 lines (89 loc) · 2.78 KB
/
assets.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Official Website of the Royal Kingdom of Colchis" />
<title>Royal Kingdom of Colchis - Assets</title>
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="placeholder">
<div class="header">
<div class="logo">
<a href="index.html">Royal Kingdom of <b>Colchis</b></a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="royal-family.html">Royal Family</a></li>
<li><a href="assets.html">Royal Assets</a></li>
<li><a href="about.html">About</a></li>
<li><a class="a-reset" href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="info">
<h1>The Kingdom's Royal Assets</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent
molestie odio sit amet nunc luctus, sed fermentum lorem aliquet.
Mauris tempor, urna sit amet varius vulputate, nisl urna ultricies
ante, a tristique nisl turpis sed massa. Maecenas aliquet tincidunt
massa, quis gravida tellus mollis ut. Phasellus convallis risus vel
sem porttitor.
</p>
</div>
<div class="right-placeholder">
<table>
<caption>
Summary
</caption>
<thead>
<tr>
<th>Assets Name</th>
<th>Number</th>
<th>Worth</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stables</td>
<td>42</td>
<td>6 000 000 lari</td>
</tr>
<tr>
<td>Castles</td>
<td>4</td>
<td>24 000 000 lari</td>
</tr>
<tr>
<td>Guards</td>
<td>10 000</td>
<td>10 000 000 lari</td>
</tr>
<tr>
<td>Wagons</td>
<td>18</td>
<td>4 000 lari</td>
</tr>
<tr>
<td>Livestock</td>
<td>51 942</td>
<td>4 000 000 lari</td>
</tr>
<tr>
<td>Armor</td>
<td>997 000</td>
<td>11 000 000 lari</td>
</tr>
<tr>
<td>Canons</td>
<td>99</td>
<td>110 000 000 lari</td>
</tr>
</tbody>
</table>
</div>
</div>
<footer><a href="https://github.com/jb-mddln/wcs-tech-challenge" target="_blank">Jb. M</a> - Tech Challenge réalisé en Août 2022</footer>
</body>
</html>