Skip to content

Devops-classes-code/git-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧾 README.md

🌐 Hello World β€” My Site

This is a simple static website built with HTML, CSS, and JavaScript, and deployed using GitHub Pages. It displays a greeting message and includes a button that shows an alert message when clicked.

πŸ“ Project Structure

. β”œβ”€β”€ index.html # Main HTML page β”œβ”€β”€ styles.css # Styling for the page


πŸ’‘ Features

  • Clean and minimal HTML & CSS design
  • Responsive layout using Flexbox
  • Interactive button powered by JavaScript
  • Deployed using GitHub Pages

πŸš€ Live Demo

πŸ”— View on GitHub Pages

Replace the above link with your actual GitHub Pages URL once deployed.


βš™οΈ How to Run Locally

  1. Clone the repository:
    git clone https://github.com/your-username/your-repository-name.git

Navigate into the project folder: cd your-repository-name Open the index.html file in your browser: Double-click it, or Run: open index.html # macOS start index.html # Windows xdg-open index.html # Linux

🧠 How It Works The HTML file defines the page structure. The CSS file styles the layout and button. The JavaScript inside <script> adds interactivity: document.getElementById('whoami').addEventListener('click', () => { alert('Hello from GitHub Pages ✨'); });

πŸ“Έ Preview

πŸ‘©β€πŸ’» Author Pooja ✨ DevOps Enthusiast | Cloud Learner | AWS Practitioner πŸ“« LinkedIn

πŸͺͺ License This project is licensed under the MIT License β€” feel free to use and modify it.

πŸ’¬ β€œEvery great journey begins with a simple β€˜Hello World’.”

About

test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published