├── .eslintrc.json ├── .github └── workflows │ └── .linters.yml ├── .gitignore ├── .hintrc ├── .stylelintrc ├── LICENSE ├── README.md ├── docs └── Nitcelis-Bravo-Alcala.pdf ├── img ├── Java-Logo.png ├── PHP-logo.png ├── about-myself-background-desktop.png ├── aboutme-background-mobile.png ├── angelist-icon.png ├── blue-export-icon.svg ├── blue-github-icon.svg ├── bookstore.png ├── camu-el-mundo-de-la-elegancia.png ├── capstone-project.png ├── communication.png ├── contact-form-desktop-shapes-bg.png ├── contact-form-shapes-mobile.png ├── covid19-stats.png ├── css-icon.svg ├── easyCOOK.png ├── facebook-360-desktop.png ├── github-icon.png ├── global-sales-sys-app.png ├── gourmet-experience-app.png ├── header-background-desktop.png ├── header-background-mobile.png ├── header-shapes-desktop.png ├── header-shapes-mobile.png ├── html-icon.svg ├── itzamna-school.png ├── javascript-icon.svg ├── la8marketing.png ├── laravel.png ├── leadership.jpg ├── legal-sys-app.png ├── linkedin-icon.png ├── medium-icon.png ├── multi-post-stories-01.png ├── multi-post-stories-02.png ├── multi-post-stories-desktop.png ├── pair-programming.svg ├── planning.png ├── react.png ├── ruby-logo.png ├── ruby-on-rails-logo.png ├── series_feedback.png ├── space-traveling-hub.png ├── spring-boot.png ├── teamwork-logo.png ├── tonic-01.png ├── tonic-02.png ├── tonic-desktop.png ├── twitter-icon.png ├── uber-navigation.png └── you-payment-app.png ├── index.html ├── index.js ├── package.json └── style.css /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/workflows/.linters.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/.github/workflows/.linters.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ -------------------------------------------------------------------------------- /.hintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/.hintrc -------------------------------------------------------------------------------- /.stylelintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/.stylelintrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/README.md -------------------------------------------------------------------------------- /docs/Nitcelis-Bravo-Alcala.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/docs/Nitcelis-Bravo-Alcala.pdf -------------------------------------------------------------------------------- /img/Java-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/Java-Logo.png -------------------------------------------------------------------------------- /img/PHP-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/PHP-logo.png -------------------------------------------------------------------------------- /img/about-myself-background-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/about-myself-background-desktop.png -------------------------------------------------------------------------------- /img/aboutme-background-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/aboutme-background-mobile.png -------------------------------------------------------------------------------- /img/angelist-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/angelist-icon.png -------------------------------------------------------------------------------- /img/blue-export-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/blue-export-icon.svg -------------------------------------------------------------------------------- /img/blue-github-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/blue-github-icon.svg -------------------------------------------------------------------------------- /img/bookstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/bookstore.png -------------------------------------------------------------------------------- /img/camu-el-mundo-de-la-elegancia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/camu-el-mundo-de-la-elegancia.png -------------------------------------------------------------------------------- /img/capstone-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/capstone-project.png -------------------------------------------------------------------------------- /img/communication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/communication.png -------------------------------------------------------------------------------- /img/contact-form-desktop-shapes-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/contact-form-desktop-shapes-bg.png -------------------------------------------------------------------------------- /img/contact-form-shapes-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/contact-form-shapes-mobile.png -------------------------------------------------------------------------------- /img/covid19-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/covid19-stats.png -------------------------------------------------------------------------------- /img/css-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/css-icon.svg -------------------------------------------------------------------------------- /img/easyCOOK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/easyCOOK.png -------------------------------------------------------------------------------- /img/facebook-360-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/facebook-360-desktop.png -------------------------------------------------------------------------------- /img/github-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/github-icon.png -------------------------------------------------------------------------------- /img/global-sales-sys-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/global-sales-sys-app.png -------------------------------------------------------------------------------- /img/gourmet-experience-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/gourmet-experience-app.png -------------------------------------------------------------------------------- /img/header-background-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/header-background-desktop.png -------------------------------------------------------------------------------- /img/header-background-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/header-background-mobile.png -------------------------------------------------------------------------------- /img/header-shapes-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/header-shapes-desktop.png -------------------------------------------------------------------------------- /img/header-shapes-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/header-shapes-mobile.png -------------------------------------------------------------------------------- /img/html-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/html-icon.svg -------------------------------------------------------------------------------- /img/itzamna-school.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/itzamna-school.png -------------------------------------------------------------------------------- /img/javascript-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/javascript-icon.svg -------------------------------------------------------------------------------- /img/la8marketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/la8marketing.png -------------------------------------------------------------------------------- /img/laravel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/laravel.png -------------------------------------------------------------------------------- /img/leadership.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/leadership.jpg -------------------------------------------------------------------------------- /img/legal-sys-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/legal-sys-app.png -------------------------------------------------------------------------------- /img/linkedin-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/linkedin-icon.png -------------------------------------------------------------------------------- /img/medium-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/medium-icon.png -------------------------------------------------------------------------------- /img/multi-post-stories-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/multi-post-stories-01.png -------------------------------------------------------------------------------- /img/multi-post-stories-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/multi-post-stories-02.png -------------------------------------------------------------------------------- /img/multi-post-stories-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/multi-post-stories-desktop.png -------------------------------------------------------------------------------- /img/pair-programming.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/pair-programming.svg -------------------------------------------------------------------------------- /img/planning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/planning.png -------------------------------------------------------------------------------- /img/react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/react.png -------------------------------------------------------------------------------- /img/ruby-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/ruby-logo.png -------------------------------------------------------------------------------- /img/ruby-on-rails-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/ruby-on-rails-logo.png -------------------------------------------------------------------------------- /img/series_feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/series_feedback.png -------------------------------------------------------------------------------- /img/space-traveling-hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/space-traveling-hub.png -------------------------------------------------------------------------------- /img/spring-boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/spring-boot.png -------------------------------------------------------------------------------- /img/teamwork-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/teamwork-logo.png -------------------------------------------------------------------------------- /img/tonic-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/tonic-01.png -------------------------------------------------------------------------------- /img/tonic-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/tonic-02.png -------------------------------------------------------------------------------- /img/tonic-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/tonic-desktop.png -------------------------------------------------------------------------------- /img/twitter-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/twitter-icon.png -------------------------------------------------------------------------------- /img/uber-navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/uber-navigation.png -------------------------------------------------------------------------------- /img/you-payment-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/img/you-payment-app.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/package.json -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NitBravoA92/portfolio-setup-and-mobile-first/HEAD/style.css --------------------------------------------------------------------------------