-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
185 lines (173 loc) · 7.39 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
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
184
185
---
layout: home
title: Data Saturdays
subtitle: By The Community For The Community
---
<div id="page-top-out" class="page-section">
<div id="page-top">
<h2 class="section-heading text-uppercase">Welcome to Data Saturdays
</div>
</h2>
<div id="page-top-text">
Data Saturdays has been created as a place for the community create a set of tools and single point to enable people to run small regional events with little outlay or set-up difficulties to have open, transparent discussions on how it should be set up and utilised.
</div>
</div>
<div id="events-out" class="page-section">
<div id="events">
<h2 class="section-heading text-uppercase">Data Saturdays Events
</div>
</h2>
<div class="container">
<table table cellspacing=0 class="table table-striped table-hover mt-3" id="eventlist" width="100%">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">Event Name</th>
<th scope="col">Date</th>
</tr>
</thead>
<tbody>
<!-- Events List show future events-->
{% assign curDate = site.time | date: '%s' %}
{% for post in site.posts %}
{% assign postStartDate = post.date | date: '%s' %}
{% if postStartDate >= curDate %}
<tr>
<td>
<div class="hero-box mt-3 align-self-center">
<a href="{{ post.url | absolute_url }}">
<img src="assets/img/logos/datasaturday_temp.png" height="65" />
</a>
</div>
</td>
<td>
<div class="hero-box mt-3 align-self-center flex-nowrap text-uppercase">
<a href="{{ post.url | absolute_url }}">
<div class="nav-link">{{ post.title }}</div>
</a>
</div>
</td>
<td>
<div class="hero-box mt-3 align-self-center flex-nowrap">
<div class="nav-link">{{ post.date | date_to_long_string }}</div>
</div>
</td>
</tr>
{% endif %}
{%- endfor %}
</tbody>
</table>
</div>
</div>
<!-- Past Events -->
<div id="events-out" class="page-section">
<div id="pastevents">
<h2 class="section-heading text-uppercase">Past Events
</div>
</h2>
<div class="container">
<table table cellspacing=0 class="table table-striped table-hover mt-3" id="pasteventlist" width="100%">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">Event Name</th>
<th scope="col">Date</th>
</tr>
</thead>
<tbody>
<!-- Past Events List Only show if less than now (where now is BUILD TIME)-->
{% capture now %}{{'now' | date: '%s' | plus: 0 %}}{% endcapture %}
{% for post in site.posts %}
{% capture date %}{{post.date | date: '%s' | plus: 0 %}}{% endcapture %}
{% if date < now %}
<!-- post content here -->
<tr>
<td>
<div class="hero-box mt-3 align-self-center">
<a href="{{ post.url | absolute_url }}">
<img src="assets/img/logos/datasaturday_temp.png" height="65" />
</a>
</div>
</td>
<td>
<div class="hero-box mt-3 align-self-center flex-nowrap text-uppercase">
<a href="{{ post.url | absolute_url }}">
<div class="nav-link">{{ post.title }}</div>
</a>
</div>
</td>
<td>
<div class="hero-box mt-3 align-self-center flex-nowrap">
<div class="nav-link">{{ post.date | date_to_long_string }}</div>
</div>
</td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
</div>
</div>
<div id="aboutus-out" class="page-section">
<div id="aboutus">
<h2 class="section-heading text-uppercase">About Us
</div>
</h2>
<div id="aboutus-text">
Data Saturdays has been created as a place for the community create a set of tools and single point to enable people
to run small regional events with little outlay or set-up difficulties to have open, transparent discussions on how
it should be set up and utilised.<br>
<br>Goals
<br>Provide a website for listing events taking place around the world
<br>Enable event owners to be able to set up the website and administer it easily
<br>Administrative tools for event organizers to use when building their site
<br>Integration with various payment providers for different locales
<br>Integration with mobile scheduling applications
<br>Page to list all sponsors and their contacts
<br>Rating of sessions and events
<br>Speaker tools
<br>Sponsor tools
<br>However, this is not to say that these tools should be created by the community in this repository. To
paraphrase Jeffrey Snover, don't build what you don't need to, concentrate on the things that provide value. My view
is that some of these things already exist and what is required is a way to consolidate them and make it easy for
people to use them. Don't re-invent the wheel.
<br>
<br>Culture
<br>We expect and demand that you follow some basic rules. Nothing dramatic here. There will be a proper code of
conduct for the websites added soon, but in this repository
<br>
<br>BE EXCELLENT TO EACH OTHER
<br>
<br>Do I need to say more? If your behaviour or communication does not fit into this statement, we do not wish for
you to help us.
<br>
<br>What can you do?
<br>We have issues and discussions
<br>We would like you to comment on them and provide help and assistance
<br>We will have code to write and CI/CD to create
<br>We have no idea what else is required, thats for you, the community, to decide
<br>What this is not
<br>For profit
<br>Owned by anyone - This is by the community for the community and will succeed or fail in that manner.
<br>Holding any personal information
<br>Associated with any organisation. We appreciate that in general the events we are looking to provide for will be
primarily catering for Microsoft products.
<br>
<br>
<br>Following the announcement of the ending of PASS (<a
href="https://web.archive.org/web/20201219035705/https://www.pass.org/PASS-Blog/the-future-of-pass">archived
link</a>), this site has been established by the community as a means to continue events under the <i>Data
Saturdays</i> name.
<br> We believe that by sharing these resources and enabling community input, we can provide the same level of
events that SQLSaturdays provided.
<br>You can join the discussion at: <a
href="https://github.com/sqlcollaborative/DataSaturdays">https://github.com/sqlcollaborative/DataSaturdays</a>
<br>This site and the repo have been set up by <a href="https://twitter.com/spaghettidba">Gianluca Sartori</a>, <a
href="https://twitter.com/sqldbawithbeard">Rob Sewell</a>, <a href="https://twitter.com/way0utwest/">Steve
Jones</a>, and <a href="https://twitter.com/intoleranse">Johan Ludvig Brattås</a>, but is hosted in the SQL
Collaborative organisation and is for the community.
<br>Additional contributors presently include: Matt Gordon, Andy Mallon, Elizabeth Noble, Monica Rathbun, and
Randolph West.
<br>
</div>
</div>