Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AAVision committed Mar 30, 2024
2 parents 6909bb0 + 777bdf5 commit 9f51193
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,19 +193,22 @@ <h1 class="mb-5 text-5xl font-bold">{{githubData?.name}}</h1>
<div class="timeline-end timeline-box">{{githubData?.license.name}}</div>
<hr>
</li>
<li>
<hr />
<div class="timeline-start">Home Page</div>
<div class="timeline-middle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
</svg>
</div>
<div class="timeline-end timeline-box"><a [href]="githubData?.homepage" target="_blank"
class="link">{{githubData?.homepage}}</a></div>
</li>
@if(githubData?.homepage){
<li>
<hr />
<div class="timeline-start">Home Page</div>
<div class="timeline-middle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z"
clip-rule="evenodd" />
</svg>
</div>
<div class="timeline-end timeline-box"><a [href]="githubData?.homepage" target="_blank"
class="link">{{githubData?.homepage}}</a></div>
</li>
}

</ul>
</div>
</div>
Expand Down

0 comments on commit 9f51193

Please sign in to comment.