- Education
title: MIT App Inventor
website: https://appinventor.mit.edu
-show_on_overview: true
+show_on_overview: false
+draft: true
---
\ No newline at end of file
+++ /dev/null
-Subproject commit 74b2a2a905434c6e7c7f817189def141d87bc984
description: |
Free and Open Source software is made by communities. These stands have one thing in common: creating communities and
bringing them together.
-logo: img/lib/material-icons/community-advocacy.svg
+logo:
---
\ No newline at end of file
---
title: Database engines
description: |
- None
+ Behind every application is a database, and a lot of them are built on free and open source software. Discover old
+ favourites and new players.
logo: img/lib/material-icons/database-engines.svg
---
---
title: Desktop environments
description: |
- None
+ Without a desktop environment, Linux would just be a kernel. Discover how your system is going to look in the next few years.
logo: img/lib/material-icons/desktop-environments.svg
---
---
title: Developer environment
description: |
- None
+ Developers! Developers! Developers! What tools do they use? An editor, a version management tool and continuous integration is what
+ you will find here.
logo: img/lib/material-icons/developer-environment.svg
---
---
title: Education
description: |
- None
+ Whether it is children or adults, all these stands are devoted to helping anyone to learn something new; whether it is technical or not.
logo: img/lib/material-icons/education.svg
---
---
title: Gaming
description: |
- None
+ We all need some time to blow off steam. Free and open source gaming is booming, and you can see that here.
logo: img/lib/material-icons/gaming.svg
---
---
title: HAM Radio
description: |
- None
+ HAM (amateur) radio and free and open source software go way back. Both are driven by volunteers and radio enthusiasts have always
+ been present at FOSDEM.
logo: img/lib/material-icons/ham-radio.svg
---
---
title: Hardware
description: |
- None
+ It is new and it is coming. Free and open source hardware is ready to take over the world. See what is going to happen with your PC, server
+ or laptop here.
logo: img/lib/material-icons/hardware.svg
---
---
title: IoT
description: |
- None
+ The Internet of Things is everywhere, but what is the role of free and open source software in this story? Find it out in these stands.
logo: img/lib/material-icons/iot.svg
---
---
title: Multimedia and graphics
description: |
- None
+ Graphics software, multimedia editing, video hardware; in short anything that is related to free and open source software, multimedia and
+ graphics.
logo: img/lib/material-icons/multimedia-and-graphics.svg
---
---
title: Office suites and productivity
description: |
- None
+ We might not always like it, but office suites are of the most important software currently existing. Free and open source software has a
+ very strong presence here, and these stands show that.
logo: img/lib/material-icons/office-suites-and-productivity.svg
---
---
title: Operating Systems
description: |
- None
+ The one thing most of us associate with free and open source software: operating systems. Always a strong presence at FOSDEM, they are back
+ for more. Find out what is new here!
logo: img/lib/material-icons/operating-systems.svg
---
---
title: Programming languages
description: |
- None
+ Without programming languages, free and open source software would not exist. What is new in the programming world? How is free and open
+ source software working in that field? Find it out here.
logo: img/lib/material-icons/programming-languages.svg
---
---
title: System administration
description: |
- None
+ System administration is built on free and open source software. Discover everything that is new in managing large amounts of
+ servers in these stands.
logo: img/lib/material-icons/system-administration.svg
---
---
title: World wide web
description: |
- Free and Open Source software is made by communities. These stands have one thing in common: creating communities and
- bringing them together.
-logo: img/lib/material-icons/community-advocacy.svg
+ The world wide web is our portal to the world. Without free and open source software, the web as we know would not exist. Find out what the future holds!
+logo: img/lib/material-icons/www.svg
---
\ No newline at end of file
</div>
<div class="row">
<div class="col-sm-4 mt-4 mb-4 mx-auto text-center fosdem-subtitle-frame px-2 py-2">
- <span class="fosdem-subtitle">FOSDEM 2021 STANDS / Online / 6 & 7 February 2021</span>
+ <span class="fosdem-subtitle">FOSDEM 2021 Stands</span>
</div>
</div>
</div>
+<div class="container mt-4">
+ <div class="row">
+ <div class="col-sm-12 fosdem-jumbotron">
+ <h2>Welcome to the FOSDEM 2021 Stands website!</h2>
+ <p></p>
+ </div>
+ </div>
+ <div class="row mt-4 fosdem-themes">
+ {{ range .Site.Taxonomies.themes }}
+ <div class="col-sm-3">
+ <div class="card mb-3 border-0" style="width: 18rem;">
+ <img src="{{ .Page.Params.Logo | relURL }}" class="card-img" alt="{{ .Page.Title }} logo" />
+ <div class="card-body">
+ <h5 class="card-title h6"><a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a></h5>
+ <p class="card-text text-justify">{{ .Page.Params.Description }}</p>
+ </div>
+ </div>
+ </div>
+ {{ end }}
+ </div>
+</div>
{{ end }}
\ No newline at end of file
</div>
<div class="col text-center">
<ul class="list-inline">
- <li class="list-inline-item"><a href="https://stands.fosdem.org/">Home</a></li>
- <li class="list-inline-item"><a href="https://stands.fosdem.org/themes/">Themes</a></li>
- <li class="list-inline-item"><a href="https://stands.fosdem.org/stands/">Stands</a></li>
+ <li class="list-inline-item"><a href="/">Home</a></li>
+ <li class="list-inline-item"><a href="/themes/">Themes</a></li>
+ <li class="list-inline-item"><a href="/stands/">Stands</a></li>
<li class="list-inline-item"><a href="https://fosdem.org/2021/">FOSDEM</a></li>
</ul>
</div>
<p>Not only can you find your favourite stand easier and faster, but it also allows related projects to talk to each other and maybe collaborate on common issues. We encourage fraternizing!</p>
</div>
</div>
- <div class="row mt-3">
- {{ range .Data.Terms.ByCount }}
- <div class="col">
+ <div class="row mt-3 fosdem-themes">
+ {{ range .Site.Taxonomies.themes }}
+ <div class="col-sm-3">
<div class="card mb-3 border-0" style="width: 18rem;">
- <img src="{{ .Page.Params.Logo | relURL }}" class="card-img border-0" alt="{{ .Page.Title }} logo" style="max-width: 12rem"/>
+ <img src="{{ .Page.Params.Logo | relURL }}" class="card-img" alt="{{ .Page.Title }} logo" />
<div class="card-body">
<h5 class="card-title h6"><a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a></h5>
<p class="card-text text-justify">{{ .Page.Params.Description }}</p>
url(/css/lib/material-icons/4.0.0/MaterialIcons-Regular.woff2) format('woff2')
}
+@font-face {
+ font-family:'Signika';
+ font-style:normal;
+ font-weight:600;
+ src:local('Signika-Semibold'),url(/css/lib/signika/Signika-SemiBold.ttf) format('truetype')
+}
+
+@font-face {
+ font-family:'Signika';
+ font-style:normal;
+ font-weight:400;
+ src:local('Signika'),local('Signika-Regular'),url(/css/lib/signika/Signika-Regular.ttf) format('truetype')
+}
+
+@font-face {
+ font-family:'Signika';
+ font-style:normal;
+ font-weight:700;
+ src:local('Signika-Bold'),url(/css/lib/signika/Signika-Bold.ttf) format('truetype')
+}
+
+@font-face {
+ font-family:'Lato';
+ font-style:normal;
+ font-weight:700;src:local('Lato Bold'),local('Lato-Bold'),url(/css/lib/lato/Lato-Bold.ttf) format('truetype')
+}
+
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
#footer {
background: #efefef;
+ font-family: Signika, "DejaVu Sans", Arial, Helvetica, sans-serif;
color: #5f5f5f;
}
.fosdem-subtitle {
font-weight: 600;
+ font-family: Signika, "DejaVu Sans", Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 28px;
color: #fff;
.fosdem-subtitle-frame {
background: #1e1e1e;
+}
+
+.fosdem-jumbotron {
+ font-family: Signika, "DejaVu Sans", Arial, Helvetica, sans-serif;
+ font-size: 20px;
+ line-height: 26px;
+}
+
+.fosdem-jumbotron h2 {
+ font-size: 24px;
+ line-height: 28px;
+}
+
+.fosdem-themes {
+ font-family: Signika, "DejaVu Sans", Arial, Helvetica, sans-serif;
}
\ No newline at end of file