This is a first contact git project for students at CECETI (IES Valle del Jerte de Plasencia) (or for anyone else that likes it by simply forking the repo).
You can download the project doing:
$ git clone [email protected]:marioalfonsolasso/pps-avatar.git
$ cd welcome
If you have PHP installed in your system, you can start the PHP embedded mini server by excecuting that inside the welcome folder:
$ php -S 0.0.0.0:8080
Then you will be able to see the website in http://localhost
As a student, you simply have to add 2 files in the project. One for a picture of you (or whatever avatar you like) and a presentation in HTML of you.
You are welcome to add any improvements to the PHP code if you feel like doing it.
imgfolder : your picture in JPG format. The filename will be used to display your name. Choose it appropriately.profilefolder : your presentation in HTML format. The filename have to match the one of the picture (without extension).
For instance, you could add your picture myperson.jpg in the ìmg folder and then add your description myperson.html in the profilefolder.
IMPORTANT NOTE: anyone who overwrites another person's file will be qualified with ZERO '0' in this task. So, please be nice.
If you want to add some more presentation here in the README file, you may take a look to the Markdown syntax.