-
Notifications
You must be signed in to change notification settings - Fork 8
/
stat_status.php
49 lines (49 loc) · 2.21 KB
/
stat_status.php
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
<section class="core-display core-display-active" id="stat-status-section">
<div class="vault-boy-container">
<img id="vault-boy-walking"
src="img/vault_boy_walking.gif" alt="a fallout vault boy walking">
</div>
<div class="health-gauge-container">
<div class="health-gauge health-gauge-top"></div>
<div class="health-gauge health-gauge-right-top"></div>
<div class="health-gauge health-gauge-right-bottom"></div>
<div class="health-gauge health-gauge-bottom"></div>
<div class="health-gauge health-gauge-left-bottom"></div>
<div class="health-gauge health-gauge-left-top"></div>
</div>
<div class="info-container">
<div class="info-icon info-icon-large info-icon-brackets">
<img src="img/brackets.png" alt="brackets">
</div>
<div class="info-icon info-icon-thin info-icon-java-container">
<img src="img/java_logo.png" alt="java programming language logo">
<p>85</p>
</div>
<div class="info-icon info-icon-thin info info-icon-python-container">
<img src="img/python_logo.png" alt="python programming language logo">
<p>80</p>
</div>
<div class="info-icon info-icon-large info-icon-web">
<img src="img/web_application_logo.png" alt="web application icon">
</div>
<div class="info-icon info-icon-thin info-icon-spring">
<img src="img/spring_logo.png" alt="spring framework logo">
<p>70</p>
</div>
<div class="info-icon info-icon-large info-icon-engineering">
<img src="img/engineering.png" alt="a cog on a hand that symbolises engineering">
</div>
<div class="info-icon info-icon-thin info-icon-diagram">
<img src="img/diagram.png"
alt="a diagram icon that symbolises databases conception">
<p>65</p>
</div>
<div class="info-icon info-icon-thin info-icon-security">
<img src="img/security.png" alt="web security icon">
<p>60</p>
</div>
</div>
<div class="identity-container">
<p>Cyril BERTHOUT : Concepteur développeur d'applications</p>
</div>
</section>