This repository contains the public landing page for Doppelcheck, a tool designed to support critical thinking and informed decision-making when dealing with online information.
The Doppelcheck website serves as the primary public interface for the Doppelcheck project, providing information about the tool, its features, installation instructions, and usage guidance. The website is built with standard web technologies (HTML, CSS, JavaScript) without relying on external frameworks.
- Responsive design that works on devices of all sizes
- Detailed information about the Doppelcheck project
- Installation instructions for different platforms
- Usage guidance with visual examples
- FAQ section for common questions
- Contact information and social media links
website/
├── assets/
│ ├── css/
│ │ └── style.css # Main stylesheet
│ ├── fonts/ # Web fonts
│ ├── images/ # Website images and icons
│ │ └── *.svg, *.png, etc.
│ ├── js/
│ │ └── script.js # Main JavaScript file
│ └── videos/ # Demo and instructional videos
├── index.html # Main HTML file
├── LICENSE # MIT License
└── README.md # This file
To work on this website locally:
-
Clone the repository:
git clone https://github.com/Doppelcheck/website.git cd website -
Open the project in your preferred code editor
-
Launch the site locally using any of these methods:
- Open
index.htmldirectly in a browser - Use a local development server like Python's built-in server:
Then visit http://localhost:8000 in your browser
python -m http.server
- Open
The website is designed to be deployed to any standard web hosting service. Simply upload all files and directories while maintaining the structure.
Contributions to improve the website are welcome. Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/improvement) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/improvement) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or suggestions regarding this website, please contact:
- Email: [email protected]
- GitHub: https://github.com/Doppelcheck