Skip to content

Commit

Permalink
v1.33 - Changed Absolute Links to Relative Links
Browse files Browse the repository at this point in the history
  • Loading branch information
SuyashLakhotia committed Feb 9, 2017
1 parent 8f26bcd commit 273a8ae
Show file tree
Hide file tree
Showing 18 changed files with 120 additions and 120 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ <h2><strong>THIS DOESN'T SEEM RIGHT, DOES IT?</strong></h2>
<a href="http://tripbuddy.sg/">Return to Safety</a>
</div>
</div>
</body>
</body>
20 changes: 10 additions & 10 deletions about-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<!-- Load Navbar & Footer -->
<script>
$(function () {
$("#navbarQuery").load("/navbar.html");
$("#footerQuery").load("/footer.html");
$("#navbarQuery").load("navbar.html");
$("#footerQuery").load("footer.html");
});
</script>

Expand Down Expand Up @@ -67,7 +67,7 @@ <h1>About Us</h1>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3 col-md-3 col-md-offset-1">
<img src="/img/logo.png" class="img-responsive">
<img src="img/logo.png" class="img-responsive">
</div>
<div class="col-sm-12 col-md-7">
<p>We are TripBuddy.sg, an online start-up aimed at bridging the gap between local students and exchange students at universities in Singapore. We do this in an attempt to provide exchange students an authentic experience that they have travelled across oceans for while allowing local students to increase their personal &amp; professional network at a global scale without ever leaving the island. We believe that we are movement driven by a platform, a platform that creates opportunities for priceless interactions between worlds.</p>
Expand All @@ -88,7 +88,7 @@ <h1>Our Story</h1>
<p>In the summer of 2015, five undergrads at NTU were still stuck at school working to get their Minor in Entrepreneurship. On the first day of class, they were pleasantly surprised by the number of foreign exchange students that were enrolled in the programme with them. Trying to take advantage of the situation, they decided that this was a priceless opportunity to network with the rest of the world. Having enjoyed the company of their newly found friends from around the world, they asked themselves why other students don't have the same opportunity as they did. And thus, TripBuddy.sg was born, their answer to this untapped ocean of possibility.</p>
</div>
<div class="col-md-4">
<img src="/img/MiE-Batch.jpg" class="img-responsive img-thumbnail">
<img src="img/MiE-Batch.jpg" class="img-responsive img-thumbnail">
</div>
</div>
</div>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h1>Meet the Team</h1>
</div>
<div class="row team-member">
<div class="col-md-2 col-md-offset-2 col-xs-4">
<img src="/img/Suyash.jpg" class="img-responsive img-thumbnail">
<img src="img/Suyash.jpg" class="img-responsive img-thumbnail">
</div>
<div class="col-md-5 col-xs-8">
<h3 class="team-right">Suyash Lakhotia</h3>
Expand All @@ -151,12 +151,12 @@ <h4 class="team-left">Chief Technology Officer</h4>
<p class="hidden-xs">Nikhil is an undergraduate student at Nanyang Technological University pursuing a degree in Computer Science. He grew up in India, where he developed a keen interest in technology. Apart from computers, Nikhil loves to explore new things and travel around places. He is enthusiastic with a strong desire to pursue what he likes.</p>
</div>
<div class="col-md-2 col-xs-4">
<img src="/img/Nikhil.jpg" class="img-responsive img-thumbnail">
<img src="img/Nikhil.jpg" class="img-responsive img-thumbnail">
</div>
</div>
<div class="row team-member">
<div class="col-md-2 col-md-offset-2 col-xs-4">
<img src="/img/Ernest.jpg" class="img-responsive img-thumbnail">
<img src="img/Ernest.jpg" class="img-responsive img-thumbnail">
</div>
<div class="col-md-5 col-xs-8">
<h3 class="team-right">Ernest Chan</h3>
Expand All @@ -171,12 +171,12 @@ <h4 class="team-left">Chief Financial Officer</h4>
<p class="hidden-xs">Bobby is an undergraduate student at Nanyang Technological University pursuing a degree in Computer Engineering. He was born in the UK, grew up in India and now studies in Singapore. Bobby is inquisitive by nature, and loves trying out new dishes and traditions. He is also a football enthusiast.</p>
</div>
<div class="col-md-2 col-xs-4">
<img src="/img/Bobby.jpg" class="img-responsive img-thumbnail">
<img src="img/Bobby.jpg" class="img-responsive img-thumbnail">
</div>
</div>
<div class="row team-member">
<div class="col-md-2 col-md-offset-2 col-xs-4">
<img src="/img/Ben.jpg" class="img-responsive img-thumbnail">
<img src="img/Ben.jpg" class="img-responsive img-thumbnail">
</div>
<div class="col-md-5 col-xs-8">
<h3 class="team-right">Benjamin Ho</h3>
Expand All @@ -191,4 +191,4 @@ <h4 class="team-right">Chief Operations Officer</h4>
<!-- FOOTER -->
<div id="footerQuery"></div>
</div>
</body>
</body>
6 changes: 3 additions & 3 deletions feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<!-- Load Navbar & Footer -->
<script>
$(function () {
$("#navbarQuery").load("/navbar.html");
$("#footerQuery").load("/footer.html");
$("#navbarQuery").load("navbar.html");
$("#footerQuery").load("footer.html");
});
</script>

