diff --git a/public/animation1.html b/public/animation1.html deleted file mode 100644 index 1101275..0000000 --- a/public/animation1.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - -
- -
- - - diff --git a/public/libre-baskerville.zip b/public/libre-baskerville.zip deleted file mode 100644 index c23de2f..0000000 Binary files a/public/libre-baskerville.zip and /dev/null differ diff --git a/public/old.php b/public/old.php deleted file mode 100755 index 431fec4..0000000 --- a/public/old.php +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - Matthieu Bessat - Web Developer - - - - -
-
-
-
-
- - -
-
- - -
-
-
-
-
- Hi! I'm Matthieu - I like to program stuff -
-
-
- - - - - - \ No newline at end of file diff --git a/build.sh b/static_build.sh similarity index 95% rename from build.sh rename to static_build.sh index dde36b6..3e9ee5d 100755 --- a/build.sh +++ b/static_build.sh @@ -1,5 +1,6 @@ #!/bin/bash +# This script will generate a completely static website by downloading page generated by PHP PORT=8452 echo "Trying to start a PHP server on port $PORT"