forked from neerajrathore/javascript-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (108 loc) · 6.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript Handbook</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<h1><img src="image.png" alt="JS pic"> JavaScript Handbook</h1>
<nav>
<ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#topics">Topics</a></li>
<li><a href="#hacktoberfest">Hacktoberfest</a></li>
<li><a href="#share">Share</a></li>
<li><a href="#contact" class="Hover">Contact Us<i class="fa-solid fa-user" class="Hover"></i></a></li>
</ul>
</nav>
</header>
<main>
<section id="introduction">
<h2>Introduction</h2>
<p>JavaScript is a versatile language used for both frontend and backend development...</p>
</section>
<section id="topics">
<h2>Key JavaScript Concepts</h2>
<div class="card-container">
<div class="card"><a href="./array/index.html">Array</a></div>
<div class="card"><a href="./async-javascript/index.html">Async JavaScript</a></div>
<div class="card"><a href="./callback/index.html">Callback</a></div>
<div class="card"><a href="./class/index.html">Class</a></div>
<div class="card"><a href="./closure/index.html">Closure</a></div>
<div class="card"><a href="./currying/index.html">Curring</a></div>
<div class="card"><a href="./debouncing/index.html">Debouncing</a></div>
<div class="card"><a href="./deep-shallow/index.html">Deep & Shallow</a></div>
<div class="card"><a href="./design-patterns/index.html">Design Patterns</a></div>
<div class="card"><a href="./double-equal-and-triple-equal/index.html">Double and Triple Equals</a></div>
<div class="card"><a href="./equality-comparison/index.html">Equality Comparison</a></div>
<div class="card"><a href="./event-listeners/index.html">Event Listener</a></div>
<div class="card"><a href="./event-loop/index.html">Event Loop</a></div>
<div class="card"><a href="./high-order-function/index.html">High Order Function</a></div>
<div class="card"><a href="./hoisting/index.html">Hoisting</a></div>
<div class="card"><a href="./local-and-session-storage/index.html">Local & Session Storage</a></div>
<div class="card"><a href="./promise/index.html">Promise</a></div>
<div class="card"><a href="./property-flags-and-descriptors/index.html">Property Flags & Descriptors</a></div>
<div class="card"><a href="./prototype/index.html">Prototype</a></div>
<div class="card"><a href="./try-catch/index.html">Try & Catch</a></div>
<div class="card"><a href="./var-let-const/index.html">var, let & const</a></div>
<div class="card"><a href="./variable-scoping/index.html">Variable Scoping</a></div>
<div class="card"><a href="./interview-questions/index.html">Interview Questions</a></div>
</div>
</div>
</section>
<section id="hacktoberfest">
<h2>Hacktoberfest 2024 ✨</h2>
<div class="hacktoberfest-info">
<p>This project is participating in Hacktoberfest 2024!</p>
<p>We welcome contributions from the open-source community, by adding new JavaScript topics or
enhancements to the documentation. Every contribution counts toward your Hacktoberfest goal.</p>
<h3>How to Contribute</h3>
<ol>
<li>Fork this repository and create a new branch.</li>
<li>Find an issue to work on, or propose a new feature by opening an issue.</li>
<li>Submit your pull request before <strong>October 31st</strong> to make it count for
Hacktoberfest!</li>
</ol>
</div>
</section>
</main>
<!-- Share this Handbook Section -->
<section id="share">
<h2>Share this Handbook 📣</h2>
<div class="share-info">
<p>Share on Social Media:</p>
<div class="social-handles">
<a
href="https://x.com/intent/post?url=https%3A%2F%2Fneerajrathore.github.io%2Fjavascript-handbook%2F&text=Check+out+this+JavaScript+Handbook%21+"><i class="fa-brands fa-twitter"></i></a>
<a
href="https://www.linkedin.com/feed/?linkOrigin=LI_BADGE&shareActive=true&shareUrl=https%3A%2F%2Fneerajrathore.github.io%2Fjavascript-handbook%2F"><i class="fa-brands fa-linkedin"></i></a>
<a
href="https://www.facebook.com/share_channel/?link=https%3A%2F%2Fneerajrathore.github.io%2Fjavascript-handbook%2F&app_id=966242223397117&source_surface=external_reshare&display&hashtag"><i class="fa-brands fa-facebook"></i></a>
</div>
<p>To copy the link manually, here is the URL:</p>
<input type="text" value="https://neerajrathore.github.io/javascript-handbook/" id="url-input" readonly>
<button onclick="copyURL()">Copy Link</button>
</div>
</section>
<!-- Contact Us Section -->
<section id="contact">
<h2>Contact Us</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name" placeholder="Your Name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" placeholder="Your Email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" placeholder="Your Message" required></textarea>
<button type="submit">Send Message</button>
</form>
</section>
</main>
<button id="backToTopBtn">Back to Top</button>
<script src="scripts.js"></script>
</body>
</html>