Skip to content

Doppelcheck/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Doppelcheck Website

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.

Project Overview

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.

Features

  • 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

File Structure

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

Local Development

To work on this website locally:

  1. Clone the repository:

    git clone https://github.com/Doppelcheck/website.git
    cd website
    
  2. Open the project in your preferred code editor

  3. Launch the site locally using any of these methods:

    • Open index.html directly in a browser
    • Use a local development server like Python's built-in server:
      python -m http.server
      
      Then visit http://localhost:8000 in your browser

Deployment

The website is designed to be deployed to any standard web hosting service. Simply upload all files and directories while maintaining the structure.

Contributing

Contributions to improve the website are welcome. Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature/improvement)
  6. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions or suggestions regarding this website, please contact:

About

Public landing page for Doppelcheck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors