herreweb_site/templates/pages/about.html

28 lines
1.3 KiB
HTML
Raw Normal View History

2023-12-29 21:37:15 +00:00
<!-- about.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Herreweb</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles.css') }}">
<!-- Add any additional styles or scripts for the about page -->
</head>
<body>
<div class="main-container">
<h2>About Us</h2>
<p>Welcome to Herreweb, where we are passionate about creating innovative solutions that make a difference. Our team is dedicated to pushing the boundaries of technology and delivering high-quality projects.</p>
<h3>Our Mission</h3>
<p>At Herreweb, our mission is to blend creativity and technology to build solutions that inspire and solve real-world challenges. We strive to create a positive impact on the world through our work.</p>
<h3>Our Team</h3>
<p>We have a diverse and talented team of professionals with expertise in various domains, including programming, design, and project management. Together, we collaborate to bring ideas to life.</p>
<h3>Contact Us</h3>
<p>If you have any questions or would like to learn more about our projects, feel free to contact us.</p>
</div>
</body>
</html>