modification faite pendant le TD
This commit is contained in:
parent
b29fa613be
commit
bdfa7b1720
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 https://gitea.lyc-lecastel.fr/redouane.assani/portfolio.git
|
@ -326,9 +326,9 @@
|
|||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
<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 class="col-1">
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-7">
|
<div class="col-7">
|
||||||
<!-- Formulaire -->
|
<!-- Formulaire -->
|
||||||
<form action="contact.php" method="POST">
|
<form action="contact.php" method="POST">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user