Skip to content

Commit

Permalink
Merge pull request #127 from RaphaelStArnaud/ColumnHome
Browse files Browse the repository at this point in the history
Home side by side text
  • Loading branch information
Rignon Noël committed Sep 29, 2015
2 parents 3cc3d8e + 45af5a7 commit dfd7181
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 60 deletions.
119 changes: 59 additions & 60 deletions src/Template/Pages/home.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -21,73 +21,72 @@
</div>
<hr>

<div class="row">
<div class="col-xl-12 text-center">
<h2><?php echo __('Our Mission') ?></h2>
<div class="home-text">
<h2><b><?php echo __('Our Mission') ?></b></h2>

<p class="lead">
<?php echo __('This initiative is born from a meeting between the ÉTS director and Google
Montreal director. Seeing the difficulty that students have to hone their
habilities to develop complex software and show the end product (code) to
recruiters, they decided to establish the Maison du Logiciel Libre (ML2)') ?>
</p>
<p class="lead">
<?php echo __('This initiative is born from a meeting between the ÉTS director and Google
Montreal director. Seeing the difficulty that students have to hone their
habilities to develop complex software and show the end product (code) to
recruiters, they decided to establish the Maison du Logiciel Libre (ML2)') ?>
</p>

<p class="lead">
<?php echo __('The foremost mission of ML2 is to offer a place of meeting and sharing in
Montreal allowing the students to participate in open source software
projects. This initiative try to reach students across of Montreal
universities and to include the largest possible community, thus allowing
the students to meet participants from multiple horizons with varied
academic and professional experiences.') ?>
</p>
<p class="lead">
<?php echo __('The foremost mission of ML2 is to offer a place of meeting and sharing in
Montreal allowing the students to participate in open source software
projects. This initiative try to reach students across of Montreal
universities and to include the largest possible community, thus allowing
the students to meet participants from multiple horizons with varied
academic and professional experiences.') ?>
</p>

<p class="lead">
<?php echo __('The mission of ML2 is an educational mission. Multiple activities will be
eventually offered : free development, graduation projects, internships,
mastering projects, … All of these activities will gravitate around open
source projects. These projects will be proposed by : students, teachers ,
universities or organisations wanting to invest in students formation.
Seminars will complete this educational component.') ?>
</p>
<p class="lead">
<?php echo __('The mission of ML2 is an educational mission. Multiple activities will be
eventually offered : free development, graduation projects, internships,
mastering projects, … All of these activities will gravitate around open
source projects. These projects will be proposed by : students, teachers ,
universities or organisations wanting to invest in students formation.
Seminars will complete this educational component.') ?>
</p>

<p class="lead">
<?php echo __('By participating in ML2 activities, the students will be able to (i)
discover the open source software world with its codes and objectives; (ii)
hone their habilities to analyse, design and develop complex tasks ; (iii)
build a portfolio with their open source achievements ; (iv) obtain
recognitions from their university.') ?>
</p>
</div>
<p class="lead">
<?php echo __('By participating in ML2 activities, the students will be able to (i)
discover the open source software world with its codes and objectives; (ii)
hone their habilities to analyse, design and develop complex tasks ; (iii)
build a portfolio with their open source achievements ; (iv) obtain
recognitions from their university.') ?>
</p>
</div>

<hr>
<div class="row">
<div class="col-xl-12 text-center">
<h2><?php echo __('Value proposition for industry:') ?></h2>

<p class="lead">
<?php echo __('Access to potential new hires in our logicel libre developer community') ?> <br>
<?php echo __('Develop new open source features faster and cheaper in your products and dependencies') ?> <br>
<?php echo __('Promote your company and create networks across the software engineering and computer science departments of 7 universities') ?> <br>
<?php echo __('Create Goodwill in the University and open source communities') ?> <br>
</p>

<h2><?php echo __('Value proposition for universities and students:') ?></h2>
<div class="home-text">
<h2><b><?php echo __('Value proposition for industry:') ?></b></h2>

<p class="lead">
<?php echo __('Match Interns with Industry and Academic funded open source projects') ?> <br>
<?php echo __('Match Capstone students with Industry and Academic sponsored open source projects') ?> <br>
<?php echo __('Support for graduate students working on open source projects') ?> <br>
<?php echo __('Project mentorship (each submitted project must have a mentor)') ?> <br>
<?php echo __('Teaching assistant (TAs) access') ?> <br>
<?php echo __('Additional mentor access from ML2 staff') ?> <br>
<?php echo __('Networking with ML2 members: students from 7 universities, open source community, mentors, and industry') ?> <br>
<?php echo __('Promotion of projects and students on the ML2 website') ?> <br>
<?php echo __('CV Portfolio testimonial plugin (testimonials from TAs & mentors)') ?> <br>
<?php echo __('CV Portfolio open source code summary plugin (key performance indicators on open source repo contributions)') ?> <br>
<?php echo __('Access to ML2 academic and industry conferences and seminars') ?> <br>
<?php echo __('24/7 access to ML2 location on the RC of ETS Pavilion A') ?>
</p>
</div>
<p class="lead">
<?php echo __('Access to potential new hires in our logicel libre developer community') ?> <br>
<?php echo __('Develop new open source features faster and cheaper in your products and dependencies') ?> <br>
<?php echo __('Promote your company and create networks across the software engineering and computer science departments of 7 universities') ?> <br>
<?php echo __('Create Goodwill in the University and open source communities') ?> <br>
</p>
<br>
<h2><b><?php echo __('Value proposition for universities and students:') ?></b></h2>

<p class="lead">
<?php echo __('Match Interns with Industry and Academic funded open source projects') ?> <br>
<?php echo __('Match Capstone students with Industry and Academic sponsored open source projects') ?> <br>
<?php echo __('Support for graduate students working on open source projects') ?> <br>
<?php echo __('Project mentorship (each submitted project must have a mentor)') ?> <br>
<?php echo __('Teaching assistant (TAs) access') ?> <br>
<?php echo __('Additional mentor access from ML2 staff') ?> <br>
<?php echo __('Networking with ML2 members: students from 7 universities, open source community, mentors, and industry') ?> <br>
<?php echo __('Promotion of projects and students on the ML2 website') ?> <br>
<?php echo __('CV Portfolio testimonial plugin (testimonials from TAs & mentors)') ?> <br>
<?php echo __('CV Portfolio open source code summary plugin (key performance indicators on open source repo contributions)') ?> <br>
<?php echo __('Access to ML2 academic and industry conferences and seminars') ?> <br>
<?php echo __('24/7 access to ML2 location on the RC of ETS Pavilion A') ?>
</p>
</div>
<div class="clear">
</div>

</section>
17 changes: 17 additions & 0 deletions webroot/css/ML2-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,17 @@ footer {
text-align: center;
}

.home-text{
width:40%;
margin:5%;
float:left;
text-align:center;
}

.clear{
clear:both;
}

@media screen and (max-width: 1000px) {
.partner {
height: 200px;
Expand All @@ -290,6 +301,12 @@ footer {
.logos{
margin-left: 0%;
}

.home-text{
width:90%;
margin:5%;
text-align:center;
}
}

@media screen and (max-width: 600px) {
Expand Down

0 comments on commit dfd7181

Please sign in to comment.