Skip to content

The purpose of this Web Page is talk about me, who i am, my expectations, my projects and in general my academic life.

License

Notifications You must be signed in to change notification settings

vparrac/vparrac.github.io

Repository files navigation

Valerie Parra Cortés' web page

Purpose

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.

Dependencies

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.

  1. Go to marketplace and download eslint.
  2. In terminal write the follow command
$ npm i -g eslint

Answer the questions how is showed in the next picture

eslint

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

Author: Valerie Parra Cortés

You can see the web page in the following link: Author's web page

Licence: MIT Licence

Screenshot of web page

The following screenshot is a little part of the whole page.

Captura

Slides

The slides can be found in the following link Slides

Video

The introduction of this page

About

The purpose of this Web Page is talk about me, who i am, my expectations, my projects and in general my academic life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published