-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit improves the overall design of the site, switching all the text to a consistent font family and improving the display of the meetups.
- Loading branch information
Showing
11 changed files
with
67 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<footer class="footer"> | ||
<div class="container footerContainer"> | ||
<p class="footerText u-alignCenter">Barcelona Free Software</a> © 2014-2017. <a class="footerText--link" href="https://github.com/bcnfs/bcnfs.github.io">Fork us</a>.</p> | ||
<p class="footerText u-alignCenter">Barcelona Free Software</a> © 2014-2017. <a class="footerText--link" href="https://github.com/bcnfs/bcnfs.github.io">Source code</a>.</p> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
.baseText { | ||
font-size: 22px; | ||
margin-bottom: 20px; | ||
} | ||
.baseText--list { | ||
font-size: 18px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,49 +12,27 @@ | |
<div class="col-md-8 col-md-pull-4"> | ||
<p class="introText"> | ||
<span class="introText--title"><a class="u-fontMono" href="http://www.meetup.com/Barcelona-Free-Software/">Barcelona Free Software</a></span> is a meetup | ||
and an open space for coders and users who love free software (with <span class="js-members">—</span> members!) | ||
and an open space for coders and users who love free software (w/ <span class="js-members">—</span> members!) | ||
</p> | ||
<p class="introText">Come to our next meeting to discover new projects and have a drink.</p> | ||
<p class="introText">Anything to say? Please, <a href="mailto:[email protected]">contact us</a> directly.</p> | ||
<p class="introText">Follow us on twitter! <a href="https://twitter.com/BCNFreeSoftware"><img src="twitter.png"></a></p> | ||
<p class="introText">You can also follow us on <a href="https://twitter.com/BCNFreeSoftware">Twitter</a>.</p> | ||
</div> | ||
</div> | ||
<div class="row u-marginBottom u-alignCenter"> | ||
<h2 class="u-fontMono">Last meetups</h2> | ||
<div class="meetup col-md-4"> | ||
<img class="u-imgSameWidth"> | ||
<h3 class="meetupTitle"><a class="meetupLink"></a></h3> | ||
</div> | ||
<div class="meetup col-md-4"> | ||
<img class="u-imgSameWidth" > | ||
<h3 class="meetupTitle"><a class="meetupLink"></a></h3> | ||
</div> | ||
<div class="meetup col-md-4"> | ||
<img class="u-imgSameWidth"> | ||
<h3 class="meetupTitle"><a class="meetupLink"></a></h3> | ||
<div class="row u-marginBottom"> | ||
<div class="col-md-12"> | ||
<h2 class="u-fontMono">Last meetups</h2> | ||
<ul class="lastMeetups"></ul> | ||
</div> | ||
</div> | ||
|
||
<div class="row u-marginBottom u-alignCenter"> | ||
<div class="meetup col-md-4"> | ||
<img class="u-imgSameWidth"> | ||
<h3 class="meetupTitle"><a class="meetupLink"></a></h3> | ||
</div> | ||
<div class="meetup col-md-4"> | ||
<img class="u-imgSameWidth" > | ||
<h3 class="meetupTitle"><a class="meetupLink"></a></h3> | ||
</div> | ||
<div class="meetup col-md-4"> | ||
<img class="u-imgSameWidth"> | ||
<h3 class="meetupTitle"><a class="meetupLink"></a></h3> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="row u-marginBottom u-alignCenter"> | ||
<h2 class="u-fontMono">Patrons</h2> | ||
<a class="u-zeroDecoration" href="https://www.kde.org/"><img class="patronLogo" alt="KDE España" src="images/kde.svg"></a> | ||
<a class="u-zeroDecoration" href="https://www.fsfe.org/"><img class="patronLogo" alt="Free Software Foundation Europe" src="images/fsfe.svg"></a> | ||
<a class="u-zeroDecoration" href="https://www.opensuse.org/"><img class="patronLogo" alt="Suse" src="images/openSUSE_logo.png"></a> | ||
<div class="patrons"> | ||
<a class="u-zeroDecoration" href="https://www.kde.org/"><img class="patronLogo" alt="KDE España" src="images/kde.svg"></a> | ||
<a class="u-zeroDecoration" href="https://www.fsfe.org/"><img class="patronLogo" alt="Free Software Foundation Europe" src="images/fsfe.svg"></a> | ||
<a class="u-zeroDecoration" href="https://www.opensuse.org/"><img class="patronLogo" alt="Suse" src="images/openSUSE_logo.png"></a> | ||
</div> | ||
<hr /> | ||
<p class="closingText">Want to help us? We have <a href="/sponsoring">sponsorships</a> available.</p> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters