Skip to content

Commit 37ae50a

Browse files
authored
Update index.html
Updates contents of index.html file.
1 parent 14f07c0 commit 37ae50a

File tree

1 file changed

+39
-30
lines changed

1 file changed

+39
-30
lines changed

index.html

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,45 @@
11
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Welcome to Mate Tech</title>
7-
<meta name="description" content="Learn more about MATE TECH’s mission, vision, and values. Meet our team and explore our services.">
8-
<meta name="keywords" content="technology, mission, values, team, services, innovation, contact">
9-
<meta name="author" content="Augusto Mate">
10-
</head>
2+
<html lang="en"> <head>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<title>Welcome to Mate Tech</title> <meta name="description" content="Learn more about our company's mission, vision, and values. Get to know our team and services.">
6+
<meta name="keywords" content="company, mission, values, team, about us, services, contact">
7+
<meta name="author" content="Augusto Mate"> </head>
118
<body>
12-
<header>
13-
<h1>MATE TECH</h1>
14-
<nav>
15-
<ul>
16-
<li><a href="#about">About Us</a></li>
17-
<li><a href="#services">Services</a></li>
18-
<li><a href="#contact">Contact</a></li>
19-
</ul>
20-
</nav>
21-
</header>
9+
<header>
10+
<h1>MATE TECH</h1> <nav>
11+
<ul>
12+
<li><a href="#about">About Us</a></li>
13+
<li><a href="#services">Services</a></li>
14+
<li><a href="#contact">Contact</a></li>
15+
</ul>
16+
</nav>
17+
</header>
2218

23-
<main>
24-
<!-- conteúdo -->
25-
</main>
19+
<main>
20+
<section id="about">
21+
<h2>Who We Are</h2>
22+
<p>We are a company dedicated to innovating in the technology market, focusing on solutions that transform people's lives. Founded in 2025, our passion lies in creating products and services that are not only effective but also ethical and inclusive.</p> <p>Our team is composed of passionate professionals experienced in software development, design, and artificial intelligence.</p>
2623

27-
<footer>
28-
<p>&copy; 2025 MATE TECH. All rights reserved.</p>
29-
<address id="contact">
30-
Email: <a href="mailto:[email protected]">[email protected]</a><br>
31-
Phone: (+258) 84-7423047<br>
32-
Address: Brothers Roby Street, 314, Maputo City, Mozambique
33-
</address>
34-
</footer>
24+
<h3>Our Mission</h3>
25+
<p>To help small and medium-sized businesses digitize their operations, offering intuitive and accessible tools that drive growth and efficiency.</p> <h3>Our Vision</h3>
26+
<p>To be recognized as leaders in responsible AI solutions, expanding our global reach and contributing to a more just and equitable technological future.</p> </section>
27+
28+
<section id="services">
29+
<h2>Our Services</h2>
30+
<p>We offer a comprehensive range of customized services to meet your needs:</p>
31+
<ul>
32+
<li>Ethical AI Consulting: Guidance for the development and implementation of fair and transparent AI systems.</li>
33+
<li>Custom Web Development: Creation of websites and web applications optimized for performance and accessibility.</li>
34+
<li>Search Engine Optimization (SEO): Strategies to increase online visibility and attract more clients.</li>
35+
</ul>
36+
<p>Contact us to learn more about how we can help your business.</p>
37+
</section>
38+
</main>
39+
40+
<footer>
41+
<p>&copy; 2025 MATE TECH. All rights reserved.</p> <address id="contact">
42+
Email: <a href="mailto:[email protected]">[email protected]</a><br> Phone: (+258) 84-7423047<br> Address: Brothers Roby Street, 314, Maputo City, Mozambique </address>
43+
</footer>
3544
</body>
3645
</html>

0 commit comments

Comments
 (0)