diff --git a/index.html b/index.html index 76d60d3..fa861ec 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,12 @@

Our Team Members

-
+
diff --git a/package.json b/package.json index 3551280..8c9584d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "TP sur JavaScript, API et Parcell", "main": "index.html", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "parcel index.html" }, "repository": { "type": "git", diff --git a/script.js b/script.js index fe3ac8a..1c3039c 100644 --- a/script.js +++ b/script.js @@ -20,12 +20,12 @@ fetch(API_URL) console.log(PERSONNE); MEMBER.innerHTML +=` -
-

${PERSONNE.last_name}

-

${PERSONNE.first_name}

-

${PERSONNE.id}

-

${PERSONNE.email}

- +
+ Photo d'identité +

${PERSONNE.last_name}

+

${PERSONNE.first_name}

+

${PERSONNE.id}

+

${PERSONNE.email}

` diff --git a/style.css b/style.css index d47d2a6..5099735 100644 --- a/style.css +++ b/style.css @@ -4,11 +4,11 @@ h1 { #bloc1 { text-align: left; - display: flex; } -#fiche{ +#personne{ background-color: rgba(237, 236, 254, 1); + display: flex; } img{