Skip to content

n-km/web-tl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-tl

an responsive web-template

File-Structure

web-tl/
├─ assets/
    ├─ icons/
├─ content/
├─ parts/
    ├─ footer.php
    ├─ header.php
├─ scripts/
    ├─ addons/
    ├─ web-tl/
        ├─ main.js
├─ styles
    ├─ addons/
    ├─ web-tl/
        ├─ main.css
        ├─ menu.css
└─ index.php

The very first concept

Mobile-View

image image

Desktop-View

image

Contribute

Thank you for your interest in contributing! Here's how you can help:

Getting Started

  1. Fork the repository
  2. Clone your fork locally
  3. Create a feature branch (git checkout -b "WEB-TL=create=_/styles/web-tl/main.css;") WEB-TL=[keyword]=[text];

Making Changes

  • Follow the project's code style
  • Write clear commit messages
  • Test your changes thoroughly

Submitting Changes

  1. Push to your fork
  2. Open a pull request with a clear description
  3. Address any feedback from reviewers

Code of Conduct

Please be respectful and constructive in all interactions.

Questions?

Open an issue if you need help or have questions about contributing.

Commit rules

USE KEYWORDS

git commit -m "added: /styles/web-tl/main.css;"

git commit -m "main.css: added general style;"

git commit -m "main.css: added general style, added header style, changed footer style;"

git commit -m "deleted: /styles/web-tl/main.css;"