-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
118 lines (103 loc) · 4.25 KB
/
Copy pathindex2.html
File metadata and controls
118 lines (103 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> ♥ A B D E l R A Z E K ♥ | Developer</title>
<meta charset="UTF-8" />
<meta content="Contact Us" name="description" />
<meta content="Contact Us " name="twitter:description" />
<meta content="Contact Us " property="cg:description" />
<!-- For Internet Explorer -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- for Device mobile -->
<meta name="Content" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<!-- css -->
<link rel="stylesheet" href="css/bootstrap.css" as="style" />
<link rel="stylesheet" href="css/fontawesome-all.css" type="text/css" />
<link rel="stylesheet" href="css/jBox/jBox.css">
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/query_requesting.css" />
<link rel="stylesheet" href="css/toggle-switch.css" />
<!--S fonts google -->
<link rel="stylesheet" href="css/font-google.css" />
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Black+Ops+One|Codystar|Coiny|Creepster|Faster+One|Fontdiner+Swanky|Frijole|Gravitas+One|Kirang+Haerang|Knewave|Kranky|Mystery+Quest|Nixie+One|Nosifer|Orbitron|Righteous|Rye|Sancreek|Shojumaru|Trade+Winds" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Marck+Script|Monoton|Sacramento|Source+Code+Pro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet">
<!--E fonts google -->
</head>
<style>
html,body{
overflow:visible !important;
}
</style>
<body>
<!-- start Contact page -->
<div class="card card-contact" id="contact">
<div class="address">
<i class="fas fa-envelope-square fa-2x"></i>
<h2>Contact Me</h2>
</div>
<form id="contact-form">
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="input-group name">
<span class="input-group-addon" id="basic-addon1">N</span>
<input name="user" id="user_send" type="text" class="form-control" placeholder="Name" aria-describedby="basic-addon1" name="user" />
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="input-group phone">
<span class="input-group-addon" id="basic-addon1">PH</span>
<input id="phone_send" type="text" class="form-control" placeholder="Phone" aria-describedby="basic-addon1" name="phoneN" />
</div>
</div>
<div class="col-xs-12">
<div class="input-group user">
<span class="input-group-addon" id="basic-addon1">@</span>
<input id="mail_send" type="email" class="form-control" placeholder="Email" aria-describedby="basic-addon1" />
</div>
</div>
<div class="col-xs-12">
<div class="message">
<textarea id="message_send" required="required" placeholder="Message"> </textarea>
</div>
</div>
<div class="col-xs-12">
<!--S recapatcha-google-->
<div class="recapatcha-google">
<div class="g-recaptcha" data-sitekey="6LcsKUgUAAAAAPRlyrIpn2_FRQK_EEDGsuj8LAM-" theme="dark"></div>
</div>
<!--E recapatcha-google-->
</div>
<div class="col-xs-12">
<div class="send">
<div class="input-group btn-send">
<button id="btn_send" type="button" class="form-control" aria-describedby="basic-addon1"> Send </button>
</div>
</div>
<div class="image-loading">
<img src="images/load1.gif" alt="loading..." title="loading...." />
<h3 class="text-center">Sending...</h3>
</div>
<!-- alert message here -->
<div id="msg_place" class="text-center alert-message alert alert-danger alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</form>
</div>
<!-- basic js load..... -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="js/jBox/jBox.min.min.js"></script>
<script src="js/tooltips.js"></script>
<script src="js/bootstrap.min.js "></script>
<script src="js/main.js"></script>
<script src="js/toggle-switch.js"></script>
<script src="js/scroll_up.js"></script>
<script src="js/loader.js"></script>
</body>
</html>