-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
176 lines (153 loc) · 6.71 KB
/
contact.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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/master.css">
<link rel="stylesheet" href="styles/contact.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico" sizes="16x16">
<title>Creinfia | Contact</title>
</head>
<body>
<!-- Scroll to top -->
<section class="scroll-to-top" id="scroll-top">
<a href="#top"><img src="images/scroll-to-top1.svg" alt="scroll"></a>
</section>
<!-- End Scroll to top -->
<!--top-container-->
<section class="main-section top-alt">
<!-- NavBar-->
<div class="navbar">
<table class="nav-table" width="100%" cellpadding="10">
<tr align="center">
<td width="30%" align="left"><a href="index.html"> <img src="images/logo.png" alt="LOGO"
class="nav-logo"> </a>
</td>
<td><a href="index.html" class="nav-links">Home</a></td>
<td><a href="about.html" class="nav-links">About</a></td>
<td><a href="services.html" class="nav-links">Services</a></td>
<td><a href="pricing.html" class="nav-links">Pricing</a></td>
<td width="10%"></td>
<td width="10%"><a href="contact.html" class="nav-links chips">CONTACT</a></td>
<td width="10%"><a href="login.html" class="nav-links chips">LOGIN</a></td>
</table>
</div>
<!--End Navbar -->
<div class="landing-text-2">
<h1>Contact</h1>
<!-- <h3>We love to find simple solutions to complex challenges</h3> -->
</div>
</section>
<!--End top-container-->
<!-- Main-section -->
<section class="contact-container">
<div class="cards-container">
<div class="cards">
<img src="images/map-location-dot-solid.svg" alt="location" class="map-img">
<h3>Address</h3>
<p>80 Pine St. 10th Floor, New York, NY 10005, USA</p>
</div>
<div class="cards">
<img src="images/phone-solid.svg" alt="phone" class="map-img">
<h3>Phone</h3>
<p><a href="tel: 123 456 789 0"> 123 456 789 0</a> <br></p>
<p><a href="tel:(+321) 123 456 789 0">(+321) 123 456 789 0</a></p>
</div>
<div class="cards">
<img src="images/envelope-solid.svg" alt="email" class="map-img">
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="frm-container">
<div class="form">
<div class="form-header">
<!-- <h3>CONATCT US</h3> -->
<h1 class="grad-title"><span>Get In Touch</span></h1>
<p>Feel free to contact us for any query or suggestion. We will get back to you as soon as
possible!</p>
</div>
<div class="form-content">
<form action="">
<div class="form-group">
<input type="text" placeholder="First Name" class="fname" required>
<input type="text" placeholder="Last Name" class="lname" required>
</div>
<div class="form-group">
<input type="email" placeholder="Email" class="email" required>
</div>
<div class="form-group">
<textarea cols="30" rows="10" placeholder="Message" required></textarea>
</div>
<div class="form-group">
<button type="submit" class="btn">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- End Main-section -->
<!-- Footer -->
<footer>
<div class="footer-content">
<div class="footer-branding">
<img src="images/logo.png" alt="logo" class="footer-logo">
<h2>
<em>
Inifnite thoughts. <br> Infinite worlds. <br> Infinite possibilities.
</em>
</h2>
</div>
<div class="address">
<h3>Address</h3>
<address>
T : <a href="tel:123 456 789 0">123 456 789 0</a> <br>
<a href="tel:(+321) 123 456 789 0 ">(+321) 123 456 789 0 </a><br>
A : 80 Pine St. 10th Floor <br>
New York, NY 10005, USA
</address>
<br>
<p>
<a href="mailto:[email protected]" target="_blank">E : [email protected]</a>
<br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="footer-links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="follow-us">
<h3>Follow Us</h3>
<ul>
<li><a href="https://www.instagram.com/" target="_blank">
<img src="images/instagram-logo.svg" alt="instagram"></a>
</li>
<li><a href="https://facebook.com/" target="_blank">
<img src="images/facebook-logo.svg" alt="facebook"></a>
</li>
<li><a href="https://twitter.com" target="_blank">
<img src="images/twitter-logo.svg" alt="twitter"></a>
</li>
<li><a href="https://youtube.com" target="_blank">
<img src="images/youtube-logo.svg" alt="youtube"></a></li>
</ul>
</div>
</div>
<div class="footer-credits">
<p>Copyright © 2022 Creinfia Inc</p>
<p>Made with ❤ by Shridhar Khare</p>
</div>
</footer>
<!-- End Footer -->
</body>
</html>