-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
149 lines (142 loc) · 5.27 KB
/
contact.html
File metadata and controls
149 lines (142 loc) · 5.27 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact - Makeup Artist</title>
<link rel="icon" href="Makeup images/favicon.png" />
<link rel="stylesheet" href="contact.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<section class="header">
<nav>
<img src="Makeup images/logo.png" alt="logo" />
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html" class="contact">Contact</a></li>
<a href="#" class="button">+1 916-875-2235</a>
</ul>
</nav>
<div class="head">
<h1>Contact</h1>
</div>
</section>
<section class="contact-form">
<div class="form">
<form>
<input type="text" placeholder="Your Name" /> <br />
<input type="email" placeholder="Your Email" /> <br />
<input type="text" placeholder="Phone Number" /> <br />
<textarea cols="40" rows="7" placeholder="Your Message"></textarea>
<br />
<br />
<a href="#" class="button">Send Message</a>
</form>
<div class="h1">
<h1>Have Any Queries?</h1>
<p>
You can also list down you achievements or some well-known <br />
clients you’ve worked for. Such details often attract customers
<br />
and encourage them to give you a try. Make sure <br />
you add everything possible in this section.
</p>
<hr />
<hr />
<h4>
<i class="fa fa-phone"></i>+123 456 7890 <br />
<i class="fa fa-envelope"></i> mail@example.com<br />
<i class="fa fa-map-marker"></i> 123 Fifth Ave, NY 12004, USA.
</h4>
</div>
</div>
</section>
<section class="social">
<div class="icons">
<h2>Sweet Socials</h2>
<i class="fa fa-instagram"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-linkedin"></i>
<i class="fa fa-google"></i>
</div>
<div class="content">
<h5><i class="fa fa-phone"></i> 123-456-7890</h5>
<h5><i class="fa fa-envelope"></i> info@example.com</h5>
<h5><i class="fa fa-map-marker"></i> 123 Central Square, New York</h5>
</div>
</section>
<section class="location">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3357.894331957048!2d73.93791282462773!3d32.68885533848812!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391f096142200a81%3A0x39859d18fab6dd25!2sKashmir%20Town%2C%20Gujrat%2C%20Punjab%2C%20Pakistan!5e0!3m2!1sen!2s!4v1688746709844!5m2!1sen!2s"
width="100%"
height="550vh"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</section>
<!-- Footer Section -->
<section class="footer">
<div class="footer-left-side">
<img src="Makeup images/logo.png" alt="logo" />
<h1>Christina Koller</h1>
<p>
You can also list down you achievements or some well-known clients
<br />
you’ve worked for. Such details often attract customers and encourage
them <br />
to give you a try. Make sure you add everything possible in this
section.
</p>
<h1>Subscribe For Offers</h1>
<button class="btn">Email Address</button>
<button class="btn1">SUBSCRIBE</button>
</div>
<div class="footer-mid-side">
<h1>Quick Links</h1>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html" class="contact">Contact</a></li>
</ul>
<h1>Follow Us</h1>
<div class="icons">
<i class="fa fa-instagram"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-linkedin"></i>
<i class="fa fa-google"></i>
</div>
</div>
<div class="footer-right-side">
<h1>Say Hi!</h1>
<h3>info@example.com</h3>
<h3>contact@example.com</h3>
<h1>Call Us</h1>
<h3>Phone: +1 916-875-2235</h3>
<h3>Toll Free: +1 910-626-85255</h3>
<h1>Find Us</h1>
<h3>123 Fifth Avenue, Opp Hut,</h3>
<h3>New York, USA.</h3>
</div>
</section>
<section class="copyright">
<h1>
Copyright © 2023 Makeup Artist Website Design || Prepared by Ms. Web
Developer 💖💖
</h1>
</section>
</body>
</html>