2 Commits

Author SHA1 Message Date
Vipinraj01
22b15219cd Create new branch 2025-09-18 09:30:06 +05:30
Vipinraj01
463ab817dd Create new branch 2025-09-18 09:29:11 +05:30

View File

@@ -1,13 +1,15 @@
<!-- @format -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tech Thursday Demo</title> <title>Tech Thursday Demo</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="welcome-box"> <div class="welcome-box">
<div class="logo"> <div class="logo">
@@ -18,14 +20,23 @@
<div class="cta-buttons"> <div class="cta-buttons">
<button class="btn primary">Get Started</button> <button class="btn primary">Get Started</button>
<button class="btn secondary">Learn More</button> <button class="btn secondary">Learn More</button>
<button class="btn secondary">Contact Us</button>
<button class="btn secondary">About Us</button>
</div> </div>
</div> </div>
<div class="floating-shapes"> <div class="floating-shapes">
<div class="shape shape-1"></div> <div class="shape shape-1"></div>
<div class="shape shape-2"></div> <div class="shape shape-2"></div>
<div class="shape shape-3"></div> <div class="shape shape-3"></div>
<div class="shape shape-4"></div>
<div class="shape shape-5"></div>
<div class="shape shape-6"></div>
<div class="shape shape-7"></div>
<div class="shape shape-8"></div>
<div class="shape shape-9"></div>
<div class="shape shape-10"></div>
</div> </div>
</div> </div>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>
</html> </html>