-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.php
176 lines (169 loc) · 8.45 KB
/
credits.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
<script src="https://kit.fontawesome.com/b269430966.js" crossorigin="anonymous"></script>
<title>Crédits</title>
<style>
@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.team4 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}
.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
color: #3e4555;
}
.team4 .font-weight-medium {
font-weight: 500;
}
.team4 h5 {
line-height: 22px;
font-size: 18px;
}
.team4 .subtitle {
color: #8d97ad;
line-height: 24px;
font-size: 13px;
}
.team4 ul li a {
color: #8d97ad;
padding-right: 15px;
-webkit-transition: 0.1s ease-in;
-o-transition: 0.1s ease-in;
transition: 0.1s ease-in;
}
.team4 ul li a:hover {
-webkit-transform: translate3d(0px, -5px, 0px);
transform: translate3d(0px, -5px, 0px);
color: #316ce8;
}
img {
image-rendering: -moz-crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
}
</style>
</head>
<body>
<div class="py-5 team4">
<div class="container">
<div class="row justify-content-center mb-4">
<div class="col-md-7 text-center">
<img width=300 class="logo mx-auto mt-5 d-block" src="/assets/img/moulitek.png">
<h5>Crédits</h5>
</div>
</div>
<div class="row">
<div class="col-lg-3 mb-4">
<div class="row">
<div class="col-md-12">
<img src="/assets/img/profiles/valentin_nouri.jpg" alt="Valentin Nouri" class="img-fluid rounded-circle" />
</div>
<div class="col-md-12 text-center">
<div class="pt-2">
<h5 class="mt-4 font-weight-medium mb-0">Valentin Noui</h5>
<h6 class="subtitle mb-3">Co-fondateur & Responsable DevOps</h6>
<p>Valentin N. est chargé de la conception et de l'optimisation des runners de Moulitek.<br>Il s'occupe entre autre de l'excution des tests et de la collecte des résultats.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://github.com/vavarier" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/valentin-nouri" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 mb-4">
<div class="row">
<div class="col-md-12">
<img src="/assets/img/profiles/valentin_dury.jpg" alt="Valentin Dury" class="img-fluid rounded-circle" />
</div>
<div class="col-md-12 text-center">
<div class="pt-2">
<h5 class="mt-4 font-weight-medium mb-0">Valentin Dury</h5>
<h6 class="subtitle mb-3">Co-fondateur & Responsable Intégration</h6>
<p>Moulitek est un projet né d'une volonté de proposer des tests fonctionnels dont les resultats sont envoyés via Discord, Valentin D. s'occupe de l'intégration de ce service.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://github.com/ardorax" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/valentin-dury" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 mb-4">
<div class="row">
<div class="col-md-12">
<img src="/assets/img/profiles/mathias_andre.jpg" alt="Mathias André" class="img-fluid rounded-circle" />
</div>
<div class="col-md-12 text-center">
<div class="pt-2">
<h5 class="mt-4 font-weight-medium mb-0">Mathias André</h5>
<h6 class="subtitle mb-3">Co-fondateur & Responsable Web</h6>
<p>Mathias s'occupe de la mise en service de moulitek.fr ainsi que du stockage des données.<br>Il est en charge d'assurer la sécurité et la stabilité du site.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://github.com/mathidev" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/mathias-andré" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 mb-4">
<div class="row">
<div class="col-md-12">
<img src="/assets/img/profiles/justin_duc.jpg" alt="Justin Duc" class="img-fluid rounded-circle" />
</div>
<div class="col-md-12 text-center">
<div class="pt-2">
<h5 class="mt-4 font-weight-medium mb-0">Justin Duc</h5>
<h6 class="subtitle mb-3">Concepteur Norminette</h6>
<p>Justin Duc est le créateur de "Abricot Norminette"<br>Abricot est l'un des vérificateurs de norme le plus stable et maintenu d'EPITECH</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://github.com/just1truc" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/justin-duc-51b09b225" target="_blank" class="text-decoration-none d-block px-1"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="background-color: #0d6efd10; margin-bottom: 150px" class="py-5 my-5">
<div class="container max-w-screen-xl">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<h5 class="h5 mb-1 text-uppercase text-primary">
Contribuer
</h5>
<h1 style="font-family: Inter; font-weight: bold;" class="ls-tight font-bolder mb-3">
Nos tests sont Open Source.
</h1>
<p class="lead"><small>
Notre projet peut devenir génial <b>grâce à vous</b> ! Vous pouvez apporter vos améliorations aux testeurs actuels et <b>ajouter les votres</b>.
</small></p>
<p class="lead"><small>
Plus d'information sur la nomenclature des tests <b>très bientôt</b>...
</small></p>
<div class="mx-n2">
<a target="_blank" href="https://github.com/moulitek" class="btn btn-lg btn-primary shadow-sm mx-2 px-lg-8">
Voir nos testeurs
</a>
</div>
</div>
</div>
</div>
</div>
<?php include $_SERVER["DOCUMENT_ROOT"]."/php/footer.php";?>
</body>
</html>