Skip to content

This website is Full-Responsive. I designed it on Figma, and I made it using HTML, SCSS, and JAVASCRIPT.

Notifications You must be signed in to change notification settings

ismaeilalrewany/composition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composition Website 🎨

A semi dynamic responsive website built with modern web technologies.

πŸ“‹ Table of Contents

🎯 Overview

Composition is a responsive website that showcases dynamic content. The project emphasizes modern design principles and smooth user interactions. You can communicate with me by sending a message through the contact form.

✨ Features

  1. Responsive layout system.
  2. Interactive UI elements.
  3. Dynamic content depends on json.
  4. Contact form API by Web3Forms.
  5. Carousel works dynamically.
  6. Up modal button works.

πŸ› οΈ Technologies Used

  • HTML5
  • CSS3
    • Compiled by Prepros APP
  • SCSS
    • Custom variables
    • Nested structures
    • Mixins & Extends
    • Components
    • Layout system
  • JavaScript
    • ES6+ features
    • DOM manipulation
    • Components & Handlers
    • Organized code
    • Dynamic content based on JSON

πŸš€ Getting Started

Prerequisites

  • Modern web browser

Installation

  1. Clone the repository
git clone https://github.com/ImIsmaeilAlrewany/composition_sass
  1. Navigate to project directory
cd composition_sass
  1. Run the website using LiveServer

πŸ“ Project Structure

composition_sass/
β”‚
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ images/
β”‚   └── svg/
β”‚
β”œβ”€β”€ css/
β”‚   β”œβ”€β”€ main.scss
β”‚   β”œβ”€β”€ main.css
β”‚   β”œβ”€β”€ main.css.map
β”‚   └── sass/
|       β”œβ”€β”€ components/
|       |   β”œβ”€β”€ _blog-card.scss
|       |   β”œβ”€β”€ _button.scss
|       |   β”œβ”€β”€ _carousel.scss
|       |   β”œβ”€β”€ _customer-card.scss
|       |   β”œβ”€β”€ _input.scss
|       |   β”œβ”€β”€ _project-card.scss
|       |   β”œβ”€β”€ _section-heading.scss
|       |   └── _service-card.scss
|       |
|       β”œβ”€β”€ helpers/
|       |   β”œβ”€β”€ _global-rules.scss
|       |   β”œβ”€β”€ _mixins.scss
|       |   β”œβ”€β”€ _placeholder.scss
|       |   └── _variables.scss
|       |
|       β”œβ”€β”€ layout/
|       |   β”œβ”€β”€ _body-styles.scss
|       |   β”œβ”€β”€ _container.scss
|       |   β”œβ”€β”€ _footer.scss
|       |   β”œβ”€β”€ _header.scss
|       |   β”œβ”€β”€ _navigation.scss
|       |   └── _up-modal.scss
|       |
|       └── pages/
|           └── _home.scss
β”‚
β”œβ”€β”€ javascript/
β”‚   β”œβ”€β”€ main.js
β”‚   β”œβ”€β”€ json/
|   |   β”œβ”€β”€ blog-cards.js
|   |   β”œβ”€β”€ carousel-data.js
|   |   β”œβ”€β”€ customer-cards.js
|   |   β”œβ”€β”€ project-cards.js
|   |   └── service-cards.js
|   |
β”‚   β”œβ”€β”€ helpers/
|   |   β”œβ”€β”€ carousel-handler.js
|   |   └── section-cards-handler.js
|   |
β”‚   └── components/
|       β”œβ”€β”€ blog-card.js
|       β”œβ”€β”€ carousel.js
|       β”œβ”€β”€ customer-card.js
|       β”œβ”€β”€ project-card.js
|       β”œβ”€β”€ service-card.js
|       └── up-button.js
|
β”œβ”€β”€ index.html
β”œβ”€β”€ .gitignore
└── README.md

πŸ’» Usage

This website is still under development.

You are free to Inform me with any Errors, or Features only use contact form in contact section.

🀝 Contributing

Currently, this project is not accepting contributions.

βš–οΈ License

This project is currently unlicensed. [It will be licensed in the next versions]

πŸ”„ Development Status

V0.4.2

  • New website / brand Logo.
  • New UI will be designed from scratch.
  • Work on backend using (Deno.js / Node.js).
  • Use Fresh, TypeScript, and Tailwind-css.
  • Changing the content to content related to site activity.

About

This website is Full-Responsive. I designed it on Figma, and I made it using HTML, SCSS, and JAVASCRIPT.

Resources

Stars

Watchers

Forks