Partie 4 - Alignez les composants
This commit is contained in:
parent
c2a48e5893
commit
89ee58955e
16
gitpush.sh
Normal file
16
gitpush.sh
Normal 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
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user