forked from ISM6225/Assignment_LookAndFeel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (26 loc) · 1.06 KB
/
index.html
File metadata and controls
45 lines (26 loc) · 1.06 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
<!doctype html>
<html>
<head>
<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>Photography Services</title>
</head>
<!-- Navbar -->
<BODY class="mainpage-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="middle">
<div>
<h1 style="font-size:6vw" ;> CliQ Photography</h1>
<p style="color: ivory; font-size:1.7vw;"> Welcome to the repository of photographs created by talented designers </p>
</div>
</div>
</BODY>
</html>