Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(pre-commit): autoupdate hooks #144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ default_install_hook_types:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.4.0
rev: v3.6.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
Expand Down
12 changes: 6 additions & 6 deletions src/_data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Umi Hsu:
# title: "Chief Data Officer, Sheriff"
# org: "County of Los Angeles"
# photo: "../images/wendyharn.jpg"

VSAP:
name: "Voting Systems Assessment Project Team"
title: ""
Expand Down Expand Up @@ -282,7 +282,7 @@ Lorianne Esturas:
photo: "../images/lorianne-esturas.jpeg"
title: "Assistant Regional Planner"
org: "Southern California Association of Governments (SCAG)"

India Brookover:
name: "India Brookover"
photo: "../images/india-brookover.jpeg"
Expand Down Expand Up @@ -323,13 +323,13 @@ Nolan Borgman:
name: "Nolan Borgman"
photo: "../images/nolan-borgman.png"
title: "Planning Supervisor"
org: "Southern California Association of Governments (SCAG)"
org: "Southern California Association of Governments (SCAG)"

Michael Kohlman:
name: "Michael Kohlman"
photo: "../images/michael-kohlman.jpg"
title: "Chief Information Officer"
org: "Monterey-Salinas Transit"
org: "Monterey-Salinas Transit"

Kate Holmquist:
name: "Kate Holmquist"
Expand All @@ -341,7 +341,7 @@ Raynell Cooper:
name: "Raynell Cooper"
photo: "../images/raynell-cooper.jpg"
title: "Residential Parking Policy Manager"
org: "San Francisco Municipal Transportation Agency (SFMTA)"
org: "San Francisco Municipal Transportation Agency (SFMTA)"

Joe Nicchitta:
name: "Joe Nicchitta"
Expand All @@ -353,4 +353,4 @@ Robert Reny:
name: "Robert Reny"
photo: "../images/robert-reny.jpg"
title: "Associate Resource Specialist"
org: "Metropolitan Water District of Southern California (MWD)"
org: "Metropolitan Water District of Southern California (MWD)"
8 changes: 4 additions & 4 deletions src/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{% include logos.html %}
<br /><br />
<p>
{{ site.title }} is produced by <a href="https://compiler.la/">Compiler</a>. Find us on
<a href="https://github.com/{{ site.github }}">GitHub</a> |
<a href="https://www.youtube.com/channel/UC_mAa07EdkkGCn48lq0yj3Q">YouTube</a>
{{ site.title }} is produced by <a href="https://compiler.la/">Compiler</a>. Find us on
<a href="https://github.com/{{ site.github }}">GitHub</a> |
<a href="https://www.youtube.com/channel/UC_mAa07EdkkGCn48lq0yj3Q">YouTube</a>
</p>
</div>
</footer>
</footer>
4 changes: 2 additions & 2 deletions src/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">

<link rel="shortcut icon" type="image/x-icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" >
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
</head>
</head>
2 changes: 1 addition & 1 deletion src/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
{% include footer.html %}

</body>
</html>
</html>
18 changes: 9 additions & 9 deletions src/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ <h2 class="post-date"><time datetime="{{ page.date | date_to_xmlschema }}" itemp
<h3 class="post-time">From {{ page.start_time }} to {{ page.end_time }}</h3>
</header>


<div class="post-content" itemprop="articleBody">
<a class="page-link button button-primary button-in-page" href="#rsvp">RSVP</a>

<div class="flex-container">
{% for item in speaker-list %}
{% assign speaker = site.data.speakers[item] %}

<div class="speaker-info">
{% if speaker.photo %}
<div class="speaker-photo" style="background-image:url({{speaker.photo}});"></div>
Expand All @@ -34,11 +34,11 @@ <h3 class="post-time">From {{ page.start_time }} to {{ page.end_time }}</h3>
{% else %}
{% endif %}
</div>

{% endfor %}
</div>


<div>
{{ content }}
</div>
Expand All @@ -64,7 +64,7 @@ <h1>Location</h1>
{{location.gmap}}
</div>
<h1 id="rsvp">RSVP</h1>

{% if page.eventbrite != '' %}
<div style="width:100%; text-align:left;">
<iframe src="{{ page.eventbrite }}" frameborder="0" height="500" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
Expand All @@ -73,11 +73,11 @@ <h1 id="rsvp">RSVP</h1>
</div>
</div>
{% else %}

<em>RSVPs open two weeks before the event so check back soon.</em>

{% endif %}




Expand Down
2 changes: 1 addition & 1 deletion src/_sass/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
.button-in-page {
margin: 10px 0px;
display: inline-block;
}
}
2 changes: 1 addition & 1 deletion src/_sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,4 @@
width: 100px;
top:0px;
}
}
}
2 changes: 1 addition & 1 deletion src/images/metro-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div style="text-align: center;">
<img src="{{site.baseurl}}/images/schoolofdata-logo.png" />
<br>It's finally here! We're hosting a 2-day training conference on Jan 31-Feb 1 in Downtown LA. Tracks include: Analysts, Systems, Managers/Electeds. Connect with your peers in government to learn about tools, policy, and more!

