This is a Resident Evil-themed web project designed to showcase skills in Gulp and modern web technologies.
The project features a page with information about Umbrella Corporation, Raccoon City, and Survival Tips, designed in a dark aesthetic with red accents.
Key Features:
## Project Structure
Homework 33/
├── src/
│ ├── audio/ # Background music
│ │ └── resident_evil_4.mp3
│ ├── css/ # Compiled CSS (Gulp output)
│ │ └── style.css
│ ├── fonts/ # Project fonts
│ │ └── Fonts1.ttf
│ ├── image/ # Images (Umbrella logo)
│ │ └── Umbrella.png
│ ├── scss/ # SCSS source files
│ │ └── style.scss
│ └── index.html # Home page
├── gulpfile.js # Gulp tasks configuration
├── package-lock.json # Exact dependency versions lock
├── package.json # Project dependencies
└── README.md # Project documentation
HTML5 / CSS3 / SCSS – page structure and design.
Gulp – build automation:
<audio autoplay loop>.Clone the repository or copy the project to your local computer.
Install dependencies:
npm install
gulp
Design Features:
● Dark aesthetic with red accents and shadows.
● Signature Umbrella logo on both sides of the title.
● Header animation with a shimmering effect.
● Responsive columns that display correctly on different screen resolutions.
● Background music creates a Resident Evil atmosphere.
Author:
Snizhana – development, design, SCSS, Gulp configuration.
License:
This project is created for educational purposes.