Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,38 +197,38 @@ <h5 class="card-title">CLEANSHIELD</h5>
<h5 class="white-text">Who We Are</h5>
<ul>
<li>
<a href="team.html" hidefocus="true" style="outline: none;">Our Team</a>
<a href="team.html" hidefocus="true" style="outline: none; color:#FFFF00">Our Team</a>
</li>
<li>
<a href="about.html" hidefocus="true" style="outline: none;">Our Mission</a>
<a href="about.html" hidefocus="true" style="outline: none color:#FFFF00;">Our Mission</a>
</li>
<li>
<a href="mailto:enactus@iitrpr.ac.in" hidefocus="true" style="outline: none;">Contact</a>
<a href="mailto:enactus@iitrpr.ac.in" hidefocus="true" style="outline: none; color:#FFFF00">Contact</a>
</li>
</ul>
</div>
<div class="col s6 m3">
<h5 class="white-text">What We Do</h5>
<ul>
<li>
<a href="#section1" hidefocus="true" style="outline: none;">Projects</a>
<a href="#section1" hidefocus="true" style="outline: none; color:#FFFF00">Projects</a>
</li>
<li>
<a href="gallery.html" hidefocus="true" style="outline: none;">Gallery</a>
<a href="gallery.html" hidefocus="true" style="outline: none; color:#FFFF00">Gallery</a>
</li>
<li>
<a href="blog.html" target="_blank" hidefocus="true" style="outline: none;">Blog</a>
<a href="blog.html" target="_blank" hidefocus="true" style="outline: none; color:#FFFF00">Blog</a>
</li>
</ul>
</div>
<div class="col s6 m3">
<h5 class="white-text">Other Links</h5>
<ul>
<li>
<a href="http://www.enactusindia.org/index.php" target="_blank" hidefocus="true" style="outline: none;">Enactus India</a>
<a href="http://www.enactusindia.org/index.php" target="_blank" hidefocus="true" style="outline: none; color:#FFFF00">Enactus India</a>
</li>
<li>
<a href="http://enactus.org/" target="_blank" hidefocus="true" style="outline: none;">Enactus International</a>
<a href="http://enactus.org/" target="_blank" hidefocus="true" style="outline: none; color:#FFFF00">Enactus International</a>
</li>
</ul>
</div>
Expand Down