-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDublin_Apps_Contact.html
154 lines (151 loc) · 7.06 KB
/
Dublin_Apps_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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dublin Apps contact page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="css/dublin_main.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" media="screen,projection" href="css/ui.totop.css" />
<link href="css/dublin_main_news_accordion.css" rel="stylesheet" type="text/css" />
<link href="css/slick.css" rel="stylesheet" type="text/css" />
<link href="css/slick-theme.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrapper">
<div class="container">
<header class="main_header">
<a class="login_btn" href="Registration_page.html" title="Login">Login ›</a>
<div class="logo">
<img src="assets/images/logo.png" alt="Logo of Dublin Apps">
</div>
<nav>
<ul class="main_nav">
<li><a href="Dublin_Apps_Home_Page.html" title="Dublin Apps home page">Home</a></li>
<li><a href="Dublin_Apps_Products_Page.html" title="ipad applications page">ipad apps</a></li>
<li><a href="Dublin_Apps_Product_Demo.html" title="Demonstrations page">Demonstrations</a></li>
<li><a href="Dublin_Apps_Product_Innerpage.html" title="Leopards media page">Leopards media</a></li>
<li><a href="Dublin_Apps_Blog_Page.html" title="DublinApps blog page page">Blog</a></li>
<li><a class="main_nav_active" href="Dublin_Apps_Contact.html" title="Contact page">Connect us</a></li>
</ul>
</nav>
</header>
<main class="main_product_page">
<header class="content_header header_inner_page_product">
<div class="content_header_text">
<h2>Keep in touch with us</h2>
<span>Lorem Ipsum is simply dummy</span>
</div>
<div class="product_page_search">
<img src="assets/images/search.png" alt="Ipad Application Loren ipsum" width="17" height="16">
<label class="visually-hidden" for="search">Searching</label>
<input name="search" id="search" placeholder="Search..." type="text" />
</div>
</header>
<div class="contact_cntnt">
<section class="">
<form class="contact_page_form">
<label class="visually-hidden" for="name">Enter your Name</label>
<input name="Name" id="name" placeholder="Enter Your Name" type="text" />
<label class="visually-hidden" for="e-mail">Enter your e-mail</label>
<input name="E-mail" id="e-mail" placeholder="Enter your e-mail" type="text" />
<label class="visually-hidden" for="theme">Enter your theme</label>
<input name="Theme" id="theme" placeholder="Enter Your theme" type="text" />
<label class="visually-hidden" for="message">Enter your Message</label>
<textarea name="Message" id="message" placeholder="Enter your Message" type="text" ></textarea>
<button type="submit" class="btn_blue" id="contact_button">Submit</button>
</form>
</section>
<div class="middle_line"></div>
<section class="contact_data">
<article class="contact_text">
<h3>✓Dublin i Pad Applications</h3>
<p>
<address>Lorem Ipsum<br>
simply, dummytext<br>
printing <br></address>
email: mail@yourdomainname.com<br>
: info@yourdomainname.com<br>
Phone: +99 54412477, +99 984561142</p>
</article>
<img src="assets/images/contact/contact_map.jpg" alt="Ipad Application Loren ipsum" width="335" height="282">
</section>
</div>
</main>
<footer class="footer">
<div class="footer_content">
<section class="twitts">
<img src="assets/images/twitter_footer.png" alt="Twitts" width="64" height="64">
<div class="twitts_text">
<p >Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text of the printing and typesetting industry.</p>
<p class="twitts_text_signature">- versions of Lorem Ipsum.</p>
</div>
</section>
<img class="footer_line" src="assets/images/line_news_footer.png" alt="Twitts" >
<div class="footer_forms">
<section class="newsletter">
<h3>Newsletter</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever sinc
</p>
<div>
<input name="subscribe" id="subscribe" placeholder="Your e-mail" type="text" />
<button type="submit" id="newsletter_button" class="btn_submit_footer">Subscribe</button>
</div>
<ul class="footer_socials">
<li><a href="#" title="twitter"><img src="assets/images/footer_social_twitter.png" alt="Twitter" width="38" height="38"></a></li>
<li><a href="#" title="facebook"><img src="assets/images/footer_social_facebook.png" alt="Facebook" width="38" height="38"></a></li>
<li><a href="#" title="instagram"><img src="assets/images/footer_social_instagram.png" alt="Instagram" width="38" height="38"></a></li>
</ul>
</section>
<section class="contact">
<h3>Contact form</h3>
<form class="contact_form" method="post">
<label class="visually-hidden" for="name">Enter your Name</label>
<input name="Name" id="name" placeholder="Enter Your Name" type="text" />
<label class="visually-hidden" for="theme">Enter your theme</label>
<input name="Theme" id="theme" placeholder="Enter Your theme" type="text" />
<label class="visually-hidden" for="e-mail">Enter your e-mail</label>
<input name="E-mail" id="e-mail" placeholder="Enter your e-mail" type="text" />
<label class="visually-hidden" for="message">Enter your Message</label>
<textarea name="Message" id="message" placeholder="Enter your Message" type="text" ></textarea>
<button type="submit" id="contact_button" class="btn_submit_footer">Submit</button>
</form>
</section>
</div>
<section class="footer_credits">
Design by <a class="footer_credit_a" href="https://cssauthor.com" title="home">cssauthor.com</a> ©. HTML, CSS by Serge
</section>
</div>
</footer>
</div>
</div>
<section class="login_modal_window">
<section class="login_box">
<button class="login_modal_window_close" type="button" title="Close the window">Close</button>
<div class="login_box_form">
<form method="post">
<div class="login_box_header">
<h4>Member login</h4>
<span>Lorem Ipsum is simply</span>
</div>
<label class="visually-hidden" for="use_name">Name</label>
<input name="User name" id="user_name" placeholder="User name" type="text" />
<label class="visually-hidden" for="Password">Password</label>
<input name="Password" id="password" placeholder="Password" type="text" />
<div class="login_box_form_interactive">
<a class="" href="#home" title="click here if you forgot password">Forgot password</a>
<button type="submit" name="Login" id="login" >Login</button>
</div>
</form>
</div>
</section>
</section>
</body>
<script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
<!-- jquery -->
<!-- Easing plugin ( optional ) -->
<script src="js/easing.js" type="text/javascript"></script>
<!-- UItoTop plugin -->
<script src="js/jquery.ui.totop.js" type="text/javascript"></script>
<!-- Login popup plugin -->
<script src="js/loginpopup.js" type="text/javascript"></script>
</html>