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

fixed grid alignment #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion css/theme-lava.css
Original file line number Diff line number Diff line change
Expand Up @@ -1880,8 +1880,12 @@ p.question {
/*!
// Visitor Info
// --------------------------------------------------*/
.post {
height: 550px !important;
}

.info-box {
margin-bottom: 36px;
margin-bottom: 36px !important;
position: relative;
overflow: hidden;
}
Expand Down
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h1>Topics and Tracks</h1>

<div class="row">

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Personal Voice Assistants, AI and Cloud" src="img/25903306426_6c2a0ca3f0_z.jpg">
<h3>Personal Voice Assistants and Artificial Intelligence</h3>
Expand All @@ -433,7 +433,7 @@ <h3>Personal Voice Assistants and Artificial Intelligence</h3>
</div>


<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Cloud, Containers, DevOps" src="img/exhibitionfossasia.jpg">
<h3>Cloud, Container, DevOps</h3>
Expand All @@ -442,7 +442,7 @@ <h3>Cloud, Container, DevOps</h3>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Blockchain" src="img/25249251663_aca02d5fff_z.jpg">
<h3>Blockchain</h3>
Expand All @@ -451,23 +451,23 @@ <h3>Blockchain</h3>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Cybersecurity" src="img/32663717444_b6a10ec5a6_z.jpg">
<h3>Cybersecurity</h3>
<p>Find out how to keep your services secure in the <a href="./event/tracks.html#Cybersecurity" target="_self">Cybersecurity</a> track. The track has sessions about Encryption with PGP, SELinux, Secrets Management, Backups, QubesOS, Securing Web and Javascript apps.</p>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Web & Mobile" src="img/15979370202_a5303fd3f3_z.jpg">
<h3>Web & Mobile</h3>
<p>What technologies will we need for the Conversational Web? How will existing technologies change and what else is happening in tech for web and mobile platforms? A wide variety of topics are covered in the <a href="./event/tracks.html#Web Technologies" target="_self">Web Technologies</a> and <a href="./event/tracks.html#Mobile Technologies" target="_self">Mobile Technologies</a> track with talks and workshops about JS frameworks, PWA, Android, Web VR and AR.</p>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Hardware, Design and Local Production" src="img/hands-on1.jpg">
<h3>Hardware, Design and Production</h3>
Expand All @@ -476,7 +476,7 @@ <h3>Hardware, Design and Production</h3>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Open Data, Internet Society, Community" src="img/opendata.jpg">
<h3>Open Data, Internet Society, Community</h3>
Expand All @@ -485,7 +485,7 @@ <h3>Open Data, Internet Society, Community</h3>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Database" src="img/database-track.jpg">
<h3>Database</h3>
Expand All @@ -494,23 +494,23 @@ <h3>Database</h3>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Kernel & Platform" src="img/25929228935_3914b83c0d_z.jpg">
<h3>Kernel & Platform</h3>
<p>The <a href="./event/tracks.html#Kernel & Platform" target="_self">Kernel & Platform</a> track covers topics from the Linux Kernel to BSD and desktop systems such as Meilix or applications like VLC. Learn about BSD network servers, Hacking with x86 Windows Tablets, Asynchronous integration of GPU computing with HPX many task processing, Unikernelized Linux, Open Build Service in Debian, and Learn C from the trenches.</p><br><br><br>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="Science Tech and Education" src="img/fossasiaopenhardware.jpg">
<h3>Science Tech and Education</h3>
<p>Science needs to be open and verifiable. As more and more tools are available to a larger part of the population the chance to become a scientist or simply to participate in citizen science increases. What tools exist? What hardware is available? How to do science hands-on with Open Source software and hardware? The <a href="./event/tracks.html#Science & Education" target="_self">Science Tech and Education</a> track covers it.</p>
</div>
</div>

<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 post">
<div class="info-box">
<img alt="FOSSASIA Tracks" src="img/15792689510_8aaee85b12_z.jpg">
<h3>Open Science and Open Data Hackathon with UNESCO</h3>
Expand Down