Skip to content

Commit

Permalink
Refactor social media links in team.html and header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Sep 30, 2024
1 parent 6d08c55 commit d8ac4de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
38 changes: 3 additions & 35 deletions 04-team.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Hi, we're the Summernote team!</h2>
<div class="profile-hover">
<div class="social">
<a
href="http://twitter.com/hackerwins"
href="http://x.com/hackerwins"
target="_blank"
class="member-twitter"
></a>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h4>Hackerwins</h4>
<div class="profile-hover">
<div class="social">
<a
href="https://twitter.com/lqez"
href="https://x.com/lqez"
target="_blank"
class="member-twitter"
></a>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h4>lqez is</h4>
<div class="profile-hover">
<div class="social">
<a
href="http://twitter.com/easylogic"
href="http://x.com/easylogic"
target="_blank"
class="member-twitter"
></a>
Expand All @@ -105,38 +105,6 @@ <h4>Easylogic is</h4>
<p>a JavaScript maniac. He currently has an interest in SVG charts.</p>
</div>
</div>
<div class="member">
<div class="profile">
<div class="profile-hover">
<div class="social">
<a
href="https://twitter.com/outsideris"
target="_blank"
class="member-twitter"
></a>
<a
href="https://github.com/outsideris"
target="_blank"
class="member-github"
></a>
</div>
</div>
<img
src="/img/team/outsider.jpg"
srcset="/img/team/outsider_2x.jpg 2x"
/>
</div>
<div class="caption">
<h4>Outsider is</h4>
<p>
a web developer &amp; blogger who loves writing code. He is mainly
responsible for
<a href="https://github.com/outsideris/angular-summernote"
>angular-summernote</a
>.
</p>
</div>
</div>
<div class="member">
<div class="profile">
<div class="profile-hover">
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ul class="nav navbar-nav navbar-right header-social">
<li>
<a
href="https://twitter.com/intent/tweet?button_hashtag=summernote"
href="https://x.com/intent/post?hashtags=summernote"
class="twitter"
>#summernote</a
>
Expand Down

0 comments on commit d8ac4de

Please sign in to comment.