Skip to content

Fixes Issue #827 's first part #833

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

Open
wants to merge 2 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
1 change: 0 additions & 1 deletion css/theme-lava.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ nav .container {
.section-header {
position: relative;
overflow: hidden;
height: 450px;
}
.section-header h1 {
font-size: 32px;
Expand Down
20 changes: 12 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@ <h4 class="text-white"><strong>Eventyay Organizer App</strong></h4>
<h1 class="text-white">A little more about FOSSASIA</h1>
<p class="lead text-white">
FOSSASIA is an organization developing Open Source software applications and Open Hardware together with a global community from its base in Asia. It is our goal to provide access to open technologies, science applications and knowledge that improve people's lives. We want to enable people to adapt and change technology according to their own ideas and needs and validate science and knowledge through an Open Access approach. FOSSASIA was established 2009 by Hong Phuc Dang and Mario Behling. We organize and participate in conferences, meetups and code camps. The annual FOSSASIA Summit in Singapore is one of the top tech events in Asia. Other summits take place in Vietnam, Cambodia, Thailand and India. FOSSASIA also runs a number of coding programs such as Codeheat. Please join us and start contributing <a href="https://github.com/fossasia/">to our projects</a>, participate as a coder, designer, hardware developer or event organizer, become a sponsor of projects and events or support us by buying Open Tech products on the <a href="https://fossasia.com">FOSSASIA store</a>
</div>
</p>
</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -1243,16 +1244,19 @@ <h3>Who We Are<br></h3>
</section>

<a id="labs-programs" class="in-page-link"></a>

<section class="section-header overlay preserve3d lab-section">
<div class="background-image-holder">
<img class="background-image" alt="Background Image" src="img/hero7.jpg">
<div class="background-image-holder ">
<img class="background-image" alt="Background Image" src="./img/hero7.jpg">
</div>
<div class="container vertical-align">
<div class="container ">
<div class="row">
<div class="col-sm-offset- col-sm-11">
<h1 class="text-white text-white-heading">Coding Programs and Labs</h1>
<p class="lead text-white">FOSSASIA runs coding programs and contests such as <a href="https://codeheat.org" target="_self">Codeheat</a>. In the Codeheat coding contest developers build up their code profile. Participants can win awesome prizes and winners fly to the annual FOSSASIA Summit. In FOSSASIA Labs we collect&nbsp;<a href="https://fossasia.org/labs" target="_self">project ideas</a> and discuss new features of existing applications.</a> Different programs are available for high school and university students or professionals. And there are regularly job opportunities for full time developers listed on the job page. Check out details of our <a class="inner-link" target="_self" href="#programs">programs and opportunities here.</a></p>
</div>
<div class="col-sm-offset- col-sm-12">
<h1 class="text-white ">Coding Programs and Labs</h1>
<p class="lead text-white">
FOSSASIA runs coding programs and contests such as <a href="https://codeheat.org" target="_self">Codeheat</a>. In the Codeheat coding contest developers build up their code profile. Participants can win awesome prizes and winners fly to the annual FOSSASIA Summit. In FOSSASIA Labs we collect&nbsp;<a href="https://fossasia.org/labs" target="_self">project ideas</a> and discuss new features of existing applications.</a> Different programs are available for high school and university students or professionals. And there are regularly job opportunities for full time developers listed on the job page. Check out details of our <a class="inner-link" target="_self" href="#programs">programs and opportunities here.</a></p>
</p>
</div>
</div>
</div>
</section>
Expand Down