Skip to content

Commit df895db

Browse files
authored
fixed quick links
1 parent ddc5b2f commit df895db

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

index.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ <h2 class="shadow"><a href="index.html">Awesome JavaScript</a></h2>
6868
<li><a href="contact.html">Contact</a></li>
6969
<li><a href="signuplogin.html">Signup/login</a></li>
7070

71-
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=1" target="_blank"
72-
class="youtube"><i class="fa fa-youtube"></i>Learn Web Development for Free ❤️</a>
71+
<a href="https://github.com/Vishal-raj-1/Awesome-JavaScript-Projects" target="_blank"
72+
class="github githubs"><i class="fa fa-github" aria-hidden="true"></i></a>
7373
</ul>
7474
</div>
7575
</div>
@@ -80,12 +80,11 @@ <h1>JavaScript Projects <br> that you need!!</h1>
8080
<span class="typed"></span>
8181
<div class="buttonCenter">
8282
<a href="#about" class="commanBtn">Get Started</a>
83-
<a href="https://github.com/Vishal-raj-1/Awesome-JavaScript-Projects" target="_blank"
84-
class="commanBtn" id="github"><i class="fa fa-github" aria-hidden="true"></i> Github</a>
83+
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&amp;list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&amp;index=1" target="_blank" class="commanBtn">Learn Frontend Development for Free ❤️</a>
8584
</div>
8685
</div>
8786
<div class="bannerIllustration">
88-
<img src="./assets/Images/homeaat.png" alt="Main Banner Illustration">
87+
<iframe width="560" height="315" src="https://www.youtube.com/embed/YCbCGuq_NWE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8988
</div>
9089
</div>
9190
</header>
@@ -116,8 +115,7 @@ <h2>About Us</h2>
116115

117116

118117
</p>
119-
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=1" target="_blank"
120-
class="youtube"><i class="fa fa-youtube"></i>Learn Web Development for Free ❤️</a>
118+
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&amp;list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&amp;index=1" target="_blank">Learn Frontend Development for Free ❤️</a>
121119
</div>
122120
<div class="dualSectionImg">
123121
<img src="./assets/Images/shortAbout.svg" alt="About Illustration">
@@ -159,7 +157,8 @@ <h2>JavaScript Projects</h2>
159157
<div class="ctaText">
160158
<h1>Let's get started...</h1>
161159
<p>Awesome JavaScript is the open source project that helps you in JavaScript Projects. Contact us
162-
if you want to suggest the project that can be implemented in order to add in the website.</p>
160+
if you want to suggest the project that can be implemented in order to add in the
161+
site.</p>
163162
</div>
164163
<div class="ctaButton">
165164
<a href="contact.html">Contact Now</a>
@@ -193,11 +192,11 @@ <h2>About Us</h2>
193192
<div class="sec QuickLinks">
194193
<h2>Quick Links</h2>
195194
<u1>
196-
<li><a href="#">FAQ</a></li>
197-
<li><a href="#">Privacy Policy</a></li>
198-
<li><a href="#">Help</a></li>
199-
<li><a href="contact.html">Contact us</a></li>
200-
<li><a href="signuplogin.html">Signup/Login</a></li>
195+
<li><a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=1">Frontend Development</a></li>
196+
<li><a href="https://www.youtube.com/watch?v=EOwWXNBKtBM&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=2">HTML Crash Course</a></li>
197+
<li><a href="https://www.youtube.com/watch?v=Qu0dbQxm6II&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=3">CSS Crash Course</a></li>
198+
<li><a href="https://www.youtube.com/watch?v=3nLglJtUHjA&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=4">CSS FlexBox Crash Course</a></li>
199+
<li><a href="https://www.youtube.com/watch?v=3nLglJtUHjA&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=5">CSS Grid Crash Course</a></li>
201200
</u1>
202201
</div>
203202
<div>

0 commit comments

Comments
 (0)