-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c008df5
Showing
3 changed files
with
665 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | ||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<style> | ||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap"); | ||
</style> | ||
|
||
<title>Tchelinux</title> | ||
|
||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | ||
</head> | ||
|
||
<body> | ||
<nav class="container-fluid"> | ||
<ul class="nav d-flex justify-content-end"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#sobre">Sobre</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://youtube.com/tchelinux">Canal no YouTube</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://groups.google.com/g/tchelinux">Lista de Discussão</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/tchelinux/conduta/">Código de Conduta</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://https://github.com/tchelinux/wiki">Wiki</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<section> | ||
<div class="logo-hero"> | ||
<h1 class="logo-hero__tchelinux">Tchelinux</h1> | ||
</div> | ||
</section> | ||
|
||
|
||
<article> | ||
<div class="container-fluid" id="sobre"> | ||
<h2 class="article__title"> | ||
<strong>Sobre</strong> | ||
</h2> | ||
<p> | ||
|
||
A paixão pelo Software Livre assim como o desejo de compartilhar conhecimentos fez com que um grupo de usuários se reunisse e trabalhasse junto na organização de eventos para a divulgação de ferramentas e da filosofia open source em instituições educacionais do Rio Grande do Sul. Aproveitando a ideia de voluntariado, o grupo decidiu que os eventos seriam sempre gratuitos, porém os participantes são encorajados a doar de alimentos não-perecíveis para instituições de caridade nas cidades onde os evento ocorrem.<br /> | ||
<br /> | ||
Entre <b>2006 e 2019</b> o Tchelinux realizou mais de uma centena de eventos presenciais com auxílio de milhares de voluntários, que ajudaram na organização e apresentando 1658 palestras que foram assistidas por quase 13 mil participantes que 18.5 toneladas de alimentos para instituições de caridade.<br /> | ||
<br /> | ||
Em <b>2020</b>, por conta da pandemia o Tchelinux precisou se reinventar e desde então viemos realizando eventos 100% online, que resultaram em centenas de horas de conteúdo gratuito no nosso <a href="https://youtube.com/tchelinux" target="_blank"><b>Canal no YouTube</b></a>, permitindo com que o Tchelinux superasse barreiras geográficas e de tempo, alcançando um público ainda maior no Brasil e em vários lugares do mundo. | ||
|
||
<iframe | ||
class="video-display" | ||
src="https://www.youtube.com/embed/videoseries?list=PL9ESgQmnVQPbIwp45G9kZyPyGtFkmXqRK" | ||
frameborder="0" | ||
allow="autoplay; encrypted-media" | ||
allowfullscreen> | ||
</iframe> | ||
</p> | ||
</div> | ||
|
||
<div class="container-fluid"> | ||
<h2 class="article__title"> | ||
<strong>Contato</strong> | ||
</h2> | ||
<p> | ||
Caso você tenha dúvidas, por favor, envie um e-mail para a equipe de organização | ||
<a href="mailto: [email protected]"><b>clicando aqui</b></a | ||
>. | ||
</p> | ||
</div> | ||
</article> | ||
<br /> | ||
<br /> | ||
|
||
<footer> | ||
<center> | ||
<p>Copyright © Tchelinux 1997-2024</p> | ||
</center> | ||
</footer> | ||
|
||
<script | ||
src="https://code.jquery.com/jquery-3.3.1.slim.min.js" | ||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" | ||
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" | ||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" | ||
crossorigin="anonymous" | ||
></script> | ||
</body> | ||
</html> |
Oops, something went wrong.