-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
195 lines (176 loc) · 6.33 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
195
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Want to get in touch?</title>
<!-- google fonts -->
<link href="//fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!-- header -->
<header>
<div class="w3l-header" id="home">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark pl-0 pr-0">
<a class="navbar-brand m-0" href="index.html"><span class="fa fa-gamepad"></span> Connect with me. </a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-lg-4">
<a class="nav-link pl-0 pr-0" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-lg-4">
<a class="nav-link pl-0 pr-0" href="about.html">About me</a>
</li>
<li class="nav-item mr-lg-4">
<a class="nav-link pl-0 pr-0" href="services.html">Services</a>
</li>
<li class="nav-item active">
<a class="nav-link pl-0 pr-0" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- //header -->
<!-- contact form -->
<section class="w3l-contacts-12 py-5" id="contact">
<div class="container py-md-3">
<div class="contacts12-main">
<div class="title-section">
<h3 class="main-title-w3 mb-md-5 mb-4">Want to get in touch? <br>Find me on
<a href="" class="editContent">phone</a>,
<a href="" class="editContent">email</a>,
<a href="https://twitter.com/Thewikiii" class="editContent">twitter</a>
or <a href="https://in.linkedin.com/in/thewikiii1" class="editContent">linkedin</a>.</h3>
</div>
<form action="https://sendmail.w3layouts.com/submitForm" method="post" class="">
<div class="main-input">
<input type="text" name="w3lName" placeholder="Enter your name" class="contact-input" required="" />
<input type="email" name="w3lSender" placeholder="Enter your mail" class="contact-input" required="" />
<input type="email" name="w3lSubject" placeholder="Subject" class="contact-input" />
<textarea class="contact-textarea contact-input" name="w3lMessage" placeholder="Enter your message" required=""></textarea>
</div>
<div class="text-right">
<button class="btn-primary btn btn-style">Send</button>
</div>
</form>
</div>
</div>
</section>
<!-- //contact form -->
<!-- Footer -->
<footer>
<section class="w3l-footers-1">
<div class="footer py-3">
<div class="container">
<div class="footer-content">
<div class="row">
<div class="col-lg-8 footer-left">
<p class="m-0">© All Rights Reserved | Design by <a href="https://thewikiii.cf/about.html">Thewikiii</a></p>
</div>
<div class="col-lg-4 footer-right text-lg-right text-center mt-lg-0 mt-3">
<ul class="social m-0 p-0">
<li><a href="https://in.linkedin.com/in/thewikiii1"><span class="fa fa-linkedin"></span></a></li>
<li><a href="https://www.instagram.com/thewikiii/"><span class="fa fa-instagram"></span></a></li>
<li><a href="https://twitter.com/Thewikiii"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</footer>
<!-- //Footer -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" class="editContent" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
<!-- common jquery -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //common jquery -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!-- for blog carousel slider -->
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
var owl = $('.owl-carousel');
owl.owlCarousel({
stagePadding: 20,
margin: 15,
nav: false,
loop: false,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
1000: {
items: 3
}
}
})
})
</script>
<!-- //for blog carousel slider -->
<!-- stats number counter-->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats number counter -->
<!-- jQuery-Photo-filter-lightbox-portfolio-plugin -->
<script src="assets/js/jquery-1.7.2.js"></script>
<script src="assets/js/jquery.quicksand.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/jquery.prettyPhoto.js"></script>
<!-- //jQuery-Photo-filter-lightbox-portfolio-plugin -->
<!-- bootstrap js -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- //bootstrap js -->
</body>
</html>