-
Notifications
You must be signed in to change notification settings - Fork 0
/
devops.html
25 lines (24 loc) · 1.16 KB
/
devops.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<title>Dévelopeur OPS</title>
</head>
<body bgcolor="lightyellow">
<h1>Présentation du métier Dévelopeur OPS</h1>
<table border="2" witdh="50%">
<tr>
<td>Définition</td> <td>Image</td><td>Tuto Vidéo</td>
</tr>
<tr>
<tr>
<td>L’enjeu du DevOps est de prendre en compte les contraintes de déploiement dès la phase de programmation,
tout en appliquant les méthodes agiles par des livraisons en continu sur des cycles courts.</td> <td><img [email protected] width="100%"></td><td><iframe width="560" height="315" src="https://www.youtube.com/embed/UBpDkNz_bh8?si=D2f5mh-cbiZAqWHD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
</tr>
<tr>
<a href="index.html">Accueil</a>
</body>
</html>