forked from DJWOMS/django_movie_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
movies.html
627 lines (599 loc) · 38.7 KB
/
movies.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- //Meta tag Keywords -->
<title>Clack Website Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="./bundles/css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<!--/ Style-CSS -->
<link rel="stylesheet" href="./bundles/css/style.css" type="text/css" media="all">
<!--// Style-CSS -->
<!-- font-awesome-icons -->
<link href="./bundles/css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome-icons -->
<!-- /Fonts -->
<link href="//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900" rel="stylesheet">
<!-- //Fonts -->
</head>
<body>
<div id="page" class="page"><!-- mian-content -->
<div class="main-banner bg bg1" id="home" style="background-color: rgba(0, 0, 0, 0); margin-top: 0px; background-image: url("bundles/single-post-pic.jpg");">
<!-- header -->
<header class="header">
<div class="container-fluid px-lg-5">
<!-- nav -->
<nav class="py-4">
<div id="logo">
<h1> <a href="index.html" class="editContent" style="outline: none; outline-offset: -2px; cursor: inherit; color: rgb(255, 255, 255); font-size: 40px; background-color: rgba(0, 0, 0, 0); font-family: "Source Sans Pro", sans-serif;">DjangoMovie</a></h1>
</div>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop">
<ul class="menu mt-2">
<li class="active"><a href="index.html">Главная</a></li>
<li>
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle">Категории <span class="fa fa-angle-down" aria-hidden="true" ></span> </label>
<a href="#">Категории <span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" id="drop-2">
<ul>
<li><a href="moviesingle.html">Фильмы</a></li>
<li><a href="moviesingle.html">Сериалы</a></li>
<li><a href="moviesingle.html">Мультфильмы</a></li>
</ul>
</li>
<li><a href="contact.html" style="color: rgb(255, 255, 255); font-weight: 700; text-transform: uppercase;">Вход</a></li>
</ul>
</nav>
<!-- //nav -->
</div>
</header>
<!-- //header -->
<!--/banner-->
<div class="banner-info">
<p class="editContent" >лучший сайт на django 3</p>
<h3 class="mb-4 editContent">Все о кино</h3>
<div class="ban-buttons">
</div>
</div>
<!--// banner-inner -->
</div>
<!--//main-content-->
<!---->
<ol class="breadcrumb editContent">
<li class="breadcrumb-item">
<a href="index.html" class="editContent">Home</a>
</li>
<li class="breadcrumb-item active editContent">Single Page</li>
</ol>
<!---->
<!-- banner -->
<section class="ab-info-main py-md-5 py-4 editContent" style="padding-left: 3rem; padding-right: 3rem;">
<div class="container-fluid py-md-3">
<div class="row">
<div class="side-bar col-lg-3">
<div class="search-bar w3layouts-newsletter">
<h3 class="sear-head editContent" >Поиск фильма</h3>
<form action="#" method="post" class="d-flex editContent" >
<input type="search" placeholder="Введите название..." name="search" class="form-control" required="">
<button class="btn1 btn" ><span class="fa fa-search" aria-hidden="true" ></span></button>
</form>
</div>
<!--preference -->
<div class="left-side my-4">
<h3 class="sear-head editContent" >Жанры</h3>
<ul class="w3layouts-box-list">
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >Аниме</span>
</li>
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >Боевики</span>
</li>
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >Комедии</span>
</li>
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >Ужасы</span>
</li>
</ul>
</div>
<!-- // preference -->
<!-- discounts -->
<div class="left-side">
<h3 class="sear-head editContent" >Год</h3>
<ul class="w3layouts-box-list">
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >2020</span>
</li>
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >2019</span>
</li>
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >2018</span>
</li>
<li>
<input type="checkbox" class="checked">
<span class="span editContent" >2017</span>
</li>
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >2016</span>
</li>
<li class="editContent" >
<input type="checkbox" class="checked">
<span class="span editContent" >2015</span>
</li>
</ul>
</div>
<!-- //discounts -->
<!-- reviews -->
<div class="customer-rev left-side my-4">
<h3 class="sear-head editContent" >Рейтинг</h3>
<ul class="w3layouts-box-list">
<li>
<a href="#">
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="editContent" >5.0</span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star-o" aria-hidden="true" ></span>
<span class="editContent" >4.0</span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star-half-o" aria-hidden="true" ></span>
<span class="fa fa-star-o" aria-hidden="true" ></span>
<span class="editContent" >3.5</span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star" aria-hidden="true"></span>
<span class="fa fa-star-o" aria-hidden="true" ></span>
<span class="fa fa-star-o" aria-hidden="true" ></span>
<span class="editContent" >3.0</span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-star" aria-hidden="true"></span>
<span class="fa fa-star" aria-hidden="true" ></span>
<span class="fa fa-star-half-o" aria-hidden="true" ></span>
<span class="fa fa-star-o" aria-hidden="true" ></span>
<span class="fa fa-star-o" aria-hidden="true" ></span>
<span class="editContent" >2.5</span>
</a>
</li>
</ul>
</div>
<!-- //reviews -->
<!-- deals -->
<div class="deal-leftmk left-side">
<h3 class="sear-head editContent">Последние добавленные</h3>
<div class="special-sec1 row mt-3 editContent">
<div class="img-deals col-md-4">
<img src="bundles/images/s4.jpg" class="img-fluid" alt="">
</div>
<div class="img-deal1 col-md-4">
<h3 class="editContent">Рэмбо: Последняя кровь</h3>
<a href="moviesingle.html" class="editContent" ></a>
</div>
</div>
<div class="special-sec1 row mt-3 editContent" >
<div class="img-deals col-md-4">
<img src="bundles/images/s2.jpg" class="img-fluid" alt="" >
</div>
<div class="img-deal1 col-md-8">
<h3 class="editContent" >Холодное сердце 2</h3>
<a href="moviesingle.html" class="editContent" ></a>
</div>
</div>
<div class="special-sec1 row mt-3 editContent" >
<div class="img-deals col-md-4">
<img src="bundles/images/s1.jpg" class="img-fluid" alt="" >
</div>
<div class="img-deal1 col-md-8">
<h3 class="editContent" >К звездам</h3>
<a href="moviesingle.html" class="editContent" ></a>
</div>
</div>
<div class="special-sec1 row mt-3 editContent" >
<div class="img-deals col-md-4">
<img src="bundles/images/s5.jpg" class="img-fluid" alt="" >
</div>
<div class="img-deal1 col-md-8">
<h3 class="editContent" >Терминатор: Темные судьбы</h3>
<a href="moviesingle.html" class="editContent" ></a>
</div>
</div>
<div class="special-sec1 row mt-3 editContent" >
<div class="img-deals col-md-4">
<img src="bundles/images/s3.jpg" class="img-fluid" alt="" >
</div>
<div class="img-deal1 col-md-8">
<h3 class="editContent" >Джокер</h3>
<a href="moviesingle.html" class="editContent" ></a>
</div>
</div>
</div>
<!-- //deals -->
</div>
<!-- //product left -->
<!-- product right -->
<div class="left-ads-display col-lg-9">
<div class="row">
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s1.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4 class="">
<a href="moviesingle.html" class="editContent" >К звездам</a>
</h4>
<div class="product_price">
<div class="grid-price">
<span class="money editContent" >«The Game Begins»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s2.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html" class="editContent" >Холодное сердце 2</a>
</h4>
<div class="product_price">
<div class="grid-price">
<span class="money editContent" >Слогана нет</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s3.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html" class="editContent" >Джокер</a>
</h4>
<div class="product_price">
<div class="grid-price">
<span class="money editContent" >«Сделай счастливое лицо»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s4.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html">РЭМБО: ПОСЛЕДНЯЯ КРОВЬ</a>
</h4>
<div class="product_price">
<div class="grid-price">
<span class="money editContent" >«Настоящий герой бьётся до конца»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s5.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html" class="editContent" >ТЕРМИНАТОР: ТЕМНЫЕ СУДЬБЫ</a>
</h4>
<div class="product_price">
<div class="grid-price">
<span class="money editContent" >«Welcome to the Day after Judgment Day»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s6.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html" class="editContent" >Angry Birds 2 в кино</a>
</h4>
<div class="product_price">
<div class="grid-price">
<span class="money editContent" >«Заклятые друзья?»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s7.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html" class="editContent" >История игрушек 4</a>
</h4>
<div class="product_price">
<div class="grid-price">
<span class="money editContent" >«Собирайтесь в дорогу»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s8.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html" class="editContent" >Клаус</a>
</h4>
<div class="product_price">
<div class="grid-price ">
<span class="money ">«Discover the friendship that launched a legend»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 product-men">
<div class="product-shoe-info editContent text-center mt-lg-4" >
<div class="men-thumb-item">
<img src="bundles/images/s9.jpg" class="img-fluid" alt="" >
</div>
<div class="item-info-product">
<h4>
<a href="moviesingle.html" class="editContent" >Король Лев</a>
</h4>
<div class="product_price">
<div class="grid-price ">
<span class="money ">«The King Has Returned»</span>
</div>
</div>
<ul class="stars">
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-half-o" aria-hidden="true" ></span></a></li>
<li><a href="#"><span class="fa fa-star-o" aria-hidden="true" ></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!--<div class="grid-img-right mt-4 text-right bg bg1" >
<span class="money editContent" >Flat 50% Off</span>
<a href="moviesingle.html" class="btn" >Now</a>
</div>-->
</div>
</div>
</div>
</section>
<!-- //contact -->
<!-- footer -->
<footer class="editContent">
<div class="container">
<div class="row footer-top">
<div class="col-lg-4 footer-grid_section_w3layouts">
<h2 class="logo-2 mb-lg-4 mb-3">
<a href="index.html" class="editContent">
<span class="fa" aria-hidden="true" >
Django School
</span>
</a>
</h2>
<p class="editContent" >
Канал для программистов и людей, которые хотят развиваться в сфере IT.
Видео уроки по python 3, Django 2, Django 3, JavaScript, Vue.js, HTML, CSS
и многое другое.
</p>
<h4 class="sub-con-fo ad-info my-4 editContent" >Catch on Social</h4>
<ul class="w3layouts_social_list media-soc list-unstyled">
<li>
<a href="#" class="w3pvt_facebook editContent" >
<span class="fa fa-facebook-f" ></span>
</a>
</li>
<li>
<a href="#" class="w3pvt_twitter editContent" >
<span class="fa fa-twitter" ></span>
</a>
</li>
<li>
<a href="#" class="w3pvt_dribble editContent" >
<span class="fa fa-dribbble" ></span>
</a>
</li>
<li>
<a href="#" class="w3pvt_google editContent" >
<span class="fa fa-google-plus" ></span>
</a>
</li>
</ul>
</div>
<div class="col-lg-8 footer-right">
<div class="w3layouts-news-letter">
<h3 class="footer-title text-uppercase editContent mb-lg-4 mb-3" >Newsletter</h3>
<p class="editContent" >By subscribing to our mailing list you will always get latest news and updates from us.</p>
<form action="#" method="post" class="w3layouts-newsletter">
<input type="email" name="Email" class="editContent" placeholder="Enter your email..." required="" >
<button class="btn1 btn" ><span class="fa fa-paper-plane-o" aria-hidden="true" ></span></button>
</form>
</div>
<div class="row mt-lg-4 bottom-w3layouts-sec-nav mx-0">
<div class="col-md-4 footer-grid_section_w3layouts">
<h3 class="footer-title text-uppercase editContent mb-lg-4 mb-3" >Разделы</h3>
<ul class="list-unstyled w3layouts-icons">
<li>
<a href="index.html" class="editContent" >Главная</a>
</li>
<li>
<a href="about.html" class="editContent" >Категории</a>
</li>
<li>
<a href="contact.html" class="editContent" >Контакты</a>
</li>
</ul>
</div>
<div class="col-md-4 footer-grid_section_w3layouts">
<!-- social icons -->
<div class="agileinfo_social_icons">
<h3 class="footer-title text-uppercase editContent mb-lg-4 mb-3" >Pages</h3>
<ul class="list-unstyled w3layouts-icons">
<li>
<a href="#" class="editContent" >About Us</a>
</li>
<li>
<a href="#" class="editContent" >About Us</a>
</li>
<li>
<a href="#" class="editContent" >About Us</a>
</li>
<li>
<a href="#" class="editContent" >About Us</a>
</li>
<li>
<a href="#" class="editContent" >About Us</a>
</li>
</ul>
</div>
<!-- social icons -->
</div>
<div class="col-md-4 footer-grid_section_w3layouts my-md-0 my-5">
<h3 class="footer-title text-uppercase text-wh mb-lg-4 mb-3 editContent" >Contact Info</h3>
<div class="contact-info">
<div class="footer-address-inf my-4">
<h4 class="ad-info mb-2 editContent" >Email </h4>
<p class="editContent" ><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="footer-address-inf">
<h4 class="ad-info mb-2 editContent" >Location</h4>
<p class="editContent" >New York City</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- //footer -->
<div class="cpy-right py-3">
<div class="container">
<div class="row">
<p class="col-md-10 text-left">© 2019 DjangoMovie. All rights reserved | Design by
<a href="https://djangochannel.com"> DJANGO SCHOOL.</a>
</p>
<!-- move top icon -->
<a href="#home" class="move-top text-right col-md-2"><span class="fa fa-long-arrow-up" aria-hidden="true" ></span></a>
<!-- //move top icon -->
</div>
</div>
</div></div>
</body>
</html>