Skip to content
Snippets Groups Projects
Commit 8b3d9da3 authored by Ashrith Sagar Yedlapalli's avatar Ashrith Sagar Yedlapalli :speech_balloon:
Browse files

c0.1.130 Awards assets path

parent 4e56b9cc
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<span class="badge rounded-pill bg-info text-dark">Undergrad + Overgrad</span> <span class="badge rounded-pill bg-info text-dark">Undergrad + Overgrad</span>
</h1> </h1>
<div class="awards-box reveal-on-scroll"> <div class="awards-box reveal-on-scroll">
<img src="/static/assets/awards/track-foodandnutrition.svg" alt="Track Prize" width="70px"> <img src="../../static/assets/awards/track-foodandnutrition.svg" alt="Track Prize" width="70px">
<h2 class="reveal-on-scroll">Best Food & Nutrition Project</h2> <h2 class="reveal-on-scroll">Best Food & Nutrition Project</h2>
</div> </div>
...@@ -31,13 +31,13 @@ ...@@ -31,13 +31,13 @@
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<div class="awards-box reveal-on-scroll"> <div class="awards-box reveal-on-scroll">
<img src="/static/assets/awards/software-tool.svg" alt="Best Software Tool" width="70px"> <img src="../../static/assets/awards/software-tool.svg" alt="Best Software Tool" width="70px">
<h2 class="reveal-on-scroll">Best Software Tool</h2> <h2 class="reveal-on-scroll">Best Software Tool</h2>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
<div class="awards-box reveal-on-scroll"> <div class="awards-box reveal-on-scroll">
<img src="/static/assets/awards/education.svg" alt="Best Education" width="70px"> <img src="../../static/assets/awards/education.svg" alt="Best Education" width="70px">
<h2 class="reveal-on-scroll">Best Education</h2> <h2 class="reveal-on-scroll">Best Education</h2>
</div> </div>
</div> </div>
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<div class="awards-box reveal-on-scroll"> <div class="awards-box reveal-on-scroll">
<img src="/static/assets/awards/presentation.svg" alt="Best Presentation" width="70px"> <img src="../../static/assets/awards/presentation.svg" alt="Best Presentation" width="70px">
<h2 class="reveal-on-scroll">Best Presentation</h2> <h2 class="reveal-on-scroll">Best Presentation</h2>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
<div class="awards-box reveal-on-scroll"> <div class="awards-box reveal-on-scroll">
<img src="/static/assets/awards/wiki.svg" alt="Best Wiki" width="70px"> <img src="../../static/assets/awards/wiki.svg" alt="Best Wiki" width="70px">
<h2 class="reveal-on-scroll">Best Wiki</h2> <h2 class="reveal-on-scroll">Best Wiki</h2>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment