The purpose of this Web Page is talk about me, who i am, my expectations, my projects, my academic life and research. This web page was deleopment using Bootstrap framework, css, html and javascript to the page. This is a static page.
This page is linked to bootstrap framework and its jquery dependencies. To run it is neccesary open the console in the location of index.html file, then you can write :
$ http-server
And the project will be deployed. The default port is 8080 but if you want another port you can do it with the following sintax
$ http-server -p anotherPort
To active the eslinter mode in Visual Studio Code.
- Go to marketplace and download eslint.
- In terminal write the follow command
$ npm i -g eslint
Answer the questions how is showed in the next picture
Go to js code and check out the errors.
indent: ["warn", 2, { SwitchCase: 1 }], "linebreak-style": ["error", "unix"], quotes: ["error", "double"], semi: ["error", "always"], "no-console": 0
You can see the web page in the following link:
The following screenshot is a little part of the whole page.