-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.php
More file actions
32 lines (25 loc) · 1.08 KB
/
about-us.php
File metadata and controls
32 lines (25 loc) · 1.08 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
<?php
include "header/header.php";
?>
<div class="about-area">
<div class="ab-img d-flex justify-content-center align-items-center">
<img src="images/M-logo.png" alt="logo">
</div>
<div class="text-area container mt-5 text-center">
<h1 class="text-uppercase">Biography</h1>
<p>based on the North West coast of Scotland. His lens captures the rugged beauty of the Scottish landscape, showcasing the untamed wilderness and coastal wonders.</p>
<h1 class="text-uppercase mt-4">Passion for Photography</h1>
<p>Malcolm's love for photography extends beyond landscapes. His keen eye also captures the natural wildlife and coastal birds that inhabit the breathtaking Scottish scenery.</p>
</div>
</div>
</div>
<?php
include "footer/footer.php";
?>
<!-- Customized JavScript -->
<script src="js/my-script.js"></script>
<script>
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>
</body>
</html>