Partie 4 - Alignez les composants

This commit is contained in:
jeremy.thomas 2025-04-04 09:48:30 +02:00
parent c2a48e5893
commit 89ee58955e
2 changed files with 21 additions and 4 deletions

16
gitpush.sh Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
if [ -z "$1" ] ; then
read -p "Erreur: Ecrivez un message " $message
else
message="$1"
fi
# Ajout des fichiers modifiers
git add .
# Commit avec le message
git commit -m "$message"
# Push vers le dépot
git push -u https://jeremy.thomas@gitea.lyc-lecastel.fr/jeremy.thomas/siotp.git

View File

@ -317,14 +317,15 @@
<!-- Partie contact --> <!-- Partie contact -->
<div class="container"> <div class="container">
<section id="contact"> <section id="contact">
<div> <div class="row">
<h2>Un projet de création web ?</h2> <h2>Un projet de création web ?</h2>
<h3>Discutons-en !</h3> <h3>Discutons-en !</h3>
<div> <div class="col-4">
<img src="./img/envelope.svg" alt="Image d'une enveloppe" width="100%" > <img src="./img/envelope.svg" alt="Image d'une enveloppe" width="100%" >
</div> </div>
<div> <div class="col-1"></div>
<div class="col-7">
<!-- Formulaire --> <!-- Formulaire -->
<form action="contact.php" method="POST"> <form action="contact.php" method="POST">
<div> <div>