-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
110 lines (110 loc) · 5.95 KB
/
about.html
File metadata and controls
110 lines (110 loc) · 5.95 KB
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
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ABN Design</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header id="header">
<div class="header-inner">
<img class="logo" src="Resources/ABNLogo.png" alt="abn navigation logo">
<div id="hbg-menu">
<div class="hbg-line"></div>
<div class="hbg-line"></div>
<div class="hbg-line"></div>
</div>
<nav id="navbar" class="nav-bar">
<ul class="navbar-inner">
<li><a class="nav-links" href="index.html">Home</a></li>
<li><a class="nav-links" href="work.html">Work</a></li>
<li><a class="nav-links" href="services.html">Services</a></li>
<li><a class="nav-links" href="about.html">About Us</a></li>
</ul>
</nav>
</div>
</header>
<section id="about-banner" class="page-banner">
<div class="section-container">
<h1 class="page-heading">About Us</h1>
</div>
</section>
<section class="page-section">
<div class="about-section-container">
<div class="about-section-inner">
<h2 class="page-sub-headings">Who we are</h2>
<p class="page-paragraph">We're a creative agency based in Leicester. Starrting up from a home office, we began this journey developing bespoke logos, print design and websites. We have now grown to manage entire brand identites and maintain large-scale websites.<br><br>
Our goal in design is to be original, to be unqiue and to keep innovation alive. Our designers research the audiences extensively to ensure they're creating the perfect artwork. We have a staff full of perfectionists as attention to detail is crucial when devleloping your vision.
</p>
</div>
<div class="about-images">
<img src="Resources/aboutpic1.jpg" alt="picture of macs with design software open">
<img src="Resources/aboutpic2.jpg" alt="picture of artists cutting images">
</div>
</div>
<div class="about-section-container">
<div class="about-section-inner">
<h2 class="page-sub-headings">Our Ideals</h2>
<p class="page-paragraph">We combine the old and the new. Putting pen to paper is awesome, it gives our artists control. We believe that the early process of sketching, revising and researching the brand is crucial to an effective identity. This is what makes us difference. With extensive planning, our projects run smoothly and produce high-quality artwork.</p>
</div>
<div class="about-images">
<img src="Resources/aboutpic3.jpg" alt="picture of staff meeting">
<img src="Resources/aboutpic4.jpg" alt="picture of man looking at ideas on a wall">
</div>
</div>
<div class="about-section-container">
<div class="about-section-inner">
<h2 class="page-sub-headings">Our Customers</h2>
<p class="page-paragraph">Our customers range from start-ups to large franchises. We are excellent with managing budgets and like to hear budgets from start-up clients to see how we can best cater to their needs. We specialise in the food and beverage industry producing artwork for food packaging, like burger boxes and takeaway cups. Clients range from coffee shops to exclusive restaurants.<br><br>
Whatever the brand, we're certain we'll create the best for you!
<br><br>
Hear our great reviews directly from our clients below.
</p>
<h2 id="review-heading" class="page-sub-headings"> Reviews</h2>
</div>
<div class="quoteslide-container">
<div class="quote-slides">
<q>ABN Design createdour brand. The skill in the hand-drawn illustration and the attention to detail in typography made our logo better than any others in our current market. The entire brand language was developed with patience to create an easy-to-implement identity across our website and social media platforms</q>
<p class="quoted-client">- Catering Solutions</p>
</div>
<div class="quote-slides">
<q>Excellent modern branding. They fully understood and executed our vision.</q>
<p class="quoted-client">- TUBO</p>
</div>
<div class="quote-slides">
<q>We've used ABN Design for years and they are very reliable, organised and produce very high quality designs.</q>
<p class="quoted-client">- Al Jumeirah</p>
</div>
<div class="quote-slides">
<q>Amazing designers. We are very happy with the marketing campaigns carried out by ABN Design.</q>
<p class="quoted-client">- Esquires Coffee</p>
</div>
<a class="previous-q">❮</a>
<a class="next-q">❯</a>
</div>
<div class="address-section">
<ul>
<li><span>Our Address:</span></li>
<li>Phoenix Studios</li>
<li>253-255 Belgrave Gate</li>
<li>Leicester, LE1 3HU</li>
<li>07413 780 172</li>
</ul>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2420.93020732914!2d-1.1296474842759219!3d52.64317393484607!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4877611b26445ceb%3A0x65699c4797ac4f15!2sPhoenix%20Studios!5e0!3m2!1sen!2suk!4v1587541401378!5m2!1sen!2suk" width="100%" height="500" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</section>
<footer>
<div id="footerContainer">
<div id="footerDetails">
<p>07413 780 172</p>
<p>abu_navsa@outlook.com</p>
<p>ABN Design ©</p>
</div>
<img class="footerSocial" src="Resources/InstaIcon.png" alt="instagram logo">
</div>
</footer>
<script src="js/scripts.js"></script>
</body>
</html>