-
Notifications
You must be signed in to change notification settings - Fork 0
/
rough.html
90 lines (90 loc) · 2.29 KB
/
rough.html
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
<html>
<head>
<title>HOME</title>
<link href="F:\minor_project\website.css" rel="stylesheet"
type="text/css" />
</head>
<body>
<div id="outer">
<div class="head">
<div class="fb-icon">
<a href="https://www.fb.com" target="_blank"
title="facebook">
<img src="img/fb.png" /></a></div>
<div class="mail">
ajayvikramsingh73@gmail.com</div>
<div class="mail-icon">
<a href="ajayvikramsingh73@gmail.com" target="_blank" title="mail">
<img src="img/email-icon.png" /></a></div>
<div class="mob">
7309305685
</div>
<div class="mob-icon">
<a href="#" title="Call 7309305685">
<img src="img/mob-icon.png" /></a></div>
<div class="Name">
Business Photography Demo </div>
</div>
<div class="brand">
<div class="btag">
<img src="img/logo.png" /></div>
<div style="width: 700px; float: right; margin: 10px 0px 5px 0px; height: 70px;">
<div class="htag" style="background-color: #e02c1e; color: white; border-radius: 7px;
padding: 8px 12px 8px 12px; margin: 25px 80px 0px 15px;">
<a href="contac-tus.html">Contact us</a></div>
<div class="htag">
<a href="our-work.html">Our Work</a></div>
<div class="htag">
<a href="our-approach.html">Our Approach</a></div>
<div class="htag">
<a href="about.html">About Us</a></div>
<div class="htag">
<a href="home.html">Home</a></div>
</div>
</div>
<div class="topbox">
<h1>
We Provide</h1>
<h3>
Social media photography marketing for businesses</h3>
<div class="consultbox">
FREE CONSULTATION</div>
</div>
<div class="ourapproach">
<div class="atop">
<h1>
Message</h1>
<div style="font-size: 20px; padding-top: 20px;">
We have added our approach here</div>
</div>
<div class="innerbox">
Message
</div>
<div style="clear: both;">
</div>
</div>
<div style="clear: both;">
</div>
<div class="footer">
<div class="top">
Get in Touch</div>
<div class="footerpic">
<img src="img/facebook.png"></div>
<div class="footerpic">
<img src="img/twitter.png"></div>
<div class="footerpic">
<img src="img/googleplus.png"></div>
<div class="footerpic">
<img src="img/linkedin.png"></div>
<div>
Subscribe to our newsletter to stay updated what is new</div>
<div class="fmail">
<input type="text" placeholder="Enter your email address"></div>
<div class="fsubscribe">
<input type="submit" value="Suscribe Us"></div>
</div>
<div class="legal">
Photography Project made by Saurabh Verma and shivam kumar</div>
</div>
</body>
</html>