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 button allignment #659 #694

Open
wants to merge 5 commits into
base: gh-pages
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
212 changes: 0 additions & 212 deletions css/custom.css

This file was deleted.

6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,10 @@ <h1>Incubating Open Tech Projects</h1>
We incubate our most advanced projects into FOSS companies to support a sustainable FOSS Ecosystem.</p>
<p>Our teams are developing software to run <a href="https://eventyay.com" target="_self">events</a>. We have Android apps to <a href="https://phimp.me" target="_self">enhance photos</a> or do <a href="https://play.google.com/store/apps/details?id=io.pslab" target="_self">scientific experiments</a>. You can set up your own <a href="https://susi.ai" target="_self">SUSI.AI</a> personal assistant. Or, you use the Pocket Science Lab (PSLab) to measure just about anything. We also fund the production of Open Hardware like <a href="https://pslab.io" target="_self">PSLab</a> to get FOSS moving forward.
</p>
<div id="btn-align">
<a target="_self" class="btn inner-link" href="#projects">Learn about Projects</a>
<a href="https://pslab.io" class="btn btn-hollow" target="_self">Check out PSLab.io</a>
</div>
</div>
</div>
</div>
Expand All @@ -751,8 +753,10 @@ <h1>Pocket Science Lab - Open Hardware</h1>
<p class="lead">
PSLab is a FOSS/Open Hardware extension for your smartphone or PC. It enables you to measure all kinds of things by connecting it to your phone or PC via USB. You can use it as an Oscilloscope, Multimeter, Frequency counter, Power Source, Logic Analyzer, Wavelength Generator, Luxmeter, Barometer and many more. Use our <a href="https://play.google.com/store/apps/details?id=io.pslab" target="_self">Android</a> or desktop app to collect and view the data. And, you can even plug in hundreds of compatible sensors to the PSLab pin slots. What experiments you can do is just limited by your imagination!
</p>
<div id="btn-align">
<a href="https://github.com/fossasia?utf8=✓&q=pslabhttps://github.com/fossasia?utf8=✓&q=pslab" class="btn" target="_self">PSLab GitHub</a>
<a href="https://fossasia.com" class="btn btn-hollow" target="_self">Buy PSLab</a>
</div>
</div>


Expand Down Expand Up @@ -1035,7 +1039,7 @@ <h3>Innocence Ho-Chi Minh City<br>11-12 October, 2019</h3>
<div class="embedded-video-holder vju">
<iframe src="https://www.youtube.com/embed/agcFs1hd47I"></iframe>
</div>
</div><div class="col-md-5">
</div><div class="col-md-5" id="btn-align">
<!--<p class="lead">FOSSASIA Events</p>--><p class=lead>Throughout the year FOSSASIA organizes meetups and events. FOSSASIA events are the place software development gets done. If you rely on open technologies you must be a part of FOSSASIA events, be it as an attendee, speaker, volunteer or sponsor. You can also organize your own event with our open event software at <a href="https://eventyay.com" target="_self">eventyay.com</a>.</p>
<a target="_self" href="https://eventyay.com" class="btn">Organize Events</a>
<a href="https://events.fossasia.org/#sponsorship" class="btn btn-hollow" target="_self">Sponsorship</a>
Expand Down