<br><br><a href="https://schoolofdata.la" style="display: inline-block; background: #aaa; border-radius: 10px; padding: 20px 30px; color: #fff;"><strong>Apply for School of Data 2019!</strong></a>
<hr style="margin-top: 40px;">
</div>
Expand Down Expand Up @@ -39,7 +39,7 @@ <h1 class="event-time-heading fix-top">Upcoming {% if site.event_label %} {{site
{% assign location = site.data.locations[post.location] %}

{% if blogDate >= currentDate %}

<a href="{{ post.url | prepend: site.baseurl }}">
{% if location.image %}
<div class="event-square" style="background-image:url({{location.image}});">
Expand All @@ -51,7 +51,7 @@ <h1 class="event-time-heading fix-top">Upcoming {% if site.event_label %} {{site
<h2>{{ post.title }} <span>{{ post.date | date: "%A, %b %-d, %Y" }}</span></h2>
<div class='event-square-overlay'></div>
</div>

</a>

{% endif %}
Expand All @@ -70,19 +70,19 @@ <h1 class="event-time-heading">Past {% if site.event_label %} {{site.event_label

<a href="{{ post.url | prepend: site.baseurl }}">
<div>
<h2><span>{{ post.date | date: "%A, %b %-d, %Y" }}</span> w/
<h2><span>{{ post.date | date: "%A, %b %-d, %Y" }}</span> w/
{% assign n = post.speakers.size %}
{% assign n-commas = n | minus: 1 %}
{% for counter in (0..n) %}
{{ post.speakers[counter] }}{% if counter < n-commas %}, {% endif %}
{% endfor %}</h2>
</div>
</div>
</a>

{% endif %}

{% endfor %}

</div>

</div>
19 changes: 8 additions & 11 deletions src/speaker-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permalink: /speaker-info/
Hello! Thank you for speaking at Data + Donuts. We are so excited to have you! Data + Donuts is a morning speaker series and networking event that brings together the makers and doers that are changing local government from the ground up by harnessing technology and data to drive meaningful change. Thank you for doing that! Here’s some important info to know for your presentation.

Who are our speakers?
+ Data + Donut’s speakers come from local Los Angeles and Southern California government agencies.
+ Data + Donut’s speakers come from local Los Angeles and Southern California government agencies.
+ Our speakers and networking sessions will delve into the latest topics in technology: Big Data, Platform as a Service, DevOps, Open Data, Analytics and Visualization, Community Engagement, Civic Technology and more.

What is the agenda?
Expand All @@ -18,32 +18,29 @@ What is the agenda?
+ 9:20am - Additional Networking
+ 10am - Doors Close

What are the presentation logistics?
What are the presentation logistics?
+ Presentations are 20 minutes, followed by up to 20 minutes of audience Q&A.
+ Presentation must include a slide that shows your tech stack -- a list of all the technology services used to build and run one single application.

What to bring?
+ You may bring your own laptop for the presentation.
+ You may bring your own laptop for the presentation.
+ Our A/V set up has an HDMI connector, please bring an appropriate adapter or let us know if you need one.
If you can’t bring a laptop, please notify us and we will supply one for your presentation.
If you can’t bring a laptop, please notify us and we will supply one for your presentation.

Who is the audience?
Who is the audience?
+ 40-60 attendees.
+ In terms of make up, our audience is around 80 percent local government employees and 20 percent local non-profits, students and the general public.
+ Audiences are moderately technical.

Where is the event located? Is parking available?
Where is the event located? Is parking available?
+ Event is located at the LA Cleantech Incubator at the La Kretz Innovation Campus - 525 S Hewitt St Los Angeles, CA 90013
+ Parking is available in the gated lot for a subsidised $6. We do not offer validation or reimbursement for speakers or attendees. The lot is stacked, so please prepare extra time when leaving the event. Street parking is also available.
+ Parking is available in the gated lot for a subsidised $6. We do not offer validation or reimbursement for speakers or attendees. The lot is stacked, so please prepare extra time when leaving the event. Street parking is also available.
+ Bicycle parking is located in the front of the building.
+ Metro Bike share available at 1210 E 5th St, Los Angeles, CA 90013
+ The venue is about a mile from Pershing Square, Little Tokyo, and Union Station Metro stops with a variety of bus options, including the LADOT A Dash bus.

Is the building ADA Accessible?
+ Yes. The presentation area has a podium, if a table or chair is needed for your laptop please notify us.
+ Yes. The presentation area has a podium, if a table or chair is needed for your laptop please notify us.

<img src="{{site.baseurl}}/images/laci-speaker-venue.JPG">
<caption><em>Small amphitheater in the middle of building, podium with laptop, A/V setup</em></caption>