-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.php
29 lines (20 loc) · 1.02 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
<?php
require_once './views/header.php';
?>
<div id="about_us">
<div id="about_us_left">
<img src="./images/FEATURED 3 copy.png">
</div>
<div id="about_us_right">
<h1>About Sophia Collection</h1>
<ul>
<li><h2><strong>Debuting the sophia royal collection:</strong></h2></li>
<p>Not just any color. Not just any leather. Not just any hardware. Our new Sophia Roi collection represents the height of sophistication and forward style in the fine luggage tradition created exclusively by us. Artfully crafted American bags that command attention Worth Saluting.</p>
<li><h2><strong>Sophia Stories</strong></h2>
<p>It Starts with pristine leather and then adventure ensues - each mark imparting a memory for generations to admire. It's time to write your story.</p></li>
</ul>
</div>
</div>
<?php
require_once './views/footer.php';
?>