0% found this document useful (0 votes)
3 views

index (dothtml)

Evolving Untamed is a music label focused on empowering artists through freedom, growth, and creativity. The website includes sections for the label's mission, artist profiles, a blog for updates, and a contact form for inquiries. Core values highlighted include growth, freedom, empowerment, community, and integrity.

Uploaded by

Kabelo Makua
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

index (dothtml)

Evolving Untamed is a music label focused on empowering artists through freedom, growth, and creativity. The website includes sections for the label's mission, artist profiles, a blog for updates, and a contact form for inquiries. Core values highlighted include growth, freedom, empowerment, community, and integrity.

Uploaded by

Kabelo Makua
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

<!

DOCTYPE html>

<html lang=”en”>

<head>

<meta charset=”UTF-8”>

<meta name=”viewport” content=”width=device-width, initial-


scale=1.0”>

<meta name=”description” content=”Evolving Untamed – A music label


dedicated to empowering artists.”>

<meta name=”keywords” content=”music, label, growth, empowerment,


artists, freedom, community”>

<meta name=”author” content=”Evolving Untamed”>

<title>Evolving Untamed | Music Label</title>

<link rel=”stylesheet” href=”styles.css”>

</head>

<body>

<!—Navbar 

<header>

<nav>

<ul>

<li><a href=”#home”>Home</a></li>

<li><a href=”#about”>About</a></li>

<li><a href=”#artists”>Artists</a></li>

<li><a href=”#blog”>Blog</a></li>

<li><a href=”#contact”>Contact</a></li>

</ul>

</nav>

</header>
<!—Hero Section 

<section id=”home” class=”hero”>

<div class=”hero-content”>

<h1>Welcome to Evolving Untamed</h1>

<p>Empowering artists through freedom, growth, and


creativity.</p>

</div>

</section>

<!—About Section 

<section id=”about”>

<div class=”container”>

<h2>Our Mission</h2>

<p>At Evolving Untamed, we empower artists to grow, break free


from limitations, and express their authentic selves. Through music, we
inspire change, growth, and the pursuit of freedom for our community and
beyond.</p>

<h3>Our Values</h3>

<ul>

<li>Growth</li>

<li>Freedom</li>

<li>Empowerment</li>

<li>Community</li>

<li>Integrity</li>

</ul>

</div>

</section>
<!—Artists Section 

<section id=”artists”>

<div class=”container”>

<h2>Meet Our Artists</h2>

<p>Discover the talented artists who are part of the Evolving


Untamed family.</p>

<div class=”artist-list”>

<!—Example Artist 

<div class=”artist-card”>

<img src=”artist1.jpg” alt=”Artist Name”>

<h3>Artist Name</h3>

<p>Genre: Hip-Hop</p>

<p>Bio: Short description of the artist.</p>

</div>

<!—Add more artist cards as needed 

</div>

</div>

</section>

<!—Blog Section 

<section id=”blog”>

<div class=”container”>

<h2>Our Blog</h2>

<p>Stay updated with the latest news, releases, and stories from the
label.</p>

<div class=”blog-posts”>

<!—Example Post 
<div class=”blog-post”>

<h3>Blog Post Title</h3>

<p>Short excerpt from the blog post.</p>

<a href=”#”>Read more</a>

</div>

<!—Add more blog posts 

</div>

</div>

</section>

<!—Contact Section 

<section id=”contact”>

<div class=”container”>

<h2>Contact Us</h2>

<p>If you have any questions or inquiries, please reach out to


us.</p>

<form action=”#” method=”POST”>

<label for=”name”>Name:</label>

<input type=”text” id=”name” name=”name” required>

<label for=”email”>Email:</label>

<input type=”email” id=”email” name=”email” required>

<label for=”message”>Message:</label>

<textarea id=”message” name=”message” required></textarea>

<button type=”submit”>Send Message</button>

</form>

</div>

</section>
<!—Footer 

<footer>

<p>&copy; 2024 Evolving Untamed. All rights reserved.</p>

</footer>

<script src=”scripts.js”></script>

</body>

</html>

You might also like