-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_us.html
30 lines (30 loc) · 1.33 KB
/
about_us.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us</title>
</head>
<body>
<img src="https://imagine-hub.com/wp-content/uploads/2019/11/6.jpg" alt="image of company team-mates" height="500">
<h3>Company Profile</h3>
<p>Sneaker road is a start-up company that enables everyone to get a chance to lace up their game interms of shoes</p>
<h4>Mission:<article>“Do everything possible to expand human potential. We do this by creating innovative sports innovations, making our products more sustainable, forming a creative and diverse global team and having a positive impact on the communities where we live and work.”</article></h4>
<h4>Vision:<article>“Bring inspiration and innovation to every athlete in the world.”</article></h4>
<h4>Core Values<ul>
<li>Honesty</li>
<li>Integrity</li>
<li>Team work</li>
<li>Trust</li>
<li>Passion</li>
<li>Agility</li>
</ul></h4>
<footer>
<a href="home.html">Home</a>
<a href="services.html">Services</a>
<a href="news.html">News</a>
<a href="contact_us.html">Contact Us</a>
</footer>
</body>
</html>