-
Notifications
You must be signed in to change notification settings - Fork 660
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
base: gh-pages
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,12 @@ | |
<link href="css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" media="all"/> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'> | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(function(i,s,o,g,r,a,m) | ||
{i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
}) | ||
(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-17146009-5', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
|
@@ -527,10 +529,11 @@ <h1>Proudly developed at FOSSASIA</h1> | |
<h1>Android Apps of FOSSASIA</h1> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="row" > | ||
|
||
<div class="col-md-4 col-sm-6 col-xs-12 sponsor-column" > | ||
<div class=" text-center" style="margin-bottom: 30px"> | ||
<!-- <div class=" text-center" style="margin-bottom: 30px;"> --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why commenting this line? |
||
<div class=" text-center" style="margin-bottom: 30px;"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. additional change. |
||
<a href="https://play.google.com/store/apps/details?id=ai.susi"> | ||
<img alt="SUSI.AI" class="img-responsive" src="img/SUSI.AI-Android.jpg" height="500"> | ||
<div class="text-block"> | ||
|
@@ -731,8 +734,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> | ||
|
@@ -751,9 +756,12 @@ <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> | ||
<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 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> | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please make sure to keep the changes min in your PR for a particular issue. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line does not do anything so not needed. |
||
</div> | ||
|
||
|
||
<div class="col-md-6"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
additional changes.