forked from ISM6225/Assignment_LookAndFeel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (39 loc) · 1.82 KB
/
Copy pathabout.html
File metadata and controls
53 lines (39 loc) · 1.82 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
<html>
<head>
<!-- Comment: non printable content -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<title>Assignment - 3</title>
</head>
<body class="about-container">
<div class="icon-bar">
<a class="active" href="./index.html"><i class="fa fa-home"></i>Home</a>
<a href="./about.html"><i class="fa fa-search"></i>About Us</a>
<a href="./gallery.html"><i class="fa fa-envelope"></i>Gallery</a>
<a href="./Contact.html"><i class="fa fa-globe"></i>Contact</a>
<a href="./Assignment.html"><i class="fa fa-globe"></i>Assignment</a>
</div>
<div class="about-middle">
<div>
<h1> About Us </h1>
<p style="font-size: 20px">
At CliQ Photography, we provide services for family portraits, landscape photography,
wildlife photography, wedding photography and event photography. <br />
Our photographers are experienced in capturing moments that define your story. <br />
</p>
</div>
<div>
<h1> The Team</h1>
<h2> Rustem Khalilov</h2>
<p> 10+ years of experience in Wildlife Photography and celebrated member of the World Photography Organization</p>
<h2> Sidra Zaheer</h2>
<p> 7+ years of experience in Wedding/Event Photography and winner of the Young International Wedding Photographer Award</p>
<h2> Apurv Shinde</h2>
<p> 7+ years of experience in Aerial Photography and winner of the International Photography Competition</p>
<!-- Comment: printable page content-->
</div>
</div>
</body>
</html>