-
Notifications
You must be signed in to change notification settings - Fork 11
/
stat_perk.php
86 lines (86 loc) · 5.95 KB
/
stat_perk.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
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
<section class="core-display" id="stat-perk-section">
<div class="menu-container perk-container">
<div class="menu-attributes perk-attributes">
<div class="menu-attribute-box perk-attribute-box perk-attribute-box-active"
id="perk-attribute-box-chemist">
<p class="menu-attribute perk-attribute">Logique</p>
</div>
<div class="menu-attribute-box perk-attribute-box" id="perk-attribute-box-cannibal">
<p class="menu-attribute perk-attribute">Analytique</p>
</div>
<div class="menu-attribute-box perk-attribute-box" id="perk-attribute-box-fortune_finder">
<p class="menu-attribute perk-attribute">Curieux</p>
</div>
<div class="menu-attribute-box perk-attribute-box" id="perk-attribute-box-idiot_savant">
<p class="menu-attribute perk-attribute">Rigoureux</p>
</div>
<div class="menu-attribute-box perk-attribute-box" id="perk-attribute-box-nerd_rage">
<p class="menu-attribute perk-attribute">Toto</p>
</div>
<div class="menu-attribute-box perk-attribute-box" id="perk-attribute-box-heavy-gunner">
<p class="menu-attribute perk-attribute">Chasseur de bugs</p>
</div>
</div>
<div class="menu-right-column perk-right-column">
<!-- images ----------------------------------------------------------------------------------------------->
<img src="img/perk/chemist.png"
class="menu-attribute-image perk-attribute-image perk-attribute-image-active"
id="perk-attribute-image-chemist"
alt="a fallout vault boy from the video game fallout representing the chemist perk">
<img src="img/perk/cannibal.png"
class="menu-attribute-image perk-attribute-image"
id="perk-attribute-image-cannibal"
alt="a fallout vault boy from the video game fallout representing the cannibal perk">
<img src="img/perk/fortune_finder.png"
class="menu-attribute-image perk-attribute-image"
id="perk-attribute-image-fortune_finder"
alt="a fallout vault boy from the video game fallout representing the fortune finder perk">
<img src="img/perk/idiot_savant.png"
class="menu-attribute-image perk-attribute-image"
id="perk-attribute-image-idiot_savant"
alt="a fallout vault boy from the video game fallout representing the idiot savant perk">
<img src="img/perk/nerd_rage.png"
class="menu-attribute-image perk-attribute-image"
id="perk-attribute-image-nerd_rage"
alt="a fallout vault boy from the video game fallout representing the nerd rage perk">
<img src="img/perk/heavy_gunner.png"
class="menu-attribute-image perk-attribute-image"
id="perk-attribute-image-heavy-gunner"
alt="a fallout vault boy from the video game fallout representing the heavy gunner perk">
<!-- descriptions ----------------------------------------------------------------------------------------->
<p class="perk-attribute-description perk-attribute-description-active"
id="perk-attribute-description-chemist">
FATAL ERROR : Exception in thread "main" java.lang.
ArithmeticException: / by zero
</p>
<p class="perk-attribute-description" id="perk-attribute-description-cannibal">
Face à un problème complexe, il suffit de le découper pour trouver des solutions simples...
</p>
<p class="perk-attribute-description" id="perk-attribute-description-fortune_finder">
Diplômé un jour, autodidacte toujours...
Déterre la nuit le dead code refroidi en plein jour.
</p>
<p class="perk-attribute-description" id="perk-attribute-description-idiot_savant">
Repète à l'identique les mêmes erreurs jusqu'à ce que le code compile enfin correctement.
</p>
<p class="perk-attribute-description" id="perk-attribute-description-nerd_rage">
01000001 01101100 01101111 01110010 01110011 00101100 00100000 01100011 00100111 01100101 01110011
01110100 00100000 01100100 01100101 01110101 01111000 00100000 01101000 01101001 01110011 01110100
01101111 01101001 01110010 01100101 01110011 00100000 01100100 01100101 00100000 01010100 01101111
01110100 01101111 00100000 01100001 01110101 01111000 00100000 01110100 01101111 01101001 01101100
01100101 01110100 01110100 01100101 01110011 00100000 00111010 00100000 01100100 01100001 01101110
01110011 00100000 01101100 01100001 00100000 01110000 01110010 01100101 01101101 01101001 11000011
10101000 01110010 01100101 00100000 01101100 01100001 00100000 01110000 01101111 01110010 01110100
01100101 00100000 01100101 01110011 01110100 00100000 01101111 01110101 01110110 01100101 01110010
01110100 01100101 00101100 00100000 01100001 01101100 01101111 01110010 01110011 00100000 01110001
01110101 01100101 00100000 01100100 01100001 01101110 01110011 00100000 01101100 01100001 00100000
01110011 01100101 01100011 01101111 01101110 01100100 01100101 00100000 01100101 01101100 01101100
01100101 00100000 01100101 01110011 01110100 00100000 01100110 01100101 01110010 01101101 11000011
10101001 01100101 00101110 00101110 00101110
</p>
<p class="perk-attribute-description" id="perk-attribute-description-heavy-gunner">
Bon y faut expliquer. Tu vois, y'a le mauvais chasseur, y voit un bug qui bouge : y tire, y tire...
</p>
</div>
</div>
</section>