-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
229 lines (196 loc) · 9.17 KB
/
portfolio.html
File metadata and controls
229 lines (196 loc) · 9.17 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="fav.svg" />
<title>Portfolio | Addis Photo & Media Agency</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<a href="index.html" class="active">Home</a>
<input type="checkbox" id="nav-toggle" class="nav-toggle" />
<label for="nav-toggle" class="nav-toggle-label" aria-label="Toggle navigation menu">
<svg
class="hamburger-icon"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
focusable="false"
>
<rect y="4" width="24" height="2" fill="white" />
<rect y="11" width="24" height="2" fill="white" />
<rect y="18" width="24" height="2" fill="white" />
</svg>
<svg
class="close-icon"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
focusable="false"
>
<line
x1="18"
y1="6"
x2="6"
y2="18"
stroke="white"
stroke-width="2"
stroke-linecap="round"
/>
<line
x1="6"
y1="6"
x2="18"
y2="18"
stroke="white"
stroke-width="2"
stroke-linecap="round"
/>
</svg>
</label>
<ul class="nav-list container">
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<main class="container container-portfolio">
<h1>Portfolio</h1>
<div class="gallery">
<img src="wedding1.jpg" alt="Wedding Photography" />
<img src="GC5.jpg" alt="Graduation Photos" />
<img src="indoor2.jpg" alt="Studio Portraits" />
<img src="cultural.jpg" alt="Event Coverage" />
<img src="passa.jpg" alt="Passport Photos" />
<img src="outdoora.jpg" alt="Outdoor Sessions" />
</div>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container footer-container">
<!-- Top footer: About, Quick Links, Contact Info -->
<div class="footer-top">
<!-- About -->
<div class="footer-section footer-about">
<h3>About Addis Photo & Media</h3>
<p>We provide professional photography and media solutions in Ethiopia. Capturing your moments with passion and precision.</p>
</div>
<!-- Quick Links -->
<div class="footer-section footer-links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="portfolio.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Contact Info -->
<div class="footer-section footer-contact">
<h3>Contact Info</h3>
<ul>
<li><strong>Address:</strong> Addis Ababa, Ethiopia</li>
<li><strong>Phone:</strong> <a href="tel:+251911234567">+251 911 234 567</a></li>
<li><strong>Email:</strong> <a href="mailto:haimanotbeka@gmail.com">haimanotbeka@gmail.com</a></li>
<li><strong>Working Hours:</strong> Mon - Fri, 9AM - 6PM</li>
</ul>
</div>
<!-- Social Media Icons -->
<div class="social-icons">
<!-- Telegram -->
<a href="https://t.me/haimasearchjobplanstart" target="_blank" aria-label="Telegram" class="social-icon telegram">
<svg width="32" height="32" viewBox="0 0 240 240">
<circle cx="120" cy="120" r="120" fill="#0088cc"/>
<path d="M180 60L50 108c-9 3-9 14-1 18l33 11 12 39c2 6 9 7 13 2l18-19 34 25c7 4 16 1 18-7l20-97c2-10-6-18-15-15z" fill="#fff"/>
</svg>
</a>
<!-- Instagram -->
<a href="https://instagram.com/haimanotbeka" target="_blank" aria-label="Instagram" class="social-icon instagram">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none">
<defs>
<linearGradient id="insta-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#feda75"/>
<stop offset="0.5" stop-color="#fa7e1e"/>
<stop offset="1" stop-color="#d62976"/>
</linearGradient>
</defs>
<rect x="2" y="2" width="20" height="20" rx="5" ry="5" stroke="url(#insta-gradient)" stroke-width="2"/>
<circle cx="12" cy="12" r="5" stroke="url(#insta-gradient)" stroke-width="2" />
<circle cx="17.5" cy="6.5" r="1.5" fill="url(#insta-gradient)" />
</svg>
</a>
<!-- Facebook -->
<a href="https://facebook.com/haimanotbeka" target="_blank" aria-label="Facebook" class="social-icon facebook">
<svg width="32" height="32" viewBox="0 0 512 512">
<rect width="512" height="512" rx="100" fill="#1877F2"/>
<path d="M355 330l10-72h-67v-47c0-20 10-39 41-39h32V109s-29-5-56-5c-57 0-94 34-94 96v58h-63v72h63v173h78V330h56z" fill="#fff"/>
</svg>
</a>
<!-- Twitter / X -->
<a href="https://twitter.com/yourtwitter" target="_blank" aria-label="Twitter" class="social-icon twitter">
<svg width="32" height="32" viewBox="0 0 512 512">
<rect width="512" height="512" rx="100" fill="#1DA1F2"/>
<path d="M437 152c-14 6-29 11-45 12 16-9 28-24 34-42-15 9-32 15-50 19-14-15-34-24-56-24-42 0-76 35-76 77 0 6 1 12 2 17-63-3-118-34-155-80-7 11-11 24-11 38 0 26 13 49 34 62-13 0-24-4-34-9v1c0 37 26 69 61 76-6 2-14 3-22 3-5 0-11 0-16-1 11 34 43 58 81 59-29 23-66 36-106 36-7 0-14 0-21-1 38 24 83 38 131 38 157 0 243-132 243-246v-11c17-12 31-28 42-46z" fill="#fff"/>
</svg>
</a>
<!-- LinkedIn -->
<a href="https://linkedin.com/in/yourlinkedin" target="_blank" aria-label="LinkedIn" class="social-icon linkedin">
<svg width="32" height="32" viewBox="0 0 512 512">
<rect width="512" height="512" rx="100" fill="#0A66C2"/>
<path d="M164 416h-74V198h74zm-37-248a43 43 0 1 1 0-86 43 43 0 0 1 0 86zM416 416h-74v-110c0-26 0-59-36-59-36 0-42 28-42 57v112h-74V198h71v30h1c10-19 33-39 69-39 74 0 85 49 85 112z" fill="#fff"/>
</svg>
</a>
</div>
</div> <!-- /.footer-top -->
<!-- Footer Bottom: Legal Links & Payment Methods -->
<div class="footer-bottom">
<div class="footer-legal-payments">
<!-- Payment Methods -->
<div class="footer-section payment-methods-section">
<h3>Payment Methods</h3>
<div class="payment-methods">
<a href="https://telebirr.et" target="_blank" rel="noopener noreferrer" aria-label="Telebirr Payment System">
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5a/Telebirr_logo.svg" alt="Telebirr" />
</a>
<a href="https://www.combanketh.et" target="_blank" rel="noopener noreferrer" aria-label="CBE Birr Payment System">
<img src="https://www.combanketh.et/sites/default/files/CBE-Logo-Vector-01.png" alt="CBE Birr" />
</a>
<a href="https://amole.et" target="_blank" rel="noopener noreferrer" aria-label="Amole Payment System">
<img src="https://amole.et/img/logo-amole.png" alt="Amole" />
</a>
<a href="https://www.hellocash.com" target="_blank" rel="noopener noreferrer" aria-label="HelloCash Payment System">
<img src="https://upload.wikimedia.org/wikipedia/commons/5/57/HelloCash_logo.png" alt="HelloCash" />
</a>
<a href="https://www.banktransfer.com" target="_blank" rel="noopener noreferrer" aria-label="Bank Transfer Payment System">
<img src="https://upload.wikimedia.org/wikipedia/commons/f/f6/Bank_transfer_icon.svg" alt="Bank Transfer" />
</a>
</div>
</div>
<!-- Legal Links -->
<div class="legal-links">
<a href="/privacy-policy.html">Privacy Policy</a>
<a href="/terms.html">Terms of Service</a>
<a href="/cookie-policy.html">Cookie Policy</a>
</div>
</div>
</div> <!-- /.footer-bottom -->
<!-- Copyright Notice -->
<div class="footer-copy">
<p>© 2025 Addis Photo & Media Agency. All rights reserved.</p>
</div>
</div> <!-- /.footer-container -->
</footer>
</body>
</html>