Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions app/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1>What we do.</h1>
<h2>iOS & Android Apps</h2>
</div>
<div class="parallax-back">
<img src="images/iphone.png" class="img-responsive rounded" ...>
<img src="images/iphone.png" class="img-responsive rounded" >
</div>
</div>
</div>
Expand All @@ -101,7 +101,7 @@ <h2>iOS & Android Apps</h2>
<h2>Web Development</h2>
</div>
<div class="parallax-back">
<img src="/images/web.png" class="img-responsive rounded" ...>
<img src="/images/web.png" class="img-responsive rounded">
</div>
</div>
</div>
Expand All @@ -115,7 +115,7 @@ <h2>Web Development</h2>
<h2>Version Control</h2>
</div>
<div class="parallax-back">
<img src="/images/vcs.png" class="img-responsive rounded" ...>
<img src="/images/vcs.png" class="img-responsive rounded">
</div>
</div>
</div>
Expand All @@ -129,7 +129,7 @@ <h2>Version Control</h2>
<h2>Anything else to do with tech tbh</h2>
</div>
<div class="parallax-back">
<img src="/images/development.png" class="img-responsive rounded" ...>
<img src="/images/development.png" class="img-responsive rounded">
</div>
</div>
</div>
Expand All @@ -139,4 +139,4 @@ <h2>Anything else to do with tech tbh</h2>
<a href="https://www.np.edu.sg">Ngee Ann Polytechnic</a> // 2019</footer>
</body>

</html>
</html>