3
3
< head >
4
4
< style >
5
5
/* body {
6
+
6
7
background-image: url("./assets/back.jpg");
7
8
opacity: 100%;
8
9
background-repeat: no-repeat;
153
154
manifest.json provides metadata used when your web app is installed on a
154
155
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
155
156
-->
156
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
157
- <!--
157
+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
158
+ <!--
158
159
Notice the use of %PUBLIC_URL% in the tags above.
159
160
It will be replaced with the URL of the `public` folder during the build.
160
161
Only files inside the `public` folder can be referenced from the HTML.
163
164
work correctly both with client-side routing and a non-root public URL.
164
165
Learn how to configure a non-root public URL by running `npm run build`.
165
166
-->
166
- < link href ="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600|Montserrat:200,300,400 " rel ="stylesheet ">
167
-
168
- <!-- <link rel="stylesheet" href="assets/css/bootstrap/bootstrap.css">
167
+ < link href ="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600|Montserrat:200,300,400 "
168
+ rel ="stylesheet ">
169
+
170
+ <!-- <link rel="stylesheet" href="assets/css/bootstrap/bootstrap.css">
169
171
<link rel="stylesheet" href="assets/fonts/ionicons/css/ionicons.min.css">
170
172
<link rel="stylesheet" href="assets/fonts/law-icons/font/flaticon.css">
171
173
181
183
<link rel="stylesheet" href="assets/css/landing-2.css">
182
184
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> -->
183
185
184
- <!-- CSS Files -->
185
- < link href ="../assets/css/bootstrap.min.css " rel ="stylesheet " />
186
- < link href ="../assets/css/now-ui-dashboard.css?v=1.5.0 " rel ="stylesheet " />
187
- <!-- CSS Just for demo purpose, don't include it in your project -->
188
- < link href ="../assets/demo/demo.css " rel ="stylesheet " />
186
+ <!-- CSS Files -->
187
+ < link href ="../assets/css/bootstrap.min.css " rel ="stylesheet " />
188
+ < link href ="../assets/css/now-ui-dashboard.css?v=1.5.0 " rel ="stylesheet " />
189
+ <!-- CSS Just for demo purpose, don't include it in your project -->
190
+ < link href ="../assets/demo/demo.css " rel ="stylesheet " />
189
191
192
+ < script src ="https://kit.fontawesome.com/0ae5f000d2.js " crossorigin ="anonymous "> </ script >
193
+ < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js "
194
+ integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo "
195
+ crossorigin ="anonymous "> </ script >
196
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js "
197
+ integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 "
198
+ crossorigin ="anonymous "> </ script >
199
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js "
200
+ integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM "
201
+ crossorigin ="anonymous "> </ script >
202
+ < title > Placement Socket</ title >
203
+ </ head >
190
204
191
- < script src ="https://kit.fontawesome.com/0ae5f000d2.js " crossorigin ="anonymous "> </ script >
192
- < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
193
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js " integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 " crossorigin ="anonymous "> </ script >
194
- < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js " integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin ="anonymous "> </ script >
195
- < title > Placement Socket</ title >
196
- </ head >
197
- < body data-spy ="scroll " data-target ="#pb-navbar " data-offset ="200 ">
198
- < noscript > You need to enable JavaScript to run this app.</ noscript >
199
- < div id ="root "> </ div >
200
- <!--
205
+ < body data-spy ="scroll " data-target ="#pb-navbar " data-offset ="200 ">
206
+ < noscript > You need to enable JavaScript to run this app.</ noscript >
207
+ < div id ="root "> </ div >
208
+ <!--
201
209
This HTML file is a template.
202
210
If you open it directly in the browser, you will see an empty page.
203
211
207
215
To begin the development, run `npm start` or `yarn start`.
208
216
To create a production bundle, use `npm run build` or `yarn build`.
209
217
-->
210
-
211
- <!-- loader -->
212
- <!-- <div id="pb_loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
218
+
219
+ <!-- loader -->
220
+ <!-- <div id="pb_loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
213
221
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
214
222
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#1d82ff" />
215
223
</svg>
216
224
</div> -->
217
-
218
- <!-- <script src="assets/js/jquery.min.js"></script>
225
+
226
+ <!-- <script src="assets/js/jquery.min.js"></script>
219
227
220
228
<script src="assets/js/popper.min.js"></script>
221
229
<script src="assets/js/bootstrap.min.js"></script>
227
235
228
236
<script src="assets/js/main.js"></script> -->
229
237
230
- < script src ="../assets/js/core/jquery.min.js "> </ script >
231
- < script src ="../assets/js/core/popper.min.js "> </ script >
232
- < script src ="../assets/js/core/bootstrap.min.js "> </ script >
233
- < script src ="../assets/js/plugins/perfect-scrollbar.jquery.min.js "> </ script >
234
- <!-- Chart JS -->
235
- < script src ="../assets/js/plugins/chartjs.min.js "> </ script >
236
- <!-- Notifications Plugin -->
237
- < script src ="../assets/js/plugins/bootstrap-notify.js "> </ script >
238
- <!-- Control Center for Now Ui Dashboard: parallax effects, scripts for the example pages etc -->
239
- < script src ="../assets/js/now-ui-dashboard.min.js?v=1.5.0 " type ="text/javascript "> </ script >
240
- <!-- Now Ui Dashboard DEMO methods, don't include it in your project! -->
241
- < script src ="../assets/demo/demo.js "> </ script >
242
- </ body >
243
- </ html >
238
+ < script src ="../assets/js/core/jquery.min.js "> </ script >
239
+ < script src ="../assets/js/core/popper.min.js "> </ script >
240
+ < script src ="../assets/js/core/bootstrap.min.js "> </ script >
241
+ < script src ="../assets/js/plugins/perfect-scrollbar.jquery.min.js "> </ script >
242
+ <!-- Chart JS -->
243
+ < script src ="../assets/js/plugins/chartjs.min.js "> </ script >
244
+ <!-- Notifications Plugin -->
245
+ < script src ="../assets/js/plugins/bootstrap-notify.js "> </ script >
246
+ <!-- Control Center for Now Ui Dashboard: parallax effects, scripts for the example pages etc -->
247
+ < script src ="../assets/js/now-ui-dashboard.min.js?v=1.5.0 " type ="text/javascript "> </ script >
248
+ <!-- Now Ui Dashboard DEMO methods, don't include it in your project! -->
249
+ < script src ="../assets/demo/demo.js "> </ script >
250
+ </ body >
251
+
252
+ </ html >
0 commit comments