Update index.html
This commit is contained in:
parent
4552e2a0ea
commit
887b3cba46
1 changed files with 16 additions and 5 deletions
21
index.html
21
index.html
|
@ -9,18 +9,29 @@
|
|||
<link rel="stylesheet" href="../style.css">
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<section>
|
||||
<h1>Our Team Members</h1>
|
||||
<div>
|
||||
<h2 id
|
||||
<p id = "nom"></p>
|
||||
<p id = "prenom"></p>
|
||||
<p id = "identifiant"></p>
|
||||
<p id = "email"></p>
|
||||
<img id = "avatar">
|
||||
</div>
|
||||
<div>
|
||||
<p id = "nom2"></p>
|
||||
<p id = "prenom2"></p>
|
||||
<p id = "identifiant2"></p>
|
||||
<p id = "email2"></p>
|
||||
<img id = "avatar2">
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<p id = "nom3"></p>
|
||||
<p id = "prenom3"></p>
|
||||
<p id = "identifiant3"></p>
|
||||
<p id = "email3"></p>
|
||||
<img id = "avatar3">
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue