generated from ccadarn/ccadarn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (44 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./Styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Designcraft Studios</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="back-about">
<!-- About Us Section -->
<section class="about-us">
<div class="header-about">
<h2>About Us</h2>
<nav class="about-bread">
<ul>
<li><a href="./index.html">Home</a></li>
<li>Current Page</li>
</ul>
</nav>
</div>
<div class="p-about">
<h3 class="p-item1">Welcome to DesignCraft Studios!</h3>
<p class="p-item2">We are a team of passionate architects and designers united by our commitment to innovative
and functional designs. Our client-centric approach and collaborative spirit drive us to
create extraordinary spaces that inspire and exceed expectations. Sustainability lies at
the heart of our work as we embrace eco-conscious practices. Join us on this design journey
as we turn your visions into reality.
</p>
</div>
</section>
<footer class="footer container-f">
<ul class="flex-footer-container">
<li>© 2023 DesignCraft Studiop</li>
<li class="hide">|</li>
<li>All Rights Reserved.</li>
</ul>
</footer>
</div>
</body>
</html>