PRJCT LAZRUS is a social finance platform that aims to elevate financial literacy within the Black community. This repository houses an interactive slideshow that discusses key financial issues and potential solutions. The project is built using HTML5, CSS3, and JavaScript, and incorporates user-friendly UI elements and linting checks for code quality.
- Interactive Slides: Slides contain clickable elements that offer more information.
- Smooth Transitions: The slideshow uses CSS transitions for smooth navigation between slides.
- Linting Checks: CSS and JavaScript files have active linting checks for quality assurance.
You need to have a basic understanding of HTML, CSS, and JavaScript to understand the codebase.
-
Clone the repository
git clone <https://github.com/yourusername/PL--NEO---SlideShow-.git>
-
Open
Pl-SS.html
in your preferred web browser to view the slideshow.
- Navigate to the project directory where
Pl-SS.html
is located. - Double-click on
Pl-SS.html
to open it with your default web browser. - The slideshow will start automatically. Use the "Next" button to manually navigate through the slides, or click on interactive elements to see more information.
To convert your Markdown presentation into a viewable format, navigate to the directory where your presentation.md
is saved. Open the terminal and run:
marp presentation.md
For beginners, contributors or maintainers, the following Git sequence is recommended:
- Check for changes:
git status
- Stage changes:
git add .
- Commit changes:
git commit -m "Description of changes"
- Pull latest changes:
git pull origin main
- Resolve conflicts, if any.
- Push changes:
git push origin main
-
A new file should be generated in the same directory where
presentation.md
is located. This file will be namedpresentation.html
orpresentation.pdf
depending on the default output setting. -
You can open this HTML or PDF file in a browser or a PDF viewer to see your rendered presentation.
-
Command Not Found: If you still see a "Command Not Found" error, ensure that the Marp CLI is installed and available in your PATH environment variable.
-
Directory Not Found: Make sure you are in the correct directory where
presentation.md
exists. Usels
ordir
to list files and verify thatpresentation.md
is there. -
Other Errors: If you encounter errors like "input file not found", make sure the file name and path are correct.
- Navigate through the slideshow to view content.
- Click on interactive elements for more information.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new pull request.
[Include license information here]