<div class="container">
<section id="home">
<h1>Welcome to Our Art Gallery</h1>
<img class="icon" src="placeholder.png" alt="Icon"> <!-- Replace 'placeholder.png' with your actual icon image -->
</section>
<section id="about">
<h2>About Us</h2>
<p>This is a brief description of our art gallery.</p>
</section>
<section id="services">
<h2>Our Services</h2>
<p>Here are the services we offer to our customers.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>If you have any questions, feel free to contact us.</p>
</section>
</div>
<script>
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
-
Notifications
You must be signed in to change notification settings - Fork 0
A site that helps people whatever the problem is
License
arukimu/Freehelp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A site that helps people whatever the problem is
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published