-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
90 lines (76 loc) · 4.08 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
<!DOCTYPE html>
<html>
<head>
<title>INTEDECO</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<img class="logo" src="images/images.png" width="70px" height="50px">
<ul>
<a href="index.html"><li>Home</li></a>
<a href="about.html"><li>About</li></a>
<a href="Our-work.html"><li>Our-work</li></a>
<a href="contact.html"><li>Contact</li></a>
</ul>
</div>
<div class="content">
<center>
<h1>Our ethos</h2>
<p>To us,design is more than more pretty pictures</p>
<p>its about understanding a brand,the atmosphere it presents and </p>
<p>the environment in which it operates.We have a genuine passion that </p>
<p>creates brand experiences that are unique and individual,but coupled with a realistic and </p>
<p>determined view that design should sell.</p>
<hr>
<h1>OUR BACKGROUND</h1>
<P>Modern space is a luxury design agency,our background spans the breadth of design from</P>
<P>branding to websites,prints and product developement and for clients in a range of sectors</P>
<P>including:interior design,achitecture,property developement,domes and retails.</P>
<P>We come from a range of backgrounds of both agency and clients side,in over 5 years,nearly</P>
<P>all of our works have come from clients referrals and from work that we have produced.</P>
<P>this allows us to keep our business quite private and for us to be selective of the projects we
undertake.</P>
<P>We are a small,senior team and is focused primarily on the needs of our clients.we believe we </P>
<P>are different but not just for the sake of it.we take your business as serious as we do to our own.</P>
<P>not only because our clients are our business but because we are proud of what we do and want</p>
<P>you to be too.</P>
<P>for examples of our work,browse our<a href="our-work.html"><li>Our-work</li></a></P>
<p>or to discuss a specific project,please get intouch</P>
</center>
</div>
<div class="FOOTER">
<div id="footer1">
<ul>
<h2>Office suites</h2>
<a href="plans.html"<li>Plans</li></a>
<br>
<a href="support.html"<li>Support</li></a>
<br>
<a href="design.html"<li>Design</li></a>
</ul>
</div>
<div id="footer2">
<ul>
<h2>Company</h2>
<a href="about.html"><li>about</li></a>
<br>
<a href="market.html"<li>market</li></a>
<br>
<a href="partners.html"<li>partners</li></a>
</ul>
</div>
<div id="footer3">
<ul>
<h2>Contact Us</h2>
<h5>08099487063.</h5>
<h5>no18.</h5>
<h5>herbert mauculay street,maitama,Abuja.</h5>
</ul>
</div>
<div id="footer4">
<ul>
<h5>© 2019,All rights Reserved.</h5>
</ul>
</body>
</html>