-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
190 lines (179 loc) · 7.31 KB
/
contacts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AdminLTE 3 | Dashboard 2</title>
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- icheck bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/icheck-bootstrap/3.0.1/icheck-bootstrap.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css">
<link rel="stylesheet" href="/css/dashboard.css">
</head>
<body class="hold-transition dark-mode sidebar-mini layout-fixed layout-navbar-fixed layout-footer-fixed">
<div class="wrapper">
<!-- Main Sidebar Container -->
<div class="row">
<div class="col-sm-3">
<aside class="sidebar-dark-primary elevation-4">
<!-- Brand Logo -->
<span class="brand-link">
<img src="/img/RACreatorsLogo.png" alt="RA Creators Logo" class="brand-image img-circle" style="opacity: .8">
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</span>
<!-- Sidebar -->
<div class="sidebar">
<!-- Sidebar user panel (optional) -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
<div class="image mt-1">
<img src="/img/user_logo.jpg" class="img-circle elevation-2" alt="User Image">
</div>
<div class="info">
<a href="#" class="d-block">Rushikesh Susar</a>
</div>
</div>
<!-- SidebarSearch Form -->
<div class="form-inline">
<div class="input-group" data-widget="sidebar-search">
<input class="form-control form-control-sidebar" type="search" placeholder="Search" aria-label="Search">
<div class="input-group-append">
<button class="btn btn-sidebar">
<i class="fas fa-search fa-fw"></i>
</button>
</div>
</div>
</div>
<!-- Sidebar Menu -->
<nav class="mt-2">
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu"
data-accordion="false">
<!-- Add icons to the links using the .nav-icon class
with font-awesome or any other icon font library -->
<li class="nav-item menu-open">
<a href="/dashboard.html" class="nav-link ">
<i class="nav-icon fas fa-tachometer-alt"></i>
<p>
Dashboard
</p>
</a>
</li>
<li class="nav-item menu-open">
<a href="/analytics.html" class="nav-link ">
<i class="nav-icon fas fa-analytics"></i>
<p>
Analytics
</p>
</a>
</li>
<li class="nav-item menu-open">
<a href="/StayInTouch.html" class="nav-link ">
<i class="nav-icon fa fa-link" aria-hidden="true"></i>
<p>
Stay In Touch
</p>
</a>
</li>
<li class="nav-item menu-open">
<a href="/contacts.html" class="nav-link active">
<i class="nav-icon fa fa-address-book" aria-hidden="true"></i>
<p>
Contacts Us
</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->
</div>
<!-- /.sidebar -->
</aside>
</div>
<div class="col-sm-9 p-0 pt-3" style="height: 100vh; overflow-y : auto;">
<!-- Main content -->
<h2 class="text-center mt-5 mb-5 contact_list">Contact List</h2>
<div class="w-75 mt-5 m-auto">
<table class="table table-bordered">
<thead>
<tr class="">
<th scope="col">Sr.No.</th>
<th scope="col">Name</th>
<th scope="col">Mobile No</th>
<th scope="col">Email</th>
<th scope="col">Message</th>
<th scope="col">Delete</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Rushikesh</td>
<td>5694856324</td>
<td>[email protected]</td>
<td>hi, there</td>
<td><a href="#"><i class="fas fa-trash-alt "></i></a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jay</td>
<td>1563489657</td>
<td>[email protected]</td>
<td>Hi</td>
<td><a href="#"><i class="fas fa-trash-alt"></i></a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Arnab</td>
<td>7896532145</td>
<td>[email protected]</td>
<td>hello</td>
<td><a href="#"><i class="fas fa-trash-alt"></i></a></td>
</tr>
</tbody>
</table>
</div>
<!-- /.content -->
</div>
</div>
<!-- Main Footer -->
<!-- <footer class="main-footer">
<strong>Copyright © 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved.
<div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.2.0-rc
</div>
</footer> -->
</div>
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- overlayScrollbars -->
<script src="plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js"></script>
<!-- Bootstrap 4 -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- AdminLTE App -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"></script>
<script src="/js/dashboard.js"></script>
<script>
const hamburger = document.querySelector(".hamburger");
const sidebar = document.querySelector(".sidebar");
hamburger.addEventListener("click", mobileMenu);
function mobileMenu() {
hamburger.classList.toggle("active");
sidebar.classList.toggle("active");
}
</script>
</body>
</html>