An open API service indexing awesome lists of open source software.

https://github.com/willtheorangeguy/snoopy-landing-page

A simple under construction landing page that features Charles M. Schulz's iconic Snoopy Beagle.
https://github.com/willtheorangeguy/snoopy-landing-page

css hacktoberfest html landing-page

Last synced: 9 months ago
JSON representation

A simple under construction landing page that features Charles M. Schulz's iconic Snoopy Beagle.

Awesome Lists containing this project

README

          


Snoopy Landing Page


Snoopy Landing Page


A simple under construction landing page that features Charles M. Schulz's iconic Snoopy Beagle.



Docker Build State

GitHub Pages State

Gitleaks State

GitHub Version

GitHub Issues

GitHub Pull Requests

Discord Server ID

Downloads

GitHub Languages


Key Features
Download
How To Use
Support
Contributing
Changelog
Credits & Contributors

![screenshot](https://raw.githubusercontent.com/willtheorangeguy/Snoopy-Landing-Page/master/docs/images/landing.png)

## Key Features

- Display a colorful and informative welcome text.
- Display a large, memorable Snoopy image.
- Includes links to GitHub profile and email.
- Includes a projected completion date.
- Cross platform, browser based.

## Download

You can **[download](https://github.com/willtheorangeguy/Snoopy-Landing-Page/releases/latest) the source code** to modify the code and create your own landing page.

You can also access the **production version the website**, available on all platforms, **[here](https://willtheorangeguy.github.io/Snoopy-Landing-Page/)**.

## How To Use

To clone and run this website, you'll need [Git](https://git-scm.com/downloads) installed on your computer. If you would rather not use Git, you can just download the code from GitHub above. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/willtheorangeguy/Snoopy-Landing-Page.git

# Go into the repository
$ cd Snoopy-Landing-Page

# Run the webpage
$ index.html
```

You can also pull the [Docker](https://www.docker.com/) image from GitHub Packages. From your command line:

```bash
# Pull image
$ docker pull ghcr.io/willtheorangeguy/snoopy-landing-page:master

# Run container
$ docker run -d -p 8000:80 ghcr.io/willtheorangeguy/snoopy-landing-page:master

# Now, navigate to localhost in your browser to see the webpage
```

However, **if you want to edit the page and make it your own**, follow the steps below:

1. Copy the following files into the root of your web server:

- `index.html`
- `snoopy.png`

2. Edit the `index.html` file using a [text editor](https://code.visualstudio.com/) in the following three places:

- _Line 143, Column 45_: Where it says `%insert_time_here%`, replace the placeholder with the time you expect your website to be done. I suggest an approximate date like "the end of the year" or "in the spring".
- _Line 145, Column 16_: Where it says `%link_to_GitHub_profile_here%`, replace the placeholder with a link to your GitHub page.
- _Line 146, Column 43_: Where is says `%your_email%`, replace the placeholder with your email address. Make sure to leave the `mailto:` in front of the address, so it opens in the visitor's email client.

3. Save the file and upload it to the root of your website server.
4. You're all set!

## Support

Further customization options for colors, images and text can be found in [`CUSTOMIZATION`](https://github.com/willtheorangeguy/Snoopy-Landing-Page/blob/master/docs/CUSTOMIZATION.md). More documentation is available in the **[Documentation](https://github.com/willtheorangeguy/Snoopy-Landing-Page/tree/main/docs)** and on the **[Wiki](https://github.com/willtheorangeguy/Snoopy-Landing-Page/wiki)**. If more support is required, please open a **[GitHub Discussion](https://github.com/willtheorangeguy/Snoopy-Landing-Page/discussions/new)** or join our **[Discord](https://discord.gg/TXR962YrGV)**.

## Contributing

Please contribute using [GitHub Flow](https://guides.github.com/introduction/flow). Create a branch, add commits, and [open a pull request](https://github.com/willtheorangeguy/Snoopy-Landing-Page/compare).

Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.

## Changelog

See the [`CHANGELOG`](CHANGELOG.md) file for details.

## Credits

This software uses the following open source packages, projects, services or websites:


GitHub
W3C
W3Schools
Nginx


GitHub
W3C
W3Schools
Peanut Comic Strips


Web - Plans
Web - Donate
Web - Pro
Web - Buy Books

## Contributors

- [@willtheorangeguy](https://github.com/willtheorangeguy) - Sponsor on [PayPal](https://paypal.me/wvdg44?country.x=CA&locale.x=en_US)

## You may also like...

- [Running Calculator](https://github.com/willtheorangeguy/Running-Calculator) - A running speed calculator for any unit of distance.
- [PyWorkout](https://github.com/willtheorangeguy/PyWorkout) - A minimal CLI to keep you inspired during your workout! Easily used and customized, with support for multiple workout plans, different muscle groups and video workouts.
- [PyAvatar](https://github.com/willtheorangeguy/PyAvatar) - Easily display all of your creative avatars to keep them consistent across websites.

## License

This project is licensed under the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) - see the [`LICENSE`](LICENSE.md) file for details. See the [Privacy Policy](https://github.com/willtheorangeguy/Snoopy-Landing-Page/blob/main/docs/legal/PRIVACY.md) and [Terms and Conditions](https://github.com/willtheorangeguy/Snoopy-Landing-Page/blob/main/docs/legal/TERMS.md) for legal information.