-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.php
131 lines (109 loc) · 5.57 KB
/
about-us.php
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "./components/head.php"?>
</head>
<body>
<!-- Main Header -->
<?php include "./components/header.php"?>
<!-- Main Header -->
<!-- Banner -->
<section class="about-banner">
<div>
<div class="inner-bann-heading">
<div class="row">
<div class="col-md-8 inner-bann-heading">
<h1>We're Passionate About <span class="subheading-clr">Design</span></h1>
<p>With an unwavering passion for creativity and innovation, we go above and beyond to provide stellar services that are tailored to each client's specific needs. From concept to execution, we put our heart and soul into every project, ensuring that our clients get nothing but the best.</p>
</div>
<div class="col-md-4">
</div>
</div>
</div>
</div>
</section>
<!-- Banner -->
<!-- First Section -->
<section class="inner-first-secbanner">
<div class="container">
<div class="row align-items-center ">
<div class="col-md-6 about-content">
<h2>Designing Beyond Boundaries</h2>
<p>Welcome to Global Design Agency, where creativity meets functionality. We are a passionate team of designers, developers, and marketers dedicated to bringing your vision to life. With a focus on innovation and excellence, we strive to exceed expectations and deliver tailored solutions that resonate with your audience. Whether you're a startup looking to establish your brand or an established business seeking to refresh your online presence, we're here to help you navigate the ever-evolving digital landscape. Let's collaborate and create something extraordinary together!</p>
<div class="col">
<div class="row">
<div class="col-md-6">
<!-- -->
<!-- -->
<a href="#" class="header-btn">Let’s Talk</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 about-right">
<img src="./assets/images/about-first.webp" alt="">
</div>
</div>
</div>
</section>
<!-- First Section -->
<!-- First Section -->
<section class="inner-first-secbanner">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 about-left">
<img src="./assets/images/about-second.webp" alt="">
</div>
<div class="col-md-6 about-content">
<h2>Discover Your Design Potential</h2>
<p>At Global Design Agency, our mission is to revolutionize digital experiences through inspired design solutions. We empower clients by fostering creativity, forging connections, and surpassing expectations, ensuring they stand out in a dynamic market.We envision leading the way in innovative design solutions, inspiring creativity, and driving digital transformation. At Global Design Agency, we see a future where our exceptional design experiences empower businesses and individuals to thrive and leave a lasting impact.</p>
<!-- <h2>Vision</h2>
<p>We envision leading the way in innovative design solutions, inspiring creativity, and driving digital transformation. At Global Design Agency, we see a future where our exceptional design experiences empower businesses and individuals to thrive and leave a lasting impact.</p> -->
<div class="col">
<div class="row">
<div class="col-md-6">
<a href="#" class="header-btn">Let’s Talk</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- First Section -->
<!-- Work section-->
<?php include "./components/work.php"?>
<!-- Work section-->
<!-- First Section -->
<section class="inner-first-secbanner">
<div class="container py-5">
<div class="row align-items-center">
<div class="col-md-6 about-content">
<h2>Meet Our Dynamic Design Crew</h2>
<p>Step into the world of Global Design Agency, where creativity flourishes and innovation thrives. Meet the Family Behind the Brand – a close-knit team of passionate creatives and tech enthusiasts united by our mission to redefine design excellence. With expertise spanning design, development, and marketing, we bring diverse perspectives to every project, ensuring a fresh and dynamic approach. Together, we collaborate seamlessly to bring your vision to life, crafting exceptional experiences that captivate and inspire. Get to know the brilliant minds driving our design magic, and join us on a journey of creativity, innovation, and boundless possibilities.</p>
<div class="col">
<div class="row">
<div class="col-md-6">
<a href="#" class="header-btn">Let’s Talk</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 about-right">
<img src="./assets/images/about-third.webp" alt="">
</div>
</div>
</div>
</section>
<!-- First Section -->
<!-- Footer section-->
<?php include "./components/footer.php"?>
<!-- Footer section-->
<script src="/assets/js/jquery.js"></script>
<script src="/assets/js/custom.js"></script>
<script>
new WOW().init();
</script>
<script src="https://cdn.lordicon.com/lordicon.js"></script>
</body>
</html>