diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-02-09 20:07:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 20:07:28 +0530 |
commit | 99efd1d1cc7d45c94828403f83742f633a06bc06 (patch) | |
tree | e8f6532943fa15c5c07d1282b255d756bc156973 /projects.html | |
parent | a19073736ec52012f5a480dc21c32adbf02a062a (diff) |
Update projects.html
Diffstat (limited to 'projects.html')
-rw-r--r-- | projects.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/projects.html b/projects.html index 0314619..2bb24a3 100644 --- a/projects.html +++ b/projects.html @@ -45,7 +45,7 @@ <main id="shrine-products" class="mdc-layout-grid mdc-toolbar-fixed-adjust"> <div class="mdc-layout-grid__cell"> - <div class="mdc-card shrine-product-card"><a alt="link" href="https://navanchauhan.me/Mjolnir"> + <div class="mdc-card shrine-product-card"><a alt="GitHub Repo" href="https://navanchauhan.me/Mjolnir"> <section class="mdc-card__primary"> <span class="mdc-card__title shrine-product-card__price">Mjölnir</span> </section> @@ -53,43 +53,43 @@ </a></div> </div> <div class="mdc-layout-grid__cell"> - <div class="mdc-card shrine-product-card"><a alt="link" href="https://navanchauhan.me/Grub-Repair-Toolkit"> + <div class="mdc-card shrine-product-card"><a alt="GitHub Repo" href="https://navanchauhan.me/Grub-Repair-Toolkit"> <section class="mdc-card__primary"> <span class="mdc-card__title shrine-product-card__price">GYGB</span> </section> - <img class="shrine-product-card__image" width="240" height="240" alt="GYGB" src="https://big5kayakchallenge.com/wp-content/uploads/2018/01/nice-gimp-create-transparent-background-gimp-transparency-not-working-stack-overflow-gimp-create-transparent-background.png"> + <img class="shrine-product-card__image" width="240" height="240" alt="GYGB" src="https://dummyimage.com/240x240/ffffff/000000.jpg&text=To+Be+Replaced"> </div></a> </div> <div class="mdc-layout-grid__cell"> - <div class="mdc-card shrine-product-card"><a alt="link" href="https://navanchauhan.me/John-Doe"> + <div class="mdc-card shrine-product-card"><a alt="GitHub Repo" href="https://navanchauhan.me/John-Doe"> <section class="mdc-card__primary"> <span class="mdc-card__title shrine-product-card__price">John Doe</span> </section> - <img class="shrine-product-card__image" width="240" height="240" alt="Beach ball" src="https://vignette.wikia.nocookie.net/roblox/images/f/f2/B082c01b099e8a0e8bd6a50c2b06e135_%281%29.png/revision/latest?cb=20170315191909"> + <img class="shrine-product-card__image" width="240" height="240" alt="Beach ball" src="https://dummyimage.com/240x240/ffffff/000000.jpg&text=To+Be+Replaced"> </div> </div></a> <div class="mdc-layout-grid__cell"> - <div class="mdc-card shrine-product-card"><a alt="link" href="https://navanchauhan.me/Pwned"> + <div class="mdc-card shrine-product-card"><a alt="GitHub Repo" href="https://navanchauhan.me/Pwned"> <section class="mdc-card__primary"> <span class="mdc-card__title shrine-product-card__price">Pwned</span> </section> - <img class="shrine-product-card__image" width="240" height="240" alt="Backpack" src="https://t4.rbxcdn.com/4cfb64720fc1aea735ad65027e14970b"> + <img class="shrine-product-card__image" width="240" height="240" alt="Backpack" src="https://dummyimage.com/240x240/ffffff/000000.jpg&text=To+Be+Replaced"> </div></a> </div> <div class="mdc-layout-grid__cell"> <div class="mdc-card shrine-product-card"> - <section class="mdc-card__primary"><a alt="link" href="https://navanchauhan.me/Kamikaze"> + <section class="mdc-card__primary"><a alt="GitHub Repo" href="https://navanchauhan.me/Kamikaze"> <span class="mdc-card__title shrine-product-card__price">Kamikaze</span> </section> - <img class="shrine-product-card__image" width="240" height="240" alt="Clock" src="https://big5kayakchallenge.com/wp-content/uploads/2018/01/nice-gimp-create-transparent-background-gimp-transparency-not-working-stack-overflow-gimp-create-transparent-background.png"> + <img class="shrine-product-card__image" width="240" height="240" alt="Clock" src="https://dummyimage.com/240x240/ffffff/000000.jpg&text=To+Be+Replaced"> </div></a> </div> <div class="mdc-layout-grid__cell"> <div class="mdc-card shrine-product-card"> - <section class="mdc-card__primary"><a alt="link" href="https://navanchauhan.me/Showdown"> + <section class="mdc-card__primary"><a alt="GitHub Repo" href="https://navanchauhan.me/Showdown"> <span class="mdc-card__title shrine-product-card__price">Shodown</span> </section> - <img class="shrine-product-card__image" width="240" height="240" alt="Fish bowl" src="https://big5kayakchallenge.com/wp-content/uploads/2018/01/nice-gimp-create-transparent-background-gimp-transparency-not-working-stack-overflow-gimp-create-transparent-background.png"> + <img class="shrine-product-card__image" width="240" height="240" alt="Fish bowl" src="https://dummyimage.com/240x240/ffffff/000000.jpg&text=To+Be+Replaced"> </div></a> </div> </main> |