-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoalition.html
More file actions
65 lines (65 loc) · 3.37 KB
/
coalition.html
File metadata and controls
65 lines (65 loc) · 3.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./common.css" />
<link rel="stylesheet" href="./navBar.css" />
<link rel="stylesheet" href="./coalition.css" />
<title>coalition</title>
</head>
<body>
<nav class="navContainer">
<div class="navIconContainer">
<?xml version="1.0" encoding="UTF-8"?>
<svg class="navIcon" xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"><path d="M23.121,9.069,15.536,1.483a5.008,5.008,0,0,0-7.072,0L.879,9.069A2.978,2.978,0,0,0,0,11.19v9.817a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3V11.19A2.978,2.978,0,0,0,23.121,9.069ZM15,22.007H9V18.073a3,3,0,0,1,6,0Zm7-1a1,1,0,0,1-1,1H17V18.073a5,5,0,0,0-10,0v3.934H3a1,1,0,0,1-1-1V11.19a1.008,1.008,0,0,1,.293-.707L9.878,2.9a3.008,3.008,0,0,1,4.244,0l7.585,7.586A1.008,1.008,0,0,1,22,11.19Z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg class="navIcon" xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"><rect y="11" width="24" height="2" rx="1"/><rect y="4" width="24" height="2" rx="1"/><rect y="18" width="24" height="2" rx="1"/></svg>
</div>
<form class="navSearchFormContainer">
<input type="text" class="navSearchFormInput" placeholder="Search..."></input>
</form>
<div class="navIconContainer">
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg class="navIcon" version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 137.52 96.5" style="enable-background:new 0 0 137.52 96.5;" xml:space="preserve">
<g>
<polygon class="st0" points="76,0 50.67,0 0,50.66 0,71.17 50.67,71.17 50.67,96.5 76,96.5 76,50.66 25.33,50.66 "/>
<polygon class="st0" points="86.85,25.33 112.19,0 86.85,0 "/>
<polygon class="st0" points="137.52,25.33 137.52,0 112.19,0 112.19,25.33 86.85,50.66 86.85,76 112.19,76 112.19,50.66 "/>
<polygon class="st0" points="137.52,50.66 112.19,76 137.52,76 "/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" class="navIcon" viewBox="0 0 24 24" width="512" height="512"><path d="M22.763,10.232l-4.95-4.95L16.4,6.7,20.7,11H6.617v2H20.7l-4.3,4.3,1.414,1.414,4.95-4.95a2.5,2.5,0,0,0,0-3.536Z"/><path d="M10.476,21a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V3A1,1,0,0,1,3,2H9.476a1,1,0,0,1,1,1V8.333h2V3a3,3,0,0,0-3-3H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H9.476a3,3,0,0,0,3-3V15.667h-2Z"/></svg>
</div>
</nav>
<div class="sampleText">
coaltions
</div>
<img src="./coalitionChart.png">
<div class="sampleText">
mark
</div>
<div class="sampleText">
name
</div>
<div class="sampleText2">
score: 124pt
</div>
<div class="sampleText2">
total active useres : 234
</div>
<div class="sampleText2">
subject passed : 325
</div>
<div class="sampleText2">
Done evaluation : 12345
</div>
<div class="sampleText2">
blackholed: 12
</div>
</body>
</html>