-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·123 lines (105 loc) · 6.25 KB
/
index.html
File metadata and controls
executable file
·123 lines (105 loc) · 6.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
119
120
121
122
123
<html class="" lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>filmShowCase</title>
<link rel="stylesheet" href="./css/movies.css">
<link href="style.css" rel="stylesheet">
<link href="./dist/output.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/bc7a9d968d.js" crossorigin="anonymous"></script>
</head>
<body class="items-center w-full h-full justify-between flex flex-col font-over font-semibold bg-colorBlueDark ">
<nav class="w-full bg-colorLightGray flex py-[15px] ">
<div class="flex-col flex justify-center items-center gap-2.5 w-full p-2.5">
<P class="text-colorPurpleLight font-black text-[24px] ">
filmShowCase
</P>
<ul class=" border-colorPurpleDark py-[5px] border-[3px] decoration-[3px] rounded-[3px] items-center text-base font-bold flex ">
<li class="p-2.5 hover:underline-offset-8 hover:underline">
<a href="">
Movies
</a>
</li>
<p class="flex ">|</p>
<li class="p-2.5 hover:underline-offset-8 hover:underline">
<a href="">
News
</a>
</li>
<p class="flex ">|</p>
<li class="p-2.5 hover:underline-offset-8 hover:underline">
<a href="">
Calendar
</a>
</li>
<p class="flex ">|</p>
<li class="p-2.5 hover:underline-offset-8 hover:underline">
<a href="">
Reviews
</a>
</li>
</ul>
</div>
</nav>
<section class=" flex-col flex w-full text-colorLightGray ">
<div class="md:flex-row | container group flex flex-col h-auto min-w-full ">
<img class=" md:w-full md:hover:4/6 | h-16 active:h-44 active:duration-[2000ms] object-cover " src="https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/26f07d27840157.5636b95cb61ea.jpg" alt="">
<img class=" md:w-full md:hover:4/6 | h-16 active:h-44 active:duration-[2000ms] object-cover " src="https://mir-s3-cdn-cf.behance.net/project_modules/disp/4f237a25989039.59aff82172dca.jpg" alt="">
<img class=" md:w-full md:hover:4/6 | h-16 active:h-44 active:duration-[2000ms] object-cover " src="https://mir-s3-cdn-cf.behance.net/project_modules/disp/b0245224935291.5633c8403cc42.jpg" alt="">
</div>
<div class="flex-col flex justify-center px-2.5 font-semibold text-xs">
<!-- row 1 -->
<div class="flex justify-center items-center gap-2.5 p-2.5">
<a class=" hover:border-colorLightGray hover:text-colorPurpleDark hover:duration-500 hover:w-1/2 | lg:text-xl | md:hover:w-2/6 md:w-1/4 | w-1/3 border-[2.8px] flex justify-center items-center self-stretch border-colorPurpleDark rounded-[5px] p-2.5" href="">
<p class="">
Action
</p>
</a>
<a class=" hover:border-colorLightGray hover:text-colorPurpleDark hover:duration-500 hover:w-1/2 | lg:text-xl | md:hover:w-2/6 md:w-1/4 | w-1/3 border-[2.8px] flex justify-center items-center self-stretch border-colorPurpleDark rounded-[5px] p-2.5" href="">
Animation
</a>
<a class=" hover:border-colorLightGray hover:text-colorPurpleDark hover:duration-500 hover:w-1/2 | lg:text-xl | md:hover:w-2/6 md:w-1/4 | w-1/3 border-[2.8px] flex justify-center items-center self-stretch border-colorPurpleDark rounded-[5px] p-2.5" href="">
Comedy
</a>
</div>
<!-- row 1 -->
<!-- row 2 -->
<div class="flex justify-center items-center gap-2.5 p-2.5">
<a class=" hover:border-colorLightGray hover:text-colorPurpleDark hover:duration-500 hover:w-1/2 | lg:text-xl | md:hover:w-2/6 md:w-1/4 | w-1/3 border-[2.8px] flex justify-center items-center self-stretch border-colorPurpleDark rounded-[4px] p-2.5" href="">
Drama
</a>
<a class=" hover:border-colorLightGray hover:text-colorPurpleDark hover:duration-500 hover:w-1/2 | lg:text-xl | md:hover:w-2/6 md:w-1/4 | w-1/3 border-[2.8px] flex justify-center items-center self-stretch border-colorPurpleDark rounded-[4px] p-2.5" href="">
Fantasy
</a>
<a class=" hover:border-colorLightGray hover:text-colorPurpleDark hover:duration-500 hover:w-1/2 | lg:text-xl | md:hover:w-2/6 md:w-1/4 | w-1/3 border-[2.8px] flex justify-center items-center self-stretch border-colorPurpleDark rounded-[4px] p-2.5" href="">
Horror
</a>
</div>
<!-- row 2 -->
</div>
<ul class=" md:flex-wrap md:flex-row md:justify-center md:| w-full flex-col py-[5px] px-[10px] gap-[10px] flex text-colorPurpleDark | border-colorPurpleLight "
id="filmSection">
</ul>
</section>
<footer class="flex-col flex w-full justify-center items-center bg-colorLightGray py-[5px] ">
<div class="flex py-5 gap-10">
<p class="">
<a target="_blank" href="https://www.instagram.com/madlink43/?hl=es" class="text-2xl text-colorPurpleLight fa-brands fa-instagram"></a>
</p>
<p class="">
<i class="text-2xl text-colorPurpleLight fa-brands fa-square-facebook"></i>
</p>
<p class="">
<i class="text-2xl text-colorPurpleLight fa-brands fa-square-twitter"></i>
</p>
</div>
<div class="flex pb-2.5 ">
<p class=" text-xs">
Copyright ℗ 2022. filmShowCase All rights reserved
</p>
</div>
</footer>
<script src="./js/movies.js"></script>
</body>
</html>