Expand Down Expand Up @@ -114,4 +114,4 @@ <h3><i class="fa fa-envelope"></i> [email protected]</h3>
<!-- FOOTER -->
<div id="footerQuery"></div>
</div>
</body>
</body>
16 changes: 8 additions & 8 deletions footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
<div class="row">
<div class="col-md-4 col-sm-4">
<h7>Company</h7>
<a href="/about-us.html">
<a href="about-us.html">
<p>About Us</p>
</a>
<a href="http://b39-40g3.ntuentrepreneur.org" target="_blank">
<p>Corporate Blog</p>
</a>
<a href="/legal.html">
<a href="legal.html">
<p>Legal</p>
</a>
</div>
<div class="col-md-4 col-sm-4">
<h7>Explore</h7>
<a href="/view-all-trips.html">
<a href="view-all-trips.html">
<p>Our Trips</p>
</a>
<a href="/view-all-hosts.html">
<a href="view-all-hosts.html">
<p>Our Hosts</p>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A//www.tripbuddy.sg" target="_blank">
<p>Invite Friends</p>
</a>
<a href="/feedback.html">
<a href="feedback.html">
<p>Feedback</p>
</a>
</div>
<div class="col-md-4 col-sm-4">
<h7>Hosting</h7>
<a href="/why-host.html">
<a href="why-host.html">
<p>Why Host?</p>
</a>
<a href="/testimonials.html">
<a href="testimonials.html">
<p>Testimonials</p>
</a>
</div>
Expand Down Expand Up @@ -83,4 +83,4 @@
</div>

<p>TripBuddy.sg &copy; 2016. All rights reserved.</p>
</div>
</div>
6 changes: 3 additions & 3 deletions host-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<!-- Load Navbar & Footer -->
<script>
$(function () {
$("#navbarQuery").load("/navbar.html");
$("#footerQuery").load("/footer.html");
$("#navbarQuery").load("navbar.html");
$("#footerQuery").load("footer.html");
});
</script>

Expand Down Expand Up @@ -171,4 +171,4 @@ <h1>Olivia Wilde</h1>
<!-- FOOTER -->
<div id="footerQuery"></div>
</div>
</body>
</body>
36 changes: 18 additions & 18 deletions host-trips.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<!-- Load Navbar & Footer -->
<script>
$(function () {
$("#navbarQuery").load("/navbar.html");
$("#footerQuery").load("/footer.html");
$("#navbarQuery").load("navbar.html");
$("#footerQuery").load("footer.html");
});
</script>

Expand Down Expand Up @@ -111,19 +111,19 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<!-- NOTE: When user hasn't hosted any trips yet. -->
<!--
<div class="col-md-10 col-md-offset-1 err-search">
<p>Looks like you haven't hosted any trips yet! You can host one <a href="/new-trip.html">here</a>, though!</p>
<p>Looks like you haven't hosted any trips yet! You can host one <a href="new-trip.html">here</a>, though!</p>
</div>
-->
<!-- NOTE: When no trips match the filter(s). -->
<!--
<div class="col-md-10 col-md-offset-1 err-search">
<p>Looks like you haven't hosted any trips that match this search. You can host one <a href="/new-trip.html">here</a>, though!</p>
<p>Looks like you haven't hosted any trips that match this search. You can host one <a href="new-trip.html">here</a>, though!</p>
</div>
-->
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -136,7 +136,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -149,7 +149,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -162,7 +162,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -175,7 +175,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -188,7 +188,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -201,7 +201,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -214,7 +214,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -227,7 +227,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -240,7 +240,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -253,7 +253,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -266,7 +266,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -279,7 +279,7 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<div class="col-sm-6 col-md-4">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="/trip.html">
<a href="trip.html">
<div class="trip-grid-link" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/sample-trip.png') no-repeat center center; background-size: cover;">
<p class="theme">Nightlife</p>
<p class="title">East vs West</p>
Expand All @@ -303,4 +303,4 @@ <h2>Look at all the awesomeness you've hosted!</h2>
<!-- FOOTER -->
<div id="footerQuery"></div>
</div>
</body>
</body>
Loading

0 comments on commit 273a8ae

Please sign in to comment.