-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
81 lines (67 loc) · 4.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>DevParana.org</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="stylesheets/normalize.css" media="screen" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="stylesheets/stylesheet.css" media="screen" rel="stylesheet" type="text/css">
<link href="stylesheets/github-light.css" media="screen" rel="stylesheet" type="text/css">
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<section class="page-header">
<div class="flex align-center wrap">
<img src="img/logo.svg" class="logo" width="84" name="Logo DevParaná" title="Logo DevParaná" alt="Logo DevParaná" />
<h1 class="project-name">DevParaná</h1>
</div>
<h2 class="project-tagline">De pessoas, para pessoas;</h2>
<a class="btn" href="https://github.com/DeveloperParana/" target="_blank">GitHub</a>
<a class="btn" href="https://facebook.com/DeveloperParana/" target="_blank">Facebook</a>
<a class="btn" href="https://www.instagram.com/devparana/" target="_blank">Instagram</a>
<a class="btn" href="https://twitter.com/devparana/" target="_blank">Twitter</a>
<a class="btn" href="https://www.meetup.com/pt-BR/developerparana/" target="_blank">Meetups</a>
</section>
<section class="main-content">
<h3>
<a aria-hidden="true" class="anchor" href="#welcome-to-devparana" id="welcome-to-devparana">
<span class="octicon octicon-link"></span>
</a>Bem vindo ao DevParaná.
</h3>
<p>A ideia deste movimento é dar o empurrão que faltava para muito dos desenvolvedores paranaenses começar a compartilhar conhecimentos, através de MeetUps, Coding Dojo, Conferências e tudo mais que pudermos fazer.</p>
<p>Nossa iniciativa, é para auxiliar nas comunidades e movimentos nas suas ações, não competindo com os mesmos.</p>
<h3>
<a aria-hidden="true" class="anchor" href="#conference">
<span class="octicon octicon-link"></span>
</a>DevParaná Conference 2020
</h3>
<p id="conference">
<a href="https://www.youtube.com/watch?v=BcIZfjkZGrs" title="DevParaná Conference 2020" target="_blank">
<img src="img/conf-2020.png" alt="DevParaná Conference 2020">
</a>
</p>
<p>A DevParaná Conference já é sinonimo de grande festa e crescimento na comunidade de desenvolvimento; Todos os anos nos empenhamos para trazer conteúdo de qualidade, mantendo a comunidade sempre próxima e ativa, e 2020 não será diferente. Com um formato diferente do habitual, vamos ter 16 talks com grande conteúdo, e com a sinergia de todos os grupos de meetup afiliados do DevParaná!</p>
<h3>
<a aria-hidden="true" class="anchor" href="#how-to-participate" id="how-to-participate">
<span class="octicon octicon-link"></span>
</a>DevParaná - Como participar
</h3>
<p>Estamos tomando decisões em conjunto no Slack criado para o Dev Paraná, para fazer parte acesse <a href="http://slack.devparana.org" target="_blank">http://slack.devparana.org</a>.</p>
<footer class="site-footer">
<span class="site-footer-owner">
<a href="https://github.com/DeveloperParana/devparana.github.io" target="_blank">devparana.org</a>
is maintained by
<a href="https://github.com/DeveloperParana" target="_blank">DeveloperParana</a>.
</span>
<span class="site-footer-credits">This page was generated by
<a href="https://pages.github.com" target="_blank">GitHub Pages</a>
using the
<a href="https://github.com/jasonlong/cayman-theme" target="_blank">Cayman theme</a>
by
<a href="https://twitter.com/jasonlong" target="_blank">Jason Long</a>.
</span>
</footer>
</section>
</body>
</html>