Skip to content

Commit

Permalink
Grammar and improved use of punctuations and all the necessary change…
Browse files Browse the repository at this point in the history
…s for a professional website completed.
  • Loading branch information
AshishKumarSamantaray committed May 20, 2024
1 parent 28c6ff4 commit f668a98
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/learn.csedge.courses.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 id="home">CSEdge</h1>
<ul class="nav-item navbar">
<li class="navitem"><a href="#home"><i class="fas fa-home navbar-icons"></i> Home</a></li>

<li class="navitem"><a href="#AboutUS"><i class="fas fa-info-circle navbar-icons"></i> About</a></li>
<li class="navitem"><a href="#AboutUS"><i class="fas fa-info-circle navbar-icons"></i> About us</a></li>
<li class="navitem"><a href="#internship"><i class="fas fa-user-graduate navbar-icons"></i> Internship</a></li>
<li class="navitem" class="contact"><a href="#"><i class="fa fa-envelope navbar-icons"></i> Contact</a></li>
<li class="navitem"><a href="./Resources.html"><i class="fas fa-book-open navbar-icons"></i> Free Content</a></li>
Expand All @@ -75,7 +75,7 @@ <h2>Unlock your<br> potential<br> with CSEdge </h2>
</section>
<!--About Section-->
<section id="AboutUS">
<h2 class="section-heading" data-aos="fade-up">ABOUT</h2>
<h2 class="section-heading" data-aos="fade-up">ABOUT US</h2>
<div class="about-content">
<div >
<p data-aos="fade-right"><span style="color: #22CFB9; font-weight: bold;" data-aos="fade-right">CSEdge</span> is an online internship platform that
Expand Down Expand Up @@ -346,7 +346,7 @@ <h4>Learn More</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#internship">Internships</a></li>
<li><a href="#about">About</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="./verify-id.html">Verify Certificate</a></li>
Expand Down

0 comments on commit f668a98

Please sign in to comment.