-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
194 lines (170 loc) · 9.03 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!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">
<title>Contact Us</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
</head>
<body>
<header class="contact-header">
<div class="wrapper">
<nav class="header-nav">
<button class="hamburger" aria-label="view page's navigation links" id="myMenuId">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
<ul class="nav-links mobile menu-pop-out" id="myListId">
<li><a href="/index.html" class="home" aria-label="link to home page">home</a></li>
<li><a href="/blog.html" class="blog-link" aria-label="link to blog page">blog</a></li>
<li><a href="#" class="portfolio-link" aria-label="link to portfolio page">portfolio</a></li>
<li class="dissapearing special-mobile"><a href="#" class="shop" aria-label="link to shopping cart">shop</a></li>
<li class="dissapearing special-mobile"><a href="/contact.html" class="contact-link" aria-label="link to contact page">contact</a></li>
</ul>
<h1 class="logo">creative</h1>
<ul class="nav-links">
<li class="mobile right"><a href="#" class="shop" aria-label="link to shopping cart">shop</a></li>
<li class="mobile right"><a href="#" class="contact-link" aria-label="link to contact page">contact</a></li>
<li>
<button aria-label="search for products">
<i class="fas fa-search"></i>
</button>
</li>
<li>
<button aria-label="view your shopping cart">
<i class="fas fa-shopping-bag"></i>
</button>
</li>
</ul>
</nav>
</div> <!-- .wrapper ends -->
<div class="contact-title">
<div class="wrapper">
<h2><span class="c-pseudo"></span>contact <span class="new-line">us</span></h2>
</div> <!-- mini .wrapper ends-->
</div>
</header> <!-- Header ends -->
<!-- Main begins -->
<main>
<div class="wrapper">
<section class="contact-details">
<div class="details-title">
<h3>contact details</h3>
<p>If you need any help, please contact us or send us an email or go to our forum. We are sure that you can receive our reply as soon as possible</p>
</div>
<div class="contact-types">
<ul>
<li>
<div class="phone">
<i class="fas fa-mobile-alt"></i>
<h4>phone</h4>
<p>Phone 01: 123, 456 7890</p>
<p>Phone 02: 345, 678 9101</p>
</div>
</li>
<li>
<div class="address">
<i class="fas fa-map-marker-alt"></i>
<h4>address</h4>
<p>6591 Orchard Street, Toronto, Ontario</p>
</div>
</li>
<li>
<div class="email">
<i class="fas fa-envelope"></i>
<h4>email</h4>
<p>contact@creative.com</p>
<p>info@creative.com</p>
</div>
</li>
</ul>
</div>
</section> <!-- .contact-details ends here -->
<section class="get-in-touch">
<h3>get in touch with us</h3>
<p>If you have any questions. Please dont hesitate to send us a message</p>
<form action="#">
<label for="userName" class="sr-only">Enter your name:</label>
<input type="text" id="userName" placeholder="Enter your name...">
<label for="userEmail" class="sr-only">Enter your email:</label>
<input type="email" id="userEmail" placeholder="youremail@domain.com">
<label for="userSubject" class="sr-only">Enter a subject(optional):</label>
<input type="text" id="userSubject" placeholder="Subject(Optional)">
<!-- 3 above should be on one line -->
<!-- textArea should be on 1 line by itself as well as button -->
<label for="userComment" class="sr-only">Enter your comment:</label>
<textarea id="userComment" name="userComment" placeholder="Here goes your comment" cols="30" rows="10"></textarea>
<div class="btn-container">
<button type="submit">send message</button>
</div>
</form>
</section>
</div> <!-- .wrapper ends -->
<section class="img">
<img src="/assets/contact-2.jpeg" alt="Curly haired woman smiling while talking on a cellphone, dressed in business wear and walking outside">
</section>
</main>
<footer>
<div class="wrapper">
<div class="flex-footer">
<section class="contact">
<h3>contact us</h3>
<address>
<ul>
<li>6591 Orchard Street, NY 10002, United States</li>
<li>Email: contact@onepro.co</li>
<li>Phone 01: +00 (9) 123 3456 789</li>
<li>Phone 02: +00 (9) 123 3456 788</li>
<li>Fax: +00 (9) 643 6543 898</li>
</ul>
</address>
<div class="social-icons">
<ul>
<li><a href="#" aria-label="link to social">
<i class="fab fa-facebook-f"></i>
</a></li>
<li><a href="#" aria-label="link to social">
<i class="fab fa-twitter"></i>
</a></li>
<li><a href="#" aria-label="link to social">
<i class="fab fa-instagram"></i>
</a></li>
</ul>
</div>
</section> <!-- .contact section ends-->
<section class="recent-posts">
<h3>recent posts</h3>
<ul>
<li><a href="#" aria-label="link to blog">Conversion hackathon partner</a></li>
<li><a href="#" aria-label="link to blog">Network channels entrepreneur</a></li>
<li><a href="#" aria-label="link to blog">Return on investment creative</a></li>
<li><a href="#" aria-label="link to blog">Assets interaction design venture</a></li>
<li><a href="#" aria-label="link to blog">Infographic learning curve</a></li>
</ul>
</section> <!-- .recent-posts section ends -->
<section class="twitter-widget">
<h3>twitter widget</h3>
<form action="">
<h4>Signup for emails and notifications below.</h4>
<div class="button-input-styling">
<label for="userEmail" class="sr-only">Enter your email</label>
<input type="email" id="userEmail" placeholder="Enter your email">
<button type="submit" aria-label="submit form">
<i class="fas fa-long-arrow-alt-right"></i>
</button>
</div>
</form>
</section> <!-- .twitter-widget section ends -->
</div> <!-- .flex-footer ends here-->
<section class="banner">
<p>creative agency</p>
</section> <!-- .banner section ends -->
</div> <!-- .wrapper ends here -->
</footer>
<script src="./main.js"></script>
</body>
</html>