-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (241 loc) · 8.39 KB
/
index.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
<!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>Html Css Js Projects --Source Code</title>
<link rel="shortcut icon" href="/logo.png" type="image/x-icon" />
<link
rel="stylesheet"
href="http://anijs.github.io/lib/anicollection/anicollection.css"
/>
<link rel="stylesheet" href="assets/styles/custom-animations.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/sass/style.css" />
</head>
<body>
<header>
<div class="head-1">
<img src="/easy.png" alt="easy " class="logo" />
<a href="">Projects</a>
</div>
<nav>
<ul class="nav__links">
<li><a href="">Home</a></li>
<li><a href="">Projects</a></li>
<li><a href="">Resources</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</nav>
</header>
<section id="project" class="main-1">
<div class="content">
<div class="card" style="width: 18rem">
<div class="card-body">
<h5 class="card-title text-center">
<span class="text-light">50 Days</span> 50 Project
</h5>
<h6 class="card-subtitle mb-2">Html Css Js - Github</h6>
<p class="card-text">50 + Mini Web Projects using HTML, CSS & JS</p>
<ol>
<li>
<a
href="https://github.com/bradtraversy/50projects50days/tree/master/movie-app"
target="_blank"
>Movie App</a
>
</li>
<li>
<a
href="https://github.com/bradtraversy/50projects50days/tree/master/drawing-app"
target="_blank"
>Drawing App</a
>
</li>
<li>
<a
href="https://github.com/solygambas/html-css-javascript-projects/tree/master/082-parallax%20landing%20page"
target="_blank"
>Parallax landing Page</a
>
</li>
<li>
<a
href="https://github.com/solygambas/html-css-javascript-projects/tree/master/014-animated%20navigation"
target="_blank"
>Animated Navigation</a
>
</li>
</ol>
</div>
</div>
</div>
<div class="content">
<div class="card" style="width: 18rem">
<div class="card-body">
<h5 class="card-title text-center">
20 Mini-Projects with
<span style="color: rgb(255, 255, 109)">Vanilla Js</span>
</h5>
<p class="card-text">
<span class="text-light">{</span> No Frameworks or Libraries
<span class="text-light">}</span>, built with
<span style="color: rgb(25, 29, 250); font-weight: 500"
>HTML, CSS & JS
</span>
</p>
<ol class="mb-1">
<li>
<a
href="https://github.com/bradtraversy/vanillawebprojects/tree/master/music-player"
>Music Player</a
>
</li>
<li>
<a
href="https://github.com/bradtraversy/vanillawebprojects/tree/master/movie-seat-booking"
>Movie Seat Booking</a
>
</li>
<li>
<a
href="https://github.com/bradtraversy/vanillawebprojects/tree/master/sortable-list"
target="_blank"
>Sortable list</a
>
</li>
<li>
<a
href="https://github.com/bradtraversy/vanillawebprojects/tree/master/typing-game"
target="_blank"
>Typing Game</a
>
</li>
<li>
<a
href="https://github.com/bradtraversy/vanillawebprojects/tree/master/hangman"
target="_blank"
>Hangman Game</a
>
</li>
</ol>
</div>
</div>
</div>
<div class="content">
<div class="card s-1" style="width: 18rem">
<div class="card-body">
<h5 class="card-title text-center">Create Your Own Project</h5>
<h6 class="card-subtitle mb-2">We Respect your Work</h6>
<p class="card-text">
Host Website on Github -
<span
id="kit"
onclick="ope()"
href="https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"
class="badge rounded-pill bg-dark"
>gh-pages</span
>
<script>
let g = document.getElementById("kit");
function ope() {
open(
"https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"
);
}
</script>
</p>
<ol>
<h5>Topics: Create</h5>
<li><a href="">Product Selling</a></li>
<li><a href="">Img Rating</a></li>
<li>
<a href=""
>Animations web using
<span class="text-light">Advance CSS</span></a
>
</li>
</ol>
</div>
</div>
</div>
<div class="content">
<div class="card" style="width: 18rem">
<div class="card-body">
<h5 class="card-title text-center">
10 Useful Resources in Web Dev
</h5>
<ol class="overflow-scroll" style="height: 210px">
<li>
<a
href="https://coolbackgrounds.io/?ref=undesign"
target="_blank"
>Cool Bg</a
>
</li>
<li>
<a href="https://www.cssgradient.io" target="_blank"
>CSS Gradient</a
>
</li>
<li>
<a href="https://www.svgbackgrounds.com" target="_blank"
>SVG Bg</a
>
</li>
<li>
<a href="https://www.blobmaker.app" target="_blank"
>Blobmaker</a
>
</li>
<li>
<a href="https://www.scolorsinspo.com" target="_blank"
>Color Palettes
</a>
</li>
<li>
<a href="https://bansal.io/pattern-css" target="_blank"
>Pattern.CSS</a
>
</li>
<li>
<a href="https://cssfx.netlify.app" target="_blank">CSS FX</a>
</li>
<li>
<a href="https://1loc.dev" target="_blank"
>Short Hand JS Code</a
>
</li>
<li>
<a href="https://cruip.com/free-templates" target="_blank"
>HTML CSS Templates</a
>
</li>
<li>
<a href="https://github.com/GorvGoyl/Clone-Wars" target="_blank"
><span class=" rounded-3 text-danger bg-dark p-2">Clone War <span class="badge rounded-pill bg-primary">Advance</span></span></a
>
</li>
</ol>
</div>
</div>
</div>
</section>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
</body>
</html>