-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (162 loc) · 11.3 KB
/
index.html
File metadata and controls
183 lines (162 loc) · 11.3 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
---
layout: default
---
{% assign todaysDate = site.time | date: '%s' %}
{% assign meetings = site.meetings | sort: 'date' | reverse %}
{% assign sessions = site.sessions | sort: 'date' | reverse %}
{% assign events = site.events | sort: 'date' | reverse %}
<h1>Bem-vindo(a) à Comunidade NetPonto!</h1>
<div class="paragraph" style="text-align: left; display: block;">
A comunidade NetPonto é uma iniciativa independente e sem fins lucrativos, que tem como simples e único objectivo a partilha de conhecimento na área de arquitectura e desenvolvimento de software na plataforma .NET, na tentativa de disseminar o conhecimento diferenciado de cada um de seus membros.<br />
<table border="0" width="100%">
<tr>
<td align="center"><a href="http://www.facebook.com/netponto.org/photos" title="Fotos das reuniões anteriores!" rel="nofollow"><img src="{{ site.baseurl | prepend: site.url }}/assets/img/netponto-fotos.jpg" alt="Fotos"/></a></td>
</tr>
</table>
Cada um de nós tem diferentes talentos, e com as dezenas de tecnologias que são lançadas todos os dias, é muito difícil (para não dizer impossível) estar por dentro de tudo, e essa é uma das principais vantagens em fazer parte de uma comunidade de pessoas ligadas à nossa área.<br />
<br />
Podemos aprender mais, e mais rápido, com as experiências de cada um.
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Vídeos de algumas das apresentações que já fizemos:<br />
{% for session in sessions %}
{% if session.videos_watch != blank %}
<div style="width:30%; max-width:30%; display: inline-block; vertical-align: top; padding:5px;">
<iframe src="//www.youtube-nocookie.com/embed/{{ session.videos_watch }}?rel=0" frameborder="0" allowfullscreen style="width:100%; max-width:100%;"></iframe>
<a href="{{ site.baseurl | prepend: site.url }}{{ session.url }}" title="{{ session.title }}">{{ session.title }}"</a>
</div>
{% endif %}
{% endfor %}
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Próximas Reuniões:<br /><br />
{% for meeting in meetings limit:5 %}
{% assign meetingDate = meeting.date | date: '%s' %}
{% if meetingDate >= todaysDate %}
<ul>
<li><strong>{{ meeting.date | date: "%d-%m-%Y" }}</strong> – <a href="{{ meeting.url | prepend: site.baseurl }}" title="Clique para ver a reunião {{ meeting.title }} na Comunidade NetPonto">{{ meeting.title }}</a></li>
</ul>
{% endif %}
{% endfor %}
<a href="{{ site.baseurl | prepend: site.url }}/reunioes/" title="Ver todas as próximas reuniões">Ver todas</a>...
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Próximos Eventos que Apoiamos:<br /><br />
{% for event in events limit:5 %}
{% assign eventDate = event.date | date: '%s' %}
{% if eventDate >= todaysDate %}
<ul>
<li><strong>{{ event.date | date: "%d-%m-%Y" }}</strong> – <a href="{{ event.url | prepend: site.baseurl }}" title="Clique para ver a reunião {{ event.title }} na Comunidade NetPonto">{{ event.title }}</a></li>
</ul>
{% endif %}
{% endfor %}
<br />
<a href="{{ site.baseurl | prepend: site.url }}/eventos/" title="Ver todos os próximos eventos">Ver todos</a>...
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Reuniões Anteriores:<br /><br />
{% for meeting in meetings limit:5 %}
{% assign meetingDate = meeting.date | date: '%s' %}
{% if meetingDate < todaysDate %}
<ul>
<li><strong>{{ meeting.date | date: "%d-%m-%Y" }}</strong> – <a href="{{ meeting.url | prepend: site.baseurl }}" title="Clique para ver a reunião {{ meeting.title }} na Comunidade NetPonto">{{ meeting.title }}</a></li>
</ul>
{% endif %}
{% endfor %}
<br />
<a href="{{ site.baseurl | prepend: site.url }}/reunioes/" title="Ver todas as reuniões já realizadas">Ver todas</a>...
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Sessões Já Realizadas (Slides e/ou Vídeo):<br /><br />
<ul>
<li><a href="{{ site.baseurl | prepend: site.url }}/sessao/novidades-seguranca-asp-net-core-1.0/" title="Novidades de segurança em ASP.NET Core 1.0">Novidades de segurança em ASP.NET Core 1.0</a></li>
</ul>
<br />
{% for session in site.sessions limit:10 %}
<ul>
<li><a href="{{ session.url | prepend: site.baseurl }}" title="{{ session.title }}">{{ session.title }}</a></li>
</ul>
{% endfor %}
<a href="{{ site.baseurl | prepend: site.url }}/sessoes/" title="Ver todas as sessões já realizadas">Ver todas</a>...
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Membros da Comunidade NetPonto:<br /><br />
{% for member in site.members limit:10 | sample:10 %}
<ul>
<li><a href="{{ member.url | prepend: site.baseurl }}" title="{{ member.title }}">{{ member.title }}</a></li>
</ul>
{% endfor %}
<br />
<a href="{{ site.baseurl | prepend: site.url }}/membros/" title="Ver a lista completa dos membros da Comunidade NetPonto">Ver todos</a>...
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Edições da Revista PROGRAMAR:<br /><br />
{% assign magazines = site.data.magazine-programar | sort: 'edition' | reverse %}
{% for magazine in magazines limit:4 %}
<div style="width:20%; max-width:20%; display: inline-block; vertical-align: top; padding:5px; text-align: center;">
<a href="{{ magazine.url }}" title="Revista PROGRAMAR: {{ magazine.edition }}ª Edição - {{ magazine.published }}"><img src="{{ magazine.img_url }}" alt="capa Revista PROGRAMAR: {{ magazine.edition }}ª Edição - {{ magazine.published }}" style="margin: 10px; padding:10px; background-color:#ebebeb; border:1px solid #ccc; text-align: center; vertical-align: midle; width:70%;" />
<span style="display:inline-block; font-size:0.8em; text-align: center; vertical-align: midle;">{{ magazine.published }}</span>
</a>
</div>
{% endfor %}
<br><br />
<a href="{{ site.baseurl | prepend: site.url }}/revista-programar/" title="Ver a lista completa das edições da Revista PROGRAMAR">Ver todas</a>...
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<div class="paragraph" style="text-align: left; display: block; font-size:1.20em;">Organização:<br /><br />
<ul>
<li>Lisboa: <a href="{{ site.baseurl | prepend: site.url }}/membro/nuno-cancelo/" title="Nuno Cancelo">Nuno Cancelo</a>, <a href="{{ site.baseurl | prepend: site.url }}/membro/monica-rodriges/" title="Mónica Rodriges">Mónica Rodriges</a>, <a href="{{ site.baseurl | prepend: site.url }}/membro/paulo-morgado/" title="Paulo Morgado">Paulo Morgado</a>, <a href="{{ site.baseurl | prepend: site.url }}/membro/augusto-proiete/" title="C. Augusto Proiete">C. Augusto Proiete</a>, <a href="{{ site.baseurl | prepend: site.url }}/membro/bruno-lopes/" title="Bruno Lopes">Bruno Lopes</a></li>
<li>Coimbra: <a href="{{ site.baseurl | prepend: site.url }}/membro/virgilio-esteves/" title="Virgílio Esteves">Virgílio Esteves</a>, <a href="{{ site.baseurl | prepend: site.url }}/membro/augusto-proiete/" title="C. Augusto Proiete">C. Augusto Proiete</a></li>
<li>Porto: <a href="{{ site.baseurl | prepend: site.url }}/membro/guilherme-ferreira/" title="Guilherme Ferreira">Guilherme Ferreira</a>, <a href="{{ site.baseurl | prepend: site.url }}/membro/jose-martins/" title="José Martins">José Martins</a>, <a href="{{ site.baseurl | prepend: site.url }}/membro/nelson-reis/" title="Nelson Reis">Nelson Reis</a>, Duarte Amorim, <a href="{{ site.baseurl | prepend: site.url }}/membro/ricardo-carneiro/" title="Ricardo Carneiro">Ricardo Carneiro</a></li>
</ul>
</div>
<div>
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
<hr style="background-color:#777777; border:0pt none; color:#777777; height:1px; margin:0 auto; text-align: center; width:100%;" />
<div style="height: 20px; overflow: hidden; width: 100%;"></div>
</div>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><a href="http://fep.emrede.net" rel="nofollow"><img src="{{ site.baseurl | prepend: site.url }}/assets/img/anuncio/feito-em-portugal.png" alt="Feito em Portugal" title="Feito em Portugal" /></a></td>
<td align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="S8MKZ7PNYA3NW" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />
<img alt="" border="0" src="https://www.paypalobjects.com/pt_BR/i/scr/pixel.gif" width="1" height="1" />
</form>
</td>
<td align="center"><a href="http://www.discountasp.net/a/bfnhul" rel="nofollow"><img src="{{ site.baseurl | prepend: site.url }}/assets/img/anuncio/discountaspnet-125x125.gif" alt="DiscountASPNet" title="DiscountASP.NET: Alojamento de sites ASP .NET" /></a></td>
</tr>
</table>