- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
This repository is for a fictitious conference on my country. This is the final assignment of Module One named Capstone Project.
The Peruvian Software Conference (formerly Peruvian Science and Information Conference) is a research conference held in Paracas, Perú since 2013. The annual conference series included keynotes, special sessions, poster presentations, tutorials, workshops and papers.
This project is coded with standard languges like HTML, CSS and JavaScript.
Client
In this project we implement:
- Fetch JSON data. We retrieve data from a JSON file to dynamically create HTML for the speaker’s section of the page.
- Responsiveness. We use media queries, DOM events and listeners, and mobile first approach to make our page responsive.
- Semantic HTML We use semantic HTML tags to improve the accessibility of our page.
To see a Live Demo Version of our page, you kindly follow the next link:
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Git or Github Desktop
-
Code editor like: Visual Studio code, Sublime text or others...
-
Npm and Node.js
- You can download the Zip file on the GitHub repository, or clone the repository with:
$git clone https://github.com/elafildecolor/MyPortfolio.git
- Access the cloned directory with:
$cd MyPortfolio
- Open it with your favorite code editor or with the live server
To install linters and other dependencies run:
$npm install <dependency>
To run the project, execute the following command:
To analyze the source code in your local environment with linter follow these steps:
- Looking for linter errors in HTML files run:
$npx hint .
- Looking for linter errors in CSS | SASS files run:
$npx stylelint "**/*.{css,scss}"
- Looking for linter errors in JavaScript files run:
$npx eslint .
👥 Paul Sáenz Sucre
- GitHub: @elafildecolor
- Twitter: @paulsaenzsucre
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- [Home page]
- [About page]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
This work, "PERUVIAN SOFTWARE CONFERENCE 2023", is a web page implementation of "CC Global Summit 2015" by Cindy Shin, used under CC BY 4.0.
-
Hat tip to anyone whose code was used.
-
Thanks for all the curated content that was provided to us.
-
Thanks to my learning and coding partners for all their support.
This project is MIT licensed.