-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
65 lines (62 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Collection of all js projects" />
<meta name="keywords" content="js, JavaScript, web, coding" />
<link rel="stylesheet" href="00-assets/style.css" type="text/css" media="all" />
<title>All JS</title>
</head>
<body>
<header>
<h1>All <span>JS</span> Projects</h1>
<p>
JavaScript felt hard & I became stubborn. This list is the result of those events.
</p>
<p>
I hope this list will help JavaScript newbies & those who are looking
for project ideas.
</p>
<p>
Contact:
<a href="https://twitter.com/TutulDevs">Twitter</a>
<a href="https://github.com/TutulDevs">GitHub</a>
<a href="https://codepen.io/TutulDevs">Codepen</a>
<a href="https://codewars.com/users/TutulDevs">CodeWars</a>
<a href="https://tutuldevs.hashnode.dev">Hashnode</a>
</p>
</header>
<table class="blueTable">
<thead>
<tr>
<th data-col="serial" data-order="desc"> ↕ </th>
<th>Live</th>
<th>Code</th>
<th>Notes</th>
</tr>
</thead>
<tbody class="tbody">
<!-- <tr>
<td>00</td>
<td>
<a
href="https://weather-td.netlify.app/"
target="_blank"
>Weather App</a
>
</td>
<td>
<a
href="https://github.com/TutulDevs/weatherApp"
target="_blank"
>GitHub</a
>
</td>
<td>API</td>
</tr> -->
</tbody>
</table>
<script src="00-assets/main.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>