Simple personal web page with social links
- index.html: the navigation content, the biography part and the different social links.
- arriere_plan_1.jpg: the background image.
The project is preconfigured with a simple development web server. The simplest way to start this server is:
npm start
Then you can visit http://localhost:8000/
Heroku documentation: https://devcenter.heroku.com/articles/git
Add the git url in the [remote "heroku"] part of your git configuration.
And deploy:
git push heroku master