generated from ccadarn/ccadarn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
63 lines (54 loc) · 2.18 KB
/
portfolio.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
<!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-portfolio">
<!-- About Us Section -->
<section class="about-us">
<div class="header-about">
<h2>Portfolio</h2>
<nav class="about-bread">
<ul>
<li><a href="./index.html">Home</a></li>
<li>Current Page</li>
</ul>
</nav>
</div>
<div class="port-container">
<div class="p-image">
<h3>Whatever you need, we can do!</h3>
<ol>
<li>Modern Apartments - Urban Living</li>
<li>Serene Countryside Villa</li>
<li>Creative Co-Working Spaces</li>
<li>Chic Boutique Store</li>
<li>Artistic Café and Gallery</li>
<li>Coastal Retreat by the Sea</li>
<li>Sustainable Green Apartments</li>
</ol>
</div>
</div>
<div class="port-container2">
<img class="p1" src="./Images/p1.jpg" alt="room">
<img class="p1" src="./Images/p3.jpg" alt="room">
<img class="p1" src="./Images/p2.jpg" alt="room">
</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>