<!DOCTYPE html>
<html>
<head>
<title>AI WORLD 2026</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body background="C:\Users\hp\OneDrive\Pictures\Camera Roll\nasa-is-exploring-the-integration-of-humanoid-robots-such-as-valkyrie-and-apptroniks-apollo-into-space-missions-.png"></body>
<header>
<div class="logo">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\AI WORK.jpg" alt="Berger Hut Logo">
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#menu">Menu</a></li>
<li><a href="#reservations">Reservations</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="hero">
<div class="hero-content">
<h1>Welcome To Digital World</h1>
<p>Artifical Intelligence is not a substitute for human intelligence;it is a tool to amplify human creativity and ingenuity.</p>
<a href="#menu" class="btn">Explore More</a>
</div>
</section>
<section class="about dark-theme">
<div class="about-content">
<h2>About Artifical intelligence</h2>
<p>Robotics is the engineering branch that deals with the conception, design, construction, operation, application, and usage of robots. Digging a little deeper, we see that robots are defined as an automatically operated machine that carries out a series of actions independently and does the work usually accomplished by a human.</p>
<p>Incidentally, robots don’t have to resemble humans, although some do. Look at images of automobile assembly lines for proof. Robots that appear human are typically referred to as “androids.” </p>
<a href="#menu" class="btn">Explore Our Menu</a>
</div>
<div class="about-image">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (1).jpeg" alt="About Image">
</div>
</section>
<section class="menu">
<h2>TOP ARTICLES</h2>
<div class="menu-items">
<div class="menu-item">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (4).jpeg" alt="Burger 1">
<h3>Ai Takeover Human </h3>
<p>The idea of AI taking over humanity is a popular theme in science fiction, but some experts believe that AI will actually work alongside humans to augment their capabilities</p>
</div>
<div class="menu-item">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\images (2).jpeg" alt="Burger 2">
<h3>Ai Replace Human Work</h3>
<p>AI can't completely replace humans and is more likely to augment many existing roles. It can change the nature of certain jobs by automating repetitive and mundane tasks, freeing up human workers to focus on more challenging problems.</p>
</div>
<div class="menu-item">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\sddefault.jpg" alt="Burger 3">
<h3>Ai Bond Witth Humans </h3>
<p>AI can be developed to understand human emotions, which can help build trust between humans and AI. For example, AI can understand if a driver is fit to drive a car, or if a co-bot's human colleagues are up to the job.
</p>
</div>
</div>
</section>
<section class="reservations">
<div class="reservation-form">
<h2>Make a Reservation</h2>
<form>
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<input type="tel" name="phone" placeholder="Phone Number" required>
<input type="date" name="date" required>
<input type="time" name="time" required>
<textarea name="message" placeholder="Additional Message" rows="5"></textarea>
<button type="submit">Submit</button>
</form>
</div>
</section>
<section class="testimonials">
<h2>Top Scientists Say About Robots</h2>
<div class="testimonial">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (6).jpeg" alt="Customer 1">
<p>AI could pose a threat to human existence, and could take off on its own and redesign itself at an ever increasing rate.
</p>
<h4>Stephen Hawking</h4>
</div>
<div class="testimonial">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (7).jpeg" alt="Customer 2">
<p> Max tegmark warns that AI could have dangerous consequences, such as AI models being used to create potentially lethal molecules. He also believes that tech companies are being reckless by releasing the source code of their AI models.
</p>
<h4>Max Tegmark</h4>
</div>
</section>
<section class="gallery">
<h2>Gallery</h2>
<div class="image-grid">
<div class="image-item">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (8).jpeg" alt="Image 1">
</div>
<div class="image-item">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (18).jpeg" alt="Image 2">
</div>
<div class="image-item">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (15).jpeg" alt="Image 3">
</div>
<div class="image-item">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\download (11).jpeg" alt="Image 4">
</div>
</div>
</section>
<section class="contact">
<div class="contact-container">
<h2>Contact Us</h2>
<div class="contact-info">
<div class="info-item">
<i class="fas fa-map-marker-alt"></i>
<p>govt arts collage, thathondrimali, karur.</p>
</div>
<div class="info-item">
<i class="fas fa-phone-alt"></i>
<p>+91 6374005025</p>
</div>
<div class="info-item">
<i class="fas fa-envelope"></i>
<p>sivasivasiva123z@gmail.com</p>
</div>
</div>
<form class="contact-form">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" placeholder="Your feedback" rows="5" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</section>
<footer class="footer">
<div class="footer-content">
<div class="footer-logo">
<img src="C:\Users\hp\OneDrive\Pictures\Camera Roll\AI WORK.jpg" alt="Logo">
</div>
<nav class="footer-links">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Menu</a>
<a href="#">Reservations</a>
<a href="#">Gallery</a>
<a href="#">Contact</a>
</nav>
<div class="footer-social">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</footer>
</body>
No comments:
Post a Comment