diff --git a/docs/_data/events/SQLSat1020.yml b/docs/_data/events/SQLSat1020.yml new file mode 100644 index 0000000..80797a6 --- /dev/null +++ b/docs/_data/events/SQLSat1020.yml @@ -0,0 +1,60 @@ +name: "SQL Saturday Los Angeles June 2021" +logo: "/assets/img/logos/sqlsatla-logo.jpg" +logocredit: Logo by Janella Payumo and Robert Mizikovsky +date: 2021-06-12 08:00:00 -0000 +virtual: true +physical: false +hybrid: false +description: | + data.SQL.Saturday.la is a free training event for professionals who use the Microsoft data platform. These community events offer content across data management, cloud and hybrid architecture, analytics, business intelligence, AI, and more. + +officialwebsite: https://datadriventechnologies.org/sqlsaturday-in-losangeles/ +eventlocation: +registrationurl: "https://www.eventbrite.com/e/2021-sql-saturday-in-los-angeles-sqlsatla-tickets-136013374665" +capacity: unlimited +googlemapurl: +scheduleurl: + + +speakertext: +speakerlisturl: "https://sessionize.com/2021-sql-saturday-in-los-angeles" +callforspeakers: false +callforspeakersenddate: 14 Apr 2021 + +organizers: + orgname: SQL Saturday LA + twitter: sqlsatla + email: "sqlsatla@datadriventechnologies.org" + +volunteers: + description: "Volunteers are very important to a successful event. Please use the link below to volunteer." + volunteerurl: "https://datadriventechnologies.org/2021/02/22/2021-data-sql-saturday-call-to-volunteers/" + +social: + twitter: sqlsatla + youtube: sqlsatla + linkedin: "https://www.linkedin.com/company/sqlsatla" + instagram: sqlsatla + tiktok: "sqlsatla" + pinterest: "sqlsatla" + +sponsorscontacturl: +sponsors: + - link: https://www.vmware.com/ + image: /assets/img/logos/vmware.png + height: 80 + - link: https://www.datavail.com/ + image: /assets/img/logos/datavail_logo_copy.png + height: 80 + - link: https://www.wherescape.com/ + image: /assets/img/logos/wherescape.jpg + height: 80 + - link: https://sios.com/ + image: /assets/img/logos/sios.png + height: 80 + - link: https://www.dbwatch.com/ + image: /assets/img/logos/dbwatch-logo.png + height: 80 + - link: https://www.cappuccinoinsurance.com/ + image: /assets/img/logos/cappuccino-insurance.jpg + height: 80 diff --git a/docs/_layouts/event.html b/docs/_layouts/event.html deleted file mode 100644 index fc357bc..0000000 --- a/docs/_layouts/event.html +++ /dev/null @@ -1,282 +0,0 @@ ---- -layout: base ---- -{% assign eventdata = page.data %} -{% assign pagedata = site.data.events[eventdata] %} - -{% include header.html type="event" %} - -
-
-
- - - {% if page.before-content %} -
- {% for file in page.before-content %} - {% include {{ file }} %} - {% endfor %} -
- {% endif %} - - - {% assign eventdate = pagedata.date %} - -
-

Event Date: {{ eventdate | date_to_long_string }} -

-

{{pagedata.description}}

-

This event is: -

    - {% if pagedata.virtual == true %} -
  • Virtual
  • - {% endif %} - {% if pagedata.physical == true %} -
  • Live and in-person
  • - {% endif %} - {% if pagedata.hybrid == true %} -
  • Hybrid (streamed and live)
  • - {% endif %} -
-

-

The capacity limit for this event is {{ pagedata.capacity }} -

-

- Register now -

-

Jump to the:
-

-

- - -{% assign any-share-links = false %} -{% for links in pagedata.social %} - {% if links[1] == true %} - {% assign any-share-links = true %} - {% endif %} -{% endfor %} - -{% if any-share-links %} -
- - {% if pagedata.social.twitter %} - - - Twitter - - {% endif %} - - {% if pagedata.social.facebook %} - - - Facebook - - {% endif %} - - {% if pagedata.social.linkedin %} - - - LinkedIn - - {% endif %} - - {% if pagedata.social.pinterest %} - Pinterest - - - Pinterest - - {% endif %} - - {% if pagedata.social.instagram %} - Instagram - - - instagram - - {% endif %} - - {% if pagedata.social.tiktok %} - - - tiktok - - {% endif %} - -
- -{% endif %} - - {% if pagedata.eventlocation %} -

Location

-

- The event is taking place at:
- {{pagedata.eventlocation}} -

- {% endif %} - {% if pagedata.googlemapurl %} - - {% endif %} -

 

-

 

-

 

- - - -

Schedule

- {% if pagedata.scheduleurl%} -

- -

- {% else %} -

- The schedule has not been announced yet. -

-

- If you want to submit your own session you can still do so. -

- {% endif %} -

 

-

 

-

 

- - -
-

Speakers

- {% if pagedata.speakertext %} -

{{pagedata.speakertext}}

- {% endif %} -

- {% if pagedata.callforspeakers == false %} -

The call for speakers is now closed. You can see a list of the speakers:

- - {% else %} -

You can submit a session by clicking the link below. - {% if pagedata.callforspeakersenddate %} - The call for speakers ends on {{ pagedata.callforspeakersenddate }} - {% endif %} -

-

- Submit your session -

- {% endif %} -

 

-

 

-
- - -
-

Sponsors

-

Here are a list of the current sponsors:

- {% assign sponsorlist = pagedata.sponsors %} - {% for sponsor in pagedata.sponsors %} -

- - -

- {% endfor %} -

- {% if pagedata.sponsors.contacturl %} - For sponsor information follow this link. - {% else %} -

Contact the organizers for information about sponsoring this event.

- {% endif %} -

-

 

-

 

-

 

-

 

-

 

-
- - -
-

Volunteers

- {% if pagedata.volunteers.description %} -

- {{pagedata.volunteers.description}} -

- {% endif %} - {% if pagedata.volunteers.volunteerurl %} -

- Volunteer information. -

- {% endif %} -

 

-

 

-

 

-

 

-

 

-
- - -
-

Contact the Organizers

-

The organizers of this event are: {{ pagedata.organizers.orgname }} -

- {% if pagedata.organizers.twitter %} -

Twitter: @{{ pagedata.organizers.twitter }}

- {% endif %} - You can reach them via email -
-

 

-

 

-

 

-

 

-

 

- -
-
- {% if page.tags.size > 0 %} -
- Tags: - {% for tag in page.tags %} - {{- tag -}} - {% endfor %} -

-
- {% endif %} - -
- {% if page.after-content %} -
- {% for file in page.after-content %} - {% include {{ file }} %} - {% endfor %} -
- {% endif %} - - {% if page.social-share %} - {% include social-share.html %} -
- {% endif %} - - - {% include comments.html %} -
-
-
diff --git a/docs/_posts/2021-06-12-sqlsaturday1020.markdown b/docs/_posts/2021-06-12-sqlsaturday1020.markdown new file mode 100644 index 0000000..426ddd5 --- /dev/null +++ b/docs/_posts/2021-06-12-sqlsaturday1020.markdown @@ -0,0 +1,8 @@ +--- +layout: event +title: "SQL Saturday Los Angeles June 2021" +subtitle: "" +tags: [LosAngeles, California, USA, virtual, 2021] +comments: false +data: SQLSat1020 +--- \ No newline at end of file diff --git a/docs/assets/img/logos/sqlsat228.png.crdownload b/docs/assets/img/logos/sqlsat228.png.crdownload new file mode 100644 index 0000000..e542350 Binary files /dev/null and b/docs/assets/img/logos/sqlsat228.png.crdownload differ diff --git a/docs/assets/img/logos/sqlsat341.jpg b/docs/assets/img/logos/sqlsat341.jpg new file mode 100644 index 0000000..d73fd6b Binary files /dev/null and b/docs/assets/img/logos/sqlsat341.jpg differ diff --git a/docs/assets/img/logos/sqlsat485.png b/docs/assets/img/logos/sqlsat485.png new file mode 100644 index 0000000..149fa32 Binary files /dev/null and b/docs/assets/img/logos/sqlsat485.png differ diff --git a/docs/assets/img/logos/sqlsat542.jpg b/docs/assets/img/logos/sqlsat542.jpg new file mode 100644 index 0000000..13e6d8c Binary files /dev/null and b/docs/assets/img/logos/sqlsat542.jpg differ diff --git a/docs/assets/img/logos/sqlsat_logo2.png b/docs/assets/img/logos/sqlsat_logo2.png new file mode 100644 index 0000000..dc4ffd3 Binary files /dev/null and b/docs/assets/img/logos/sqlsat_logo2.png differ