Template:Main page: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<!DOCTYPE html> | |||
<html lang="en"> | |||
<head> | |||
<meta charset="UTF-8" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |||
<title>Main Page - DeshCrux</title> | |||
<link rel="stylesheet" href="style.css" /> | |||
</head> | |||
<body> | |||
<header> | |||
< | <div class="logo">DeshCrux</div> | ||
<div class=" | <button class="toggle-theme" onclick="toggleMode()">Dark Mode</button> | ||
</header> | |||
</ | |||
< | <main> | ||
<section class="hero"> | |||
<h1>Welcome to DeshCrux</h1> | |||
<p>Your trusted source for curated knowledge, startups, and trends.</p> | |||
</section> | |||
<section class="cards"> | |||
<div class="card" style="animation-delay: 0.1s"> | |||
<h3>News Updates</h3> | |||
<p>Stay updated with the latest trending news from across the nation and globe.</p> | |||
</div> | </div> | ||
<div class="card" style="animation-delay: 0.2s"> | |||
< | <h3>Startup Profiles</h3> | ||
<p>Explore innovative startups, their stories, and funding journeys.</p> | |||
</div> | </div> | ||
<div class="card" style="animation-delay: 0.3s"> | |||
< | <h3>Influencer Watch</h3> | ||
<p>Know the key influencers shaping the digital landscape today.</p> | |||
</div> | </div> | ||
</ | </section> | ||
</main> | |||
</ | <footer> | ||
© 2025 DeshCrux. All rights reserved. | |||
</footer> | |||
< | <script src="script.js"></script> | ||
</body> | |||
</html> | |||
</ | |||
Revision as of 10:53, 21 May 2025
<!DOCTYPE html>
DeshCrux
Welcome to DeshCrux
Your trusted source for curated knowledge, startups, and trends.
News Updates
Stay updated with the latest trending news from across the nation and globe.
Startup Profiles
Explore innovative startups, their stories, and funding journeys.
Influencer Watch
Know the key influencers shaping the digital landscape today.