This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
832eee5
commit 9b85d39
Showing
1,616 changed files
with
695,989 additions
and
8 deletions.
There are no files selected for viewing
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 @@ | ||
datasaturdays.com |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 SQL Server Community Collaborative | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,52 @@ | ||
# DataSaturdays | ||
|
||
This repository 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 diffculties to have open, transparent discussions on how it should be set up and utilised. | ||
|
||
UPDATE 18/12/2020 - We have created a placeholder website at [DataSaturdays.com](https://datasaturdays.com) hosted on Github Pages | ||
 | ||
|
||
## Wiki | ||
|
||
There is a [wiki](https://github.com/sqlcollaborative/DataSaturdays/wiki) which will hold a lot of the documentation - As of 20/12/2020 it is pretty empty - Lets make it better! | ||
|
||
## New Events | ||
|
||
* Current events listed at https://datasaturdays.com/#events | ||
* To add a new event, follow the [steps in the wiki](https://github.com/sqlcollaborative/DataSaturdays/wiki/A-New-Event) | ||
|
||
## Goals | ||
|
||
* Provide a website for listing events taking place around the world | ||
* Enable event owners to be able to set up the website and administer it easily | ||
* Administrative tools for event organizers to use when building their site | ||
* Integration with various payment providers for different locales | ||
* Integration with mobile scheduling applications | ||
* Page to list all sponsors and their contacts | ||
* Rating of sessions and events | ||
* Speaker tools | ||
* Sponsor tools | ||
|
||
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. | ||
|
||
## Culture | ||
|
||
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 | ||
|
||
**BE EXCELLENT TO EACH OTHER** | ||
|
||
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. | ||
|
||
## What can you do? | ||
|
||
* We have [issues](https://github.com/sqlcollaborative/DataSaturdays/issues) and [discussions](https://github.com/sqlcollaborative/DataSaturdays/discussions) | ||
* We would like you to comment on them and provide help and assistance | ||
* We will have code to write and CI/CD to create | ||
* We have no idea what else is required, thats for you, the community, to decide | ||
|
||
## What this is not | ||
|
||
* For profit | ||
* Owned by anyone - This is by the community for the community and will succeed or fail in that manner. | ||
* Holding any personal information | ||
* Associated with any organisation. We appreciate that in general the events we are looking to provide for will be primarily catering for Microsoft products. |
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,193 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<meta name="description" content="About SQL Saturday" /> | ||
<meta name="author" content="" /> | ||
<title>About SQL Saturday</title> | ||
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" /> | ||
<!-- Font Awesome icons (free version)--> | ||
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script> | ||
<!-- Google fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" /> | ||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" /> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" /> | ||
<!-- DataTables --> | ||
<link href=https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.1/css/bootstrap.css rel=stylesheet> | ||
<link href=https://cdn.datatables.net/1.10.23/css/dataTables.bootstrap4.min.css rel=stylesheet> | ||
|
||
|
||
<!-- Core theme CSS (includes Bootstrap)--> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
|
||
</head> | ||
<body id="page-top" onload="init()"> | ||
<!-- Navigation--> | ||
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav"> | ||
<div class="container"> | ||
<a class="navbar-brand js-scroll-trigger" href="#page-top"> | ||
SQL Saturday | ||
</a> | ||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> | ||
Menu | ||
<i class="fas fa-bars ml-1"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav text-uppercase ml-auto"> | ||
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="index.html#events">Events</a></li> | ||
<li class="nav-item"><a class="nav-link" href="past.html#events">Past Events</a></li> | ||
<li class="nav-item"><a class="nav-link" href="foundation.html">The SQL Saturday Foundation</a></li> | ||
<li class="nav-item"><a class="nav-link" href="about.html">About SQL Saturday</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- Masthead--> | ||
<header class="masthead"> | ||
<div class="container"> | ||
<div class="masthead-heading text-uppercase">About SQL Saturday</div> | ||
<div class="alert alert-light" role="alert"> | ||
<p> | ||
SQL Saturday was the brainchild of Andy Warren, who along with his partners, Brian Knight and Steve Jones, developed the franchise. | ||
The idea was to bring the conference experience to local areas, with grassroots organization and a free day of training supplied by speakers. | ||
</p> | ||
<p> | ||
The first event was in Orlando, on November 11, 2007. | ||
</p> | ||
<p> | ||
The evolution of the events included the addition of pre-cons on the days before events as well as a lunch fee to enable organizers to defray the costs of providing lunch. | ||
</p> | ||
<p> | ||
At <a href="./events/2010-3-6-SQLSat-0033.html">SQL Saturday #33 - Charlotte</a>, the franchise was handed over to the PASS organization to manage and support. | ||
</p> | ||
<p> | ||
<img src="./assets/img/about/sqlsathandover.jpg"> | ||
</p> | ||
<p> | ||
PASS continued to support the franchise and assist local organizers in running events. They instituted a global partner program to allow large vendors to support many events by donating money to the program and having PASS distribute the money to local organizers. With their support, the franchise grew to run over 100 events a year. | ||
</p> | ||
</p> | ||
<p> | ||
On January 15, 2021, PASS ceased operations and the franchise closed. The <a href="https://datasaturdays.com/">Data Saturdays</a> project started to ensure that events could continue to run. | ||
</p> | ||
</p> | ||
<p> | ||
<a href="https://www.red-gate.com/">Redgate Software</a> purchased the assets of PASS in an auction. The SQL Saturday domain, trademarks, and other related assets were donated to the SQL Saturday Foundation, which is a community run organization. While Redgate maintains a seat on the board of directors, the rest of the board is community appointed and helps to steer this franchise in the best interests of growing events around the world. | ||
This site continues to support the SQL Saturday events with infrastructure, mentoring, and sponsorship where possible. | ||
</p> | ||
|
||
</div> | ||
</div> | ||
</header> | ||
|
||
<!-- Events --> | ||
<section class="page-section" id="events"> | ||
<div class="text-center"> | ||
<h2 class="section-heading text-uppercase">Events</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> | ||
<tr> | ||
<td> | ||
<div class="hero-box mt-3 align-self-center"></div> | ||
|
||
<img src="assets/img/logos/sqlsaturday_logo.png" height="65"/> | ||
|
||
</div> | ||
</td> | ||
<td> | ||
<div class="hero-box mt-3 align-self-center flex-nowrap text-uppercase"> | ||
There are no events scheduled at this time. | ||
</div> | ||
</td> | ||
<td> | ||
| ||
</td> | ||
</tr> | ||
<!-- | ||
<tr> | ||
<td> | ||
<div class="hero-box mt-3 align-self-center"></div> | ||
<a href="./events/datasaturday0001.html"> | ||
<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="./events/datasaturday0001.html"> | ||
<div class="nav-link">Data Saturday #1 Pordenone - Virtual</div> | ||
</a> | ||
</div> | ||
</td> | ||
<td> | ||
<div class="hero-box mt-3 align-self-center flex-nowrap"> | ||
<div class="nav-link">February 27 2021</div> | ||
</div> | ||
</td> | ||
</tr> | ||
--> | ||
</tbody> | ||
|
||
</table> | ||
|
||
</div> | ||
|
||
<p align="center"><a href="./events/event.xml"><img src="./assets/img/rss.png"></a></p> | ||
|
||
</div> | ||
</section> | ||
|
||
<!-- Footer--> | ||
<footer class="footer py-4"> | ||
<div class="container"> | ||
<div class="row align-items-center"> | ||
<div class="col-lg-4 text-lg-left">Copyright © SQL Saturday <script>document.write(new Date().getFullYear())</script></div> | ||
<div class="col-lg-4 my-3 my-lg-0"> | ||
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/sqlsaturday"><i class="fab fa-twitter"></i></a> | ||
<a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/groups/58052797867"><i class="fab fa-facebook-f"></i></a> | ||
<a class="btn btn-dark btn-social mx-2" href="https://www.linkedin.com/groups/13945573/"><i class="fab fa-linkedin-in"></i></a> | ||
<a class="btn btn-dark btn-social mx-2" href="mailto:[email protected]"><i class="far fa-envelope"></i></a> | ||
</div> | ||
<div class="col-lg-4 text-lg-right"> | ||
<a class="mr-3" href="../privacy.html">Privacy Policy</a> | ||
<a href="../terms.html">Terms of Use</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- Bootstrap core JS--> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<!-- Third party plugin JS--> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script> | ||
<!-- Core theme JS--> | ||
<script src="./js/scripts.js"></script> | ||
<!-- DataTables --> | ||
<script type="text/javascript" src="https://cdn.datatables.net/1.10.23/js/jquery.dataTables.min.js"></script> | ||
<script type="text/javascript" src="https://cdn.datatables.net/1.10.23/js/dataTables.bootstrap4.min.js"></script> | ||
|
||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js"></script> | ||
<script src="https://cdn.datatables.net/plug-ins/1.10.21/sorting/datetime-moment.js"></script> | ||
|
||
<script> | ||
function init() { | ||
$.fn.dataTable.moment( 'MMMM D YYYY' ); | ||
$('#eventlist').DataTable({"order": [[ 2, "asc" ]]}); | ||
}; | ||
</script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.