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 1 commit
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
8 changes: 8 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

@media screen and (max-width: 417px)
{
#btn-align {
text-align: center;
}
}

.dark-layer {
content: "";
background-color: rgba(0, 0, 0, 0.4);
Expand Down
22 changes: 15 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -527,10 +529,11 @@ <h1>Proudly developed at FOSSASIA</h1>
<h1>Android Apps of FOSSASIA</h1>
</div>
</div>
<div class="row">
<div class="row" >
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additional changes.


<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;"> -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why commenting this line?

<div class=" text-center" style="margin-bottom: 30px;">
Copy link
Member

Choose a reason for hiding this comment

The 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">
Expand Down Expand Up @@ -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>
Expand All @@ -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>

Copy link
Member

Choose a reason for hiding this comment

The 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.

Copy link
Member

Choose a reason for hiding this comment

The 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">
Expand Down