Skip to content

codercredit/html-quick-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Quick Journey

Welcome to the HTML Quick Start Package! This package is designed to help you kickstart your web development journey with HTML by providing essential templates and resources.

Table of Contents

Features

  • Basic HTML template with a sample page structure.
  • A CSS file for basic styling.
  • An example image for use in your project.
  • A simple JavaScript file for interactivity (optional).
  • A sample index.html file to get you started quickly.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/html-quick-start.git
    
  2. Navigate to the project directory: cd html-quick-start

  • Open the index.html file in your favorite text editor or code editor to start building your HTML project.
  • Customize and create your web pages by editing the HTML and CSS files as needed. You can also add - your own images and JavaScript files to enhance your project.
  • To view your project, simply open the index.html file in a web browser.

Folder Structure

The package includes the following folder structure:

html-quick-journey/
│
├── css/
│ └── bootstrap.min.css
│ └── fontawesome.min.css
├── images/
│ └── favicon.png
│
├── js/
│ └── bootstrap.bundle.min.js
│
├── index.html
├── style.css
└── README.md
  • css/: Contains the CSS file for basic styling.
  • images/: Place your project images in this folder or use the provided sample image.
  • js/: Contains a JavaScript file for interactivity (optional).
  • index.html: The main HTML file to start building your web project.

How To Use SCSS use or watch

```bash

sass --watch "C:\Users\bPlugins.mehadi\Dropbox\bPlugins\html-quick-journey\scss\main.scss":"C:\Users\bPlugins.mehadi\Dropbox\bPlugins\html-quick-journey\style.css"

Notes: When this package download on your pc then change the file path.

```

Contributing

We welcome contributions to make this HTML Quick Start Package even more helpful. If you have suggestions, improvements, or bug fixes, please feel free to submit a pull request.

About

In this package we include SCSS & Bootstrap Latest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published