Skip to content

Commit

Permalink
chore: accessibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashPR committed Mar 10, 2022
1 parent 06e6bc0 commit e0e664b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
7 changes: 2 additions & 5 deletions docs/assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/css/style.css.map

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1554,12 +1554,8 @@ footer .footer-bottom {
.details-title {
font-family: Cubano;
color: var(--primaryColor);
font-size: 1.6rem;
}

.details-subtitle {
color: var(--secondaryColor);
}

ul {
display: flex;

Expand All @@ -1586,7 +1582,7 @@ footer .footer-bottom {
padding: 20px;

.card-title {
font-size: 1.6rem;
font-size: 1.4rem;
color: var(--primaryColor);
margin-block: 10px;
font-family: Cubano;
Expand Down
9 changes: 3 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ <h3>Some of my Distinguished works</h3>
<div class="card-img">
<div class="project-details">
<h1 class="details-title">VikashPR.com</h1>
<h3 class="details-subtitle">Project</h3>
<ul>
<li><a target="_blank" aria-label="Github Link" href="https://github.com/VikashPR/VikashPR.com"><i
class="icon-github"></i></a></li>
Expand All @@ -387,7 +386,7 @@ <h3 class="details-subtitle">Project</h3>
<img width="400" height="243" src="./assets/image/project1.png" loading="lazy" alt="VikashPR.com preview image">
</div>
<div class="card-content">
<h3 class="card-title">Portfolio Website</h3>
<h2 class="card-title">Portfolio Website</h2>
<p>VikashPR.com is a portfolio website build to display Vikash's projects and skills.</p>
<div class="card-tags">
<span class="tag tag-js">#Javascript</span>
Expand All @@ -401,7 +400,6 @@ <h3 class="card-title">Portfolio Website</h3>
<div class="card-img">
<div class="project-details">
<h1 class="details-title">VikashPR</h1>
<h3 class="details-subtitle">Project</h3>
<ul>
<li><a target="_blank" aria-label="Github Link" href="https://github.com/VikashPR/VikashPR"><i
class="icon-github"></i></a></li>
Expand All @@ -412,7 +410,7 @@ <h3 class="details-subtitle">Project</h3>
<img width="400" height="252" src="./assets/image/project2.png" loading="lazy" alt="">
</div>
<div class="card-content">
<h3 class="card-title">Github readme</h3>
<h2 class="card-title">Github readme</h2>
<p>VikashPR github readme is a custom made Readme.md page build to display VikashPR's github
activities.</p>
<div class="card-tags">
Expand All @@ -425,7 +423,6 @@ <h3 class="card-title">Github readme</h3>
<div class="card-img">
<div class="project-details">
<h1 class="details-title">VikashPR theme dark</h1>
<h3 class="details-subtitle">Project</h3>
<ul>
<li><a target="_blank" aria-label="Github Link" href="https://github.com/VikashPR/VikashPR-Theme-Dark"><i
class="icon-github"></i></a></li>
Expand All @@ -437,7 +434,7 @@ <h3 class="details-subtitle">Project</h3>
<img width="400" height="246" src="./assets/image/project3.png" loading="lazy" alt="">
</div>
<div class="card-content">
<h3 class="card-title">VSCode Theme</h3>
<h2 class="card-title">VSCode Theme</h2>
<p>VikashPR dark theme is VikashPR's custom made VSCode theme extension.</p>
<div class="card-tags">
<span class="tag tag-js">#Javascript</span>
Expand Down

0 comments on commit e0e664b

Please sign in to comment.