-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
109 lines (85 loc) · 4.48 KB
/
about.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="assets/styles/my-Style.css">
</head>
<body>
<!-- Header starts here -->
<header>
<nav class="main-nav">
<div>
<h2><a href="index.html" class="brand"><img src="./assets/images/logo.png" alt="" class="logo">Heritage Arts</a></h2>
</div>
<ul class="nav" id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="porfolio.html">Our Portfolio</a></li>
<li><a href="about.html" class="active">About Us</a></li>
<li class="dm-link" id="dm-link"><a href="https://wa.me/2347043685805"><i class="brand-icon">whatsapp</i> +2347043685805</a></li>
</ul>
<div class="menu-icon" id="menu-btn">
<h1><i class="solid-icon">bars</i></h1>
</div>
</nav>
<div class="header-details">
<h1>About <span>Us</span></h1>
<p>Get to know more about Heritage Arts, <br/>let's build a network of Solutions</p>
</div>
<!-- <div class="overlay"></div> -->
</header>
<!-- Header Ends here -->
<!-- main section starts here -->
<main>
<section id="form">
<div class="section-head about"><h2>Who are we?</h2></div>
<h2 class="about-us">Heritage arts is a Design Agency, which specializes in helping both upcoming and existing brands connect visually with their prospects and clients and hereby creating a lasting impression in the minds of their minds, and this is done through our expertise based on our principle of "<span>Proper perfomance through Proper Presentation</span>" </h2>
</div>
<hr>
<section class="section">
<div class="section-head"><h2>Our Team</h2></div>
<div class="portfolio-list">
<div class="list-sec col-l-6 col-m-6 col-s-12">
<img src="./assets/images/samuel.jpg" alt="">
<p><strong>Samuel Adebayo-Adesina<br>C.E.O</strong></p>
</div>
<div class="list-sec col-l-6 col-m-6 col-s-12 ">
<img src="./assets/images/samuel2.jpg" alt="">
<p><strong>Samuel O. Adebayo-Adesina<br>FSC/CSC/01801007</strong></p>
</div>
</div>
</section>
<hr>
<div class="section-head"><h3><strong>We will like to hear from you </strong></h3></div>
<h2 class="about-us">We treat your messages with all confidentiality, and we respond promptly</h2>
<div class="contact">
<form class="contact-form">
<h3>Send us a Message</h3>
<label for="name">Your Name</label>
<input type="text" name="name" id="name" placeholder="Your name here" required>
<label for="email">Email Address</label>
<input type="email" name="email" id="" required placeholder="Your email here">
<label for="message">Your Message</label>
<textarea name="" id="" cols="30" rows="10" required placeholder="Want to tell us something? Go ahead"></textarea>
<input type="submit" value="Send">
</form>
</div>
</section>
</main>
<!-- main section ends here -->
<!-- footer starts here -->
<footer>
<p>© Heritage Arts 2021</p>
<ul>
<li><a href="https:facebook.com/owoaanu.sa"><i class="brand-icon">facebook</i></a></li>
<li><a href="https://instagram.com/arts.heritage"><i class="brand-icon">instagram</i></a></li>
<li><a href="https://www.linkedin.com/in/samuel-adebayo-adesina-5091121a9"><i class="brand-icon">linkedin</i></a></li>
<li><a href="https://wa.me/2348162452938"><i class="brand-icon">whatsapp</i></a></li>
</ul>
<h4>Powered by Samuel Adebayo-Adesina</h4>
</footer>
<!-- footer ends here -->
<script src="./assets/scripts/myScript.js"></script>
</body>
</html>