Skip to content

Commit

Permalink
Enable favicon webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
israelias committed Nov 21, 2020
1 parent fc0f5ab commit 884786e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<!--<link rel="manifest" href="assets/images/site.webmanifest">-->
<link rel="manifest" href="assets/images/site.webmanifest">
<link rel="mask-icon" href="assets/images/safari-pinned-tab.svg" color="#2d2d2d">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<meta name="msapplication-TileColor" content="#a7a7a7">
Expand Down Expand Up @@ -646,7 +646,7 @@ <h5 class="d-none d-md-block">
<li class="data-repo-commit">
<a href="https://github.com/israelias/resume-redux/commits/master"
target="_blank" class="btn-link data-repo data-stats"
data-repo-commit-count="178">
data-repo-commit-count="233">
<ion-icon name="git-commit-outline"
class="align-middle text-muted">
<span class="sr-only">
Expand Down Expand Up @@ -693,7 +693,7 @@ <h5 class="d-none d-md-block">
<!-- PROJECT THUMBNAIL -->
<div class="col-3">
<h6 class="mb-1 ">
cv-of-js
resume-redux
</h6>
<small class="d-none">
User-Centric Front-end Development
Expand Down Expand Up @@ -784,7 +784,7 @@ <h6 class="mb-1 ">
<li id="scroll-two" class="scroll-item bg-transparent w-100">
<!-- start ACTIVITY ITEM -->
<div class="activity-item pl-3 align-middle">
<div class="pt-1">
<div class="pt-3 pl-3 pr-3">
<p class="font-italic mb-2">
"What sets
Joem apart are his
Expand Down Expand Up @@ -828,12 +828,12 @@ <h6 class="mb-1 ">
<li id="scroll-three" class="scroll-item bg-transparent w-100">
<!-- start ACTIVITY ITEM -->
<div class="activity-item pl-3 align-middle">
<div class="pt-1">
<div class="pt-3 pl-3 pr-3">
<p class="commit-message mb-1">
Add content requirements to README.md
</p>
</div>
<div class="d-flex w-100 pt-1 pr-3 justify-content-between align-items-center">
<div class="d-flex w-100 pt-1 pr-4 pl-3 justify-content-between align-items-center">
<img src="assets/images/joem_elias_sanez_thumbnail.png" width="30"
alt="Owner's GitHub profile photo">
<strong class="commit-username mb-1">
Expand Down Expand Up @@ -2673,7 +2673,7 @@ <h6 class="mb-1">

<!-- PROJECT THUMBNAIL -->
<div class="col-4">
<img src="assets/images/forthcoming-placeholder.png"
<img src="assets/images/forthcoming_placeholder.png"
alt="project thumbnail"
class="img-thumbnail img-fluid mb-2">
</div>
Expand Down Expand Up @@ -3574,5 +3574,6 @@ <h5 class="text-right">

<!-- MDBootstrap -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/1.0.0/mdb.min.js"></script>

</body>
</html>

0 comments on commit 884786e

Please sign in to comment.