Quellcode durchsuchen

Merge branch 'new/download-resume'

DricomDragon vor 4 Jahren
Ursprung
Commit
ae6219dc6a

+ 1 - 1
undeployed/scripts/deploy-to-ovh.sh

@@ -11,7 +11,7 @@ port='21'
 dest='www'
 
 cd $origin
-files=`echo favicon.ico *.php include/*.php projets/*.php include/css/*.css include/css/custom/*.css include/js/*.js include/images/*.png include/images/*.jpg include/generated/*.txt`
+files=`echo favicon.ico *.php include/*.php projets/*.php include/css/*.css include/css/custom/*.css include/js/*.js include/images/*.png include/images/*.jpg include/generated/*.txt download/*`
 echo 'Files to be sent :'
 echo "$files"
 

+ 4 - 0
web/cv.php

@@ -28,6 +28,10 @@
                     <img src="include/images/logoCN.png" class="mx-auto" alt="Logo Centrale Nantes">
                 </div>
             </div>
+            <a href="download/CV_Jovian_Hersemeule_2020.pdf" type="button" class="btn btn-success btn-lg">
+                Télécharger
+                <img src="include/icon/pdf.svg" alt="PDF">
+            </a>
         </div>
         <h3>
             <img src="https://img.icons8.com/color/50/000000/student-male.png" alt="v ">

BIN
web/download/CV_Jovian_Hersemeule_2020.pdf


Datei-Diff unterdrückt, da er zu groß ist
+ 54 - 0
web/include/icon/pdf.svg