Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] #5 Image problem due to Page responsiveness #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!doctype html>
<html lang="en">

Expand Down Expand Up @@ -2284,7 +2283,7 @@ <h1>Schedule Roster</h1>
-->
<a id="cloudtraining" class="in-page-link"></a>
<section class="image-with-text testimonials preserve-3d">
<div class="container vertical-align">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-7">
<div class="testimonials-slider">
Expand Down Expand Up @@ -2318,7 +2317,7 @@ <h1>Ultimate Cloud Training</h1>
<img class="background-image" alt="About Image" src="img/fossasiaexhibition2.jpg">
</div>
</div>
<div class="container vertical-align">
<div class="container">
<div class="row">
<div class="col-md-5 col-md-offset-7 col-sm-7 col-sm-offset-5">
<div class="testimonials-slider">
Expand Down Expand Up @@ -2424,7 +2423,7 @@ <h1>OpenTech Hackathon with UNESCO<br>
<a id="buildingblocs" class="in-page-link"></a>

<section class="image-with-text background-dark preserve-3d">
<div class="container vertical-align">
<div class="container">
<div class="row">
<div class="col-md-5 col-md-offset-7 col-sm-7 col-sm-offset-5">
<h1 class="text-white">FOSSASIA Academy with BuildingBloCS Code Labs Workshops and International Speakers</h1>
Expand Down Expand Up @@ -2761,7 +2760,7 @@ <h1>Community and Media Partner</h1>
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/16844586226_096e027e17_z.jpg">
</div>
<div class="container vertical-align">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-">
<i class="icon pe-7s-global"></i>
Expand Down Expand Up @@ -2957,7 +2956,7 @@ <h1>Volunteer at FOSSASIA Summit!</h1>
<a id="opentechnights" class="in-page-link"></a>

<section class="image-with-text background-dark preserve-3d">
<div class="container vertical-align">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-7">
<h1 class="text-white">FOSSASIA Community Tickets
Expand All @@ -2984,7 +2983,7 @@ <h1 class="text-white">FOSSASIA Community Tickets
<img class="background-image" alt="About Image" src="img/codeheat.jpg">
</div>
</div>
<div class="container vertical-align">
<div class="container">
<div class="row">
<div class="col-md-5 col-md-offset-7 col-sm-7 col-sm-offset-5">
<div class="testimonials-slider">
Expand Down