Skip to content

Commit

Permalink
added linkedin & github links
Browse files Browse the repository at this point in the history
  • Loading branch information
wc-0904 committed Aug 1, 2024
1 parent 6bb6849 commit c51acaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Projects</a>
<a href="generic.html" class="logo">Projects</a>
</header>

<!-- Nav -->
Expand All @@ -29,8 +29,8 @@
<li class="active"><a href="generic.html">Projects</a></li>
</ul>
<ul class="icons">
<li><a href="#" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/wasmir0409/" target="_blank" rel="noopener noreferrer" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/wc-0904" target="_blank" rel="noopener noreferrer" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>

Expand All @@ -43,9 +43,9 @@
<h2>2D sidescroller game</h2>
<p>This was a weeklong project that was a part of my freshman programming class.</p>
</header>
<a href="#" class="image main"><img src="images/game_example.png" alt="" /></a>
<a href="https://github.com/wc-0904/term_project_112" target="_blank" rel="noopener noreferrer" class="image main"><img src="images/game_example.png" alt="" /></a>
<ul class="actions special">
<li><a href="#" class="button large">Check it out</a></li>
<li><a href="https://github.com/wc-0904/term_project_112" target="_blank" rel="noopener noreferrer" class="button large">Check it out</a></li>
</ul>
</article>

Expand Down Expand Up @@ -78,8 +78,8 @@ <h3>Email</h3>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="#" class="icon brands alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/wasmir0409/" target="_blank" rel="noopener noreferrer" class="icon brands alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/wc-0904" target="_blank" rel="noopener noreferrer" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1>Wasmir Chowdhury</h1>
<p>Coder, Tinkerer, Robot Enthusiast</p>
<ul class="actions">
<li><a href="#header" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
<li><a href="#nav" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>

Expand All @@ -33,8 +33,8 @@ <h1>Wasmir Chowdhury</h1>
<li><a href="generic.html">Projects</a></li>
</ul>
<ul class="icons">
<li><a href="#" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/wasmir0409/" target="_blank" rel="noopener noreferrer" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/wc-0904" target="_blank" rel="noopener noreferrer" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>

Expand Down Expand Up @@ -73,8 +73,8 @@ <h3>Email</h3>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="#" class="icon brands alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/wasmir0409/" target="_blank" rel="noopener noreferrer" class="icon brands alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/wc-0904" target="_blank" rel="noopener noreferrer" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
Expand Down

0 comments on commit c51acaf

Please sign in to comment.