-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (46 loc) · 4.27 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My JS-30 Projects</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="box"> <p><a href="01-JS Drum Kit/index.html">1) Drum Kit</a></p></div>
<div class="box"> <p><a href="02-CSS + JS Clock/index.html">2) JS + CSS Clock</a></p></div>
<div class="box"><p><a href="03-Playing with CSS Variables and JS/index.html">3) Playing with CSS Variables and JS</a></p></div>
<div class="box"><p><a href="04-Array Cardio Day 1/index.html">4) Array Cardio Day 1</a></p></div>
<div class="box"><p><a href="05-Flex Panels Image Gallery/index.html">5) Flex Panels Image Gallery</a></p></div>
<div class="box"><p><a href="06-Ajax Type Ahead/index.html">6) Ajax Type Ahead</a></p></div>
<div class="box"><p><a href="07-Array Cardio Day 2/index.html">7) Array Cardio Day 2</a></p></div>
<div class="box"><p><a href="08-Fun with HTML5 Canvas/index.html">8) Fun with HTML5 Canvas</a></p></div>
<div class="box"><p><a href="09-14 Must Know Dev Tools Tricks/index.html">9) 14 Must Know Dev Tools Tricks</a></p></div>
<div class="box"><p><a href="10-Hold Shift and Check Checkboxes/index.html">10) Hold Shift and Check Checkboxes</a></p></div>
<div class="box"><p><a href="11-Custom HTML5 Video Player/index.html">11) Custom HTML5 Video Player</a></p></div>
<div class="box"><p><a href="12-KONAMI/index.html">12) KONAMI code</a></p></div>
<div class="box"><p><a href="13- Slide In on Scroll/index.html">13) Slide In on Scroll</a></p></div>
<div class="box"><p><a href="14-Reference vs Copy/index.html">14) Reference vs Copy</a></p></div>
<div class="box"><p><a href="15- Local Storage and Event Delegation/index.html">15) Local Storage and Event Delegation</a></p></div>
<div class="box"><p><a href="16- Mouse Move Effect/index.html">16) Mouse Move Effect</a></p></div>
<div class="box"><p><a href="17-Sorting Band Names/index.html">17) Sorting Band Names</a></p></div>
<div class="box"><p><a href="18-String Times with Reduce/index.html">18) String Times with Reduce</a></p></div>
<div class="box"><p><a href="19-Unreal Webcam Fun/index.html">19) Unreal Webcam Fun</a></p></div>
<div class="box"><p><a href="20-Speech Recognition/index.html">20) Speech Recognition</a></p></div>
<div class="box"><p><a href="21-Compass/index.html">21) Compass</a></p></div>
<div class="box"><p><a href="22-Follow Along Links/index.html">22) Follow Along Links</a></p></div>
<div class="box"><p><a href="23-Speech Synthesis/index.html">23) Speech Synthesis</a></p></div>
<div class="box"><p><a href="24-Sticky Nav/index.html">24) Sticky Nav</a></p></div>
<div class="box"><p><a href="25-Event Capture/index.html">25) Event Capture</a></p></div>
<div class="box"><p><a href="26-Dropdown/index.html">26) Dropdown</a></p></div>
<div class="box"><p><a href="27-Click and Drag/index.html">27) Click and Drag</a></p></div>
<div class="box"><p><a href="28-Video Speed Controller/index.html">28) Video Speed Controller</a></p></div>
<div class="box"><p><a href="29-Countdown Clock/index.html">29) Countdown Clock</a></p></div>
<div class="box"><p><a href="30-Whack a Unicorn/index.html">30) Whack a Unicorn</a></p></div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>