Skip to content

Commit 082e59f

Browse files
committed
Amélioration de la responsivité du tableau des certificats
1 parent 787d3c4 commit 082e59f

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

assets/css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ footer {
289289
margin: 0 auto;
290290
margin-top: 20px;
291291
border: 1px solid var(--white);
292+
overflow-x: auto;
292293
}
293294
._row {
294295
display: flex;
@@ -307,6 +308,8 @@ footer {
307308
}
308309
.doc_name {
309310
margin-bottom: 10px;
311+
overflow: hidden;
312+
text-overflow: ellipsis;
310313
}
311314
.sha1 {
312315
margin-bottom: 10px;
@@ -330,6 +333,16 @@ footer {
330333
background-color: var(--secondaryColor);
331334
color: var(--primaryColor);
332335
}
336+
#certificates .notice{
337+
margin-top: 20px;
338+
display: flex;
339+
justify-content: center;
340+
}
341+
#certificates .notice p{
342+
width: 50%;
343+
text-align: start;
344+
}
345+
333346

334347

335348
/*** MEDIA QUERIES ***/

certificats.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h1>Liste de mes diplômes et Certificats</h1>
137137
</div>
138138
<div class="_row">
139139
<div class="text">
140-
<div class="doc_name">Certificat OC: Écrivez la documentation technique de votre projet - 2023</div>
140+
<div class="doc_name">Certificat OpenClassrooms: Écrivez la documentation technique de votre projet - 2023</div>
141141
<!-- <div class="sha1">SHA1: 4DA9F68763D37CC968F316F1BEB09E29B4BD621A</div> -->
142142
</div>
143143
</div>
@@ -167,14 +167,14 @@ <h1>Liste de mes diplômes et Certificats</h1>
167167
</div>
168168
<div class="_row">
169169
<div class="text">
170-
<div class="doc_name">Certificat OpenClassrooms: Réalisez un cahier des charges fonctionnel - 2022</div>
170+
<div class="doc_name">Certificat OC: Réalisez un cahier des charges fonctionnel - 2022</div>
171171
<!-- <div class="sha1">SHA1: D88A893081E85B6D905CB4291C27AD4217E4AC18</div> -->
172172
</div>
173173
</div>
174174
<div class="_row">
175175
<div class="text">
176176
<div class="doc_name">
177-
Microsoft Certified Solutions Associate :<br>
177+
Microsoft Certified Solutions Associate:<br>
178178
MCSA Windows Server 2012 (en 2014)
179179
</div>
180180
<div class="sha1">SHA1: 4DEA981FE2C680C13BB652B459589CBE15FD6D18</div>
@@ -197,11 +197,11 @@ <h1>Liste de mes diplômes et Certificats</h1>
197197
<div class="_row">
198198
<div class="text">
199199
<div class="doc_name">
200-
Certificates of Course Completion from CISCO for :<br>
201-
CCNA Exploration: Network Fundamentals - 2013<br>
202-
CCNA Exploration: LAN Switching and Wireless - 2013<br>
203-
CCNA Exploration: Routing Protocols and Concepts - 2013<br>
204-
CCNA Exploration: Accessing the WAN - 2013
200+
Certificates of Course Completion from CISCO for:<br>
201+
CCNA Exploration: Network Fundamentals - 2013<br>
202+
CCNA Exploration: LAN Switching and Wireless - 2013<br>
203+
CCNA Exploration: Routing Protocols and Concepts - 2013<br>
204+
CCNA Exploration: Accessing the WAN - 2013
205205
<div class="sha1">SHA1: AFF66F568BC48AADF2CE607CB58BCB9AE413148D</div>
206206
</div>
207207
</div>
@@ -229,6 +229,9 @@ <h1>Liste de mes diplômes et Certificats</h1>
229229
</div>
230230
</div>
231231
</div>
232+
<div class="notice">
233+
<p>Remarque : OC = OpenClassrooms</p>
234+
</div>
232235
</section>
233236

234237
<!-- jQuery 3.6.0 -->

0 commit comments

Comments
 (0)