-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathimportcontacts.php
196 lines (158 loc) · 6.18 KB
/
importcontacts.php
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
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0-11/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
<title>Start NG</title>
<style>
body {
font-family: Nunito;
}
/* Style for Navbar Starts */
.navbar-custom li a {
color: #000;
}
.btn-success {
background-color: #2DCE89;
color: #fff;
border: thin solid #2dce89;
}
.btn-success:hover {
background-color: #2DCE89;
color: #fff;
border: thin solid #2dce89;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
border-color: #000;
}
/* Style for Navbar Ends */
/* Style for Footer Starts */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
}
a {
text-decoration: none;
}
.deep {
background: #3A0842;
color: #fff;
}
.deep #slink {
background: #44CF6C;
border-radius: 10px;
color: white;
padding: 10px 70px;
}
.deep li a {
text-decoration: none;
color: #fff;
font-size: 16px;
line-height: 30px;
}
.deep li {
list-style: none;
}
.deep li a:hover {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.icons i {
font-size: 26px;
height: 50px;
width: 50px;
padding: 10px 20px;
color: white;
}
.icons i.fa.fa-twitter:hover {
color: #00aced;
}
.icons i.fa.fa-facebook:hover {
color: #3b5598;
}
.icons i.fa.fa-instagram:hover {
color: #ed3833;
}
/* Style for Footer Ends */
.body-banner {
background-image: url('https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570926364/startng/Group_415_yteas3.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.checked {
color: orange;
}
.video {
background-color: #44CF6C;
}
.help {
background-image: url('https://res.cloudinary.com/sgnolebagabriel/image/upload/v1570930464/startng/Group_418_ngwxfa.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-custom bg-custom deep">
<div class="container">
<a href="/" class="navbar-brand"><img src="https://res.cloudinary.com/juwon-tech/image/upload/v1570818437/Logo_1_oyasky.png" class="img-fluid" alt="logo" width="150px"></a>
<button class="navbar-toggler float-right custom-toggler" type="button" data-toggle="collapse" data-target="#navbar9" style="color: #000;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar9">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-5">
<!-- <a class="btn btn-success nav-link px-5" href="admin" style="color: #fff;">Admin
Login</a> -->
</li>
</ul>
</div>
</div>
</nav>
<!-- <div class="container-fluid body-banner pt-5 pb-5">
<div class="col-md-6 offset-md-2">
<h4 class="pt-5 mt-5 pb-4" style="color: #fff; font-style: normal; font-weight: 600; font-size: 35px; line-height: 27px;">Welcome to StartNG Contacts</h4>
<p class="pb-3" style="color: #fff; font-style: normal; font-weight: 400; font-size: 16px; line-height: 27px;">
</p>
<a href="admin" class="btn btn-success pl-5 pr-5 mb-4">Admin Login</a>
</div>
</div> -->
<div class="container">
<div class="row align-items-center mt-4">
<div class="col-md-6 mb-4">
<p>The function decodes your file and fetches email fields from them.<br><strong>Note:</strong>Its still in construction</p>
<hr>
<p> JSON FILE</p>
<form action="">
<input type="file" name="" id="" style="background-color: #44CF6C; border-color: #44CF6C;">
<hr>
<hr>
<input type="checkbox" name="Test" value="">Test Output<br>
<hr>
<br>
<div class="mt-3 mb-3">
<button type="button" class="btn btn-primary ml-1 pl-5 pr-5" style="background-color: #44CF6C; border-color: #44CF6C;">import</button>
</div>
</form>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.15.0/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>