https://github.com/tharindu714/knowyourfear.com
This is to promote My First Unity 3D Game Officially
https://github.com/tharindu714/knowyourfear.com
css html js promotion
Last synced: 2 months ago
JSON representation
This is to promote My First Unity 3D Game Officially
- Host: GitHub
- URL: https://github.com/tharindu714/knowyourfear.com
- Owner: Tharindu714
- License: mit
- Created: 2025-06-12T15:21:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-12T16:35:29.000Z (4 months ago)
- Last Synced: 2025-06-12T16:39:42.527Z (4 months ago)
- Topics: css, html, js, promotion
- Language: CSS
- Homepage: https://tharindu714.github.io/KnowYourFear.com/
- Size: 5.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## **README.md for KnowYourFear.com**
# ๐ฎ KnowYourFear.com - Unity 3D Game Promo Site
> A simple, responsive promotional website for the "Know Your Fear" Unity 3D game.
---
## ๐ Table of Contents
1. [โจ Project Overview](#-project-overview)
2. [๐ Repository Structure](#-repository-structure)
3. [๐ ๏ธ Tech Stack](#-tech-stack)
4. [๐ Getting Started](#-getting-started)
5. [๐ท Screenshot](#-screenshot)
6. [๐ Deployment](#-deployment)
7. [๐ง Customization](#-customization)
8. [๐ค Contributing](#-contributing)
9. [๐ License](#-license)---
## โจ Project Overview
This repository hosts the **static** web pages promoting the "Know Your Fear" Unity 3D game.
It delivers essential information, visuals, and download links to players, ensuring a seamless marketing landing page experience.---
## ๐ Repository Structure
```
KnowYourFear.com/
โโโ css/ # Stylesheets (custom CSS for layout and design)
โโโ js/ # JavaScript (interactive behavior, animations)
โโโ images/ # Game screenshots, logos, promotional art
โโโ index.html # Main landing page
โโโ README.md # Project documentation (youโre here!)
โโโ LICENSE # MIT License file
```---
## ๐ ๏ธ Tech Stack
* **HTML5** for semantic markup
* **CSS3** (Flexbox/Grid) for responsive layouts
* **JavaScript** (vanilla) for basic interactivity
* **GitHub Pages** for free hosting---
## ๐ Getting Started
1. **Clone the repository**:
```bash
git clone https://github.com/Tharindu714/KnowYourFear.com.git
cd KnowYourFear.com
```
2. **Open** `index.html` in your web browser.
3. **Browse** the promotional content, screenshots, and download links.---
## ๐ท Screenshot
> *Insert a screenshot of the landing page below*


---
## ๐ Deployment
This site can be deployed via **GitHub Pages**:
1. Go to your repository **Settings** โ **Pages**.
2. Under **Source**, choose the `main` branch and `/ (root)` folder.
3. Click **Save** and access your site at `https://tharindu714.github.io/KnowYourFear.com/`.> Or host on any static-file CDN (Netlify, Vercel, Surge).
---
## ๐ง Customization
* **Content**: Update `index.html` with your latest game description, features, and download links.
* **Styles**: Modify or extend CSS rules in the `css/` folder.
* **Scripts**: Enhance interactivity in `js/` (e.g., add parallax effects, modal popups).
* **Assets**: Replace images in `images/` with new promotional artwork.---
## ๐ค Contributing
Contributions are welcome!
1. **Fork** the repository.
2. **Create a branch**: `git checkout -b feature/awesome-update`
3. **Commit** your changes: `git commit -m "feat: improve hero section"`
4. **Push** to your fork: `git push origin feature/awesome-update`
5. **Open a Pull Request** against `main`.Please adhere to web accessibility and performance best practices.
---
## ๐ License
This project is licensed under the **MIT License**. See [LICENSE](LICENSE) for details.
---
> Crafted with ๐ for gamers by Tharindu714