forked from Rasheedatj/Skriper-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatured.html
More file actions
232 lines (232 loc) · 11.3 KB
/
featured.html
File metadata and controls
232 lines (232 loc) · 11.3 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
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
<!DOCTYPE html>
<html 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>Document</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="featured.css">
</head>
<body>
<!-- code for navigation bar -->
<header>
<nav class="navbar">
<div class="navleft">
<a href="index.html"><img src="IMAGES\just-logo.svg" alt="skriper-logo"></a>
<ul>
<li class="text-top"><strong>Featured</strong></li>
<li class="text-bottom">Featured codes</li>
</ul>
</div>
<div class="navright">
<ul>
<li><button class="navText"><a href="" ><img src="IMAGES\flame.svg" alt="">Trends</a></button></li>
<li><button class="navText"><a href="" ><img src="IMAGES\star-filled.svg" alt="">Featured</a></button></li>
<li><button class="navText"><a href=""><img src="IMAGES\watch.svg" alt="">Latest</a></button></li>
<li><button class="navBox one"><a href="#" ><img src="IMAGES\just-menu-item-logo.svg" alt=""><strong>Start Coding</strong></a></button></li>
<li><button class="navBox"><a href="#" ><img src="IMAGES\login.svg" alt="">Login</a></button></li>
<li><button class="navBox"><a href="#" ><img src="IMAGES\zoom.svg" alt=""></a></button></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="main-body">
<!-- code for arrow box -->
<div class="arrow-box">
<button class="arrow-one"><img src="IMAGES\arrow-left.svg" alt=""></button>
<button class="num1"><strong>1</strong></button>
<button class="arrow-two"><img src="IMAGES\arrow-right.svg" alt=""></button>
</div>
<!-- code for boxes -->
<div class="container">
<div class="row1">
<div class="box">
<div class="imageBox">
<a href="featured.html" id="image_link">
<img src="https://s3.amazonaws.com/skriper.dev/ae4fafa4-6cb2-11ec-bc01-3e1f65d5a184/lr0nY5L?v=1645066934798" alt="Animated Gradient Border Pure CSS image">
</a>
</div>
<div class="textBox">
<button>code</button>
<a href="">
<h3>Animated Gradient Border Pure CSS</h3>
<p>Animated gradient border with CSS vars for customization </p>
<div><img src="IMAGES\colored-skriper-icon2.svg" alt="" class="colorful_skriper">Skriper
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 167</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt=""> 6</li>
</ul></div>
</div>
<div class="box">
<p class="imageBox">
<a href="" >
<img src="https://s3.amazonaws.com/skriper.dev/72569e5e-9c5a-11ec-bc01-3e1f65d5a184/bmfyt7i?v=1649098086483" alt="NETFLIX image">
</a></p>
<div class="textBox">
<button>code</button>
<a href="">
<h3>NETFLIX</h3>
<p></p>
<div><img src="IMAGES\colored-skriper-icon1.svg" alt="" class="colorful_skriper">manojsaikumar
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 277</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt=""> 5</li>
</ul></div>
</div>
<div class="box">
<p class="imageBox">
<a href="" >
<img src="https://s3.amazonaws.com/skriper.dev/ae4fafa4-6cb2-11ec-bc01-3e1f65d5a184/QecDh2F?v=1645066773557" alt="Pure CSS Flip Cards image">
</a></p>
<div class="textBox">
<button>code</button>
<a href="">
<h3>Pure CSS Flip Cards</h3>
<p>Example how to create a flip card with CSS</p>
<div><img src="IMAGES\colored-skriper-icon2.svg" alt="" class="colorful_skriper">Skriper
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 162</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt="">3</li>
</ul></div>
</div>
<div class="box">
<p class="imageBox">
<a href="" >
<img src="https://s3.amazonaws.com/skriper.dev/ae4fafa4-6cb2-11ec-bc01-3e1f65d5a184/k41DAL6?v=1645066285989" alt="Login with submit animation UX/UI image">
</a></p>
<div class="textBox">
<button>code</button>
<a href="">
<h3>Login with submit animation UX/UI</h3>
<p>Login form UX & UI inspiration</p>
<div><img src="IMAGES\colored-skriper-icon2.svg" alt="" class="colorful_skriper">Skriper
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 150</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt=""> 2</li>
</ul></div>
</div>
</div>
<div class="row2">
<div class="box">
<p class="imageBox">
<a href="" >
<img src="https://s3.amazonaws.com/skriper.dev/ae4fafa4-6cb2-11ec-bc01-3e1f65d5a184/Rd90QEA?v=1645066176594" alt="Pretty custom slider element image">
</a></p>
<div class="textBox">
<button>code</button>
<a href="">
<h3>Pretty custom slider element | Vanilla JS</h3>
<p>Create your custom slider element with HTML + CSS + JS (Not Framework or Library)</p>
<div><img src="IMAGES\colored-skriper-icon2.svg" alt="" class="colorful_skriper">Skriper
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 74</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt=""> 2</li>
</ul></div>
</div>
<div class="box">
<p class="imageBox">
<a href="" >
<img src="https://s3.amazonaws.com/skriper.dev/ae4fafa4-6cb2-11ec-bc01-3e1f65d5a184/tBehtn4?v=1645064775434" alt="Glassmorphism Card Hover image">
</a></p>
<div class="textBox">
<button>code</button>
<a href="">
<h3>Glassmorphism Card Hover</h3>
<p>Frosted-glass effect using a blur with backdrop-filter and tilt external js library</p>
<div><img src="IMAGES\colored-skriper-icon2.svg" alt="" class="colorful_skriper">Skriper
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 106</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt="">2</li>
</ul></div>
</div>
<div class="box">
<p class="imageBox">
<a href="" >
<img src="https://s3.amazonaws.com/skriper.dev/ae4fafa4-6cb2-11ec-bc01-3e1f65d5a184/jazhHaX?v=1645065608542" alt="Create an accordion element in HTML image">
</a></p>
<div class="textBox">
<button>code</button>
<a href="">
<h3>Create an accordion element in HTML...</h3>
<p>Example to create an accordion in HTML without Javascript using details and summary</p>
<div><img src="IMAGES\colored-skriper-icon2.svg" alt="" class="colorful_skriper">Skriper
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 93</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt=""> 2</li>
</ul></div>
</div>
<div class="box">
<p class="imageBox">
<a href="" >
<img src="https://s3.amazonaws.com/skriper.dev/ae4fafa4-6cb2-11ec-bc01-3e1f65d5a184/bykbtMp?v=1643559543089" alt="Pure CSS Loader image">
</a></p>
<div class="textBox">
<button>code</button>
<a href="">
<h3>Pure CSS Loader</h3>
<p>Modern and simple css loader with a few lines of code</p>
<div>
<img src="IMAGES\colored-skriper-icon2.svg" alt="" class="colorful_skriper">Skriper
</div></a></div>
<div class="icon-box">
<ul>
<li><img src="IMAGES\repo.svg" alt="">0</li>
<li class="list-border"><img src="IMAGES\eye.svg" alt=""> 75</li>
<li class="list-border"><img src="IMAGES\star-line.svg" alt=""> 2</li>
</ul></div>
</div>
</div>
</div>
</div>
</main>
<!-- html code for footer -->
<footer>
<div class="box1">
<div class="logo">
<img src="IMAGES\just-skripper-text.svg" alt="skriper logo text">
</div>
<div class="icons">
<img src="IMAGES\twitter.svg" alt="twitter icon">
<img src="IMAGES\youtube.svg" alt="youtube icon">
<img src="IMAGES\facebook.svg" alt="facebook icon">
</div>
</div>
<div class="box2">
<ul>
<li><h2>Links of interest</h2></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Youtube</a></li>
</ul>
</div>
<div class="box3">
<p>Copyright Skriper.dev © 2022</p>
<img src="IMAGES\contact-skriper-text.svg" alt="">
</div>
</footer>
</body>
</html>