Skip to content

Commit bac7a7b

Browse files
chore(pre-commit): autofix run
1 parent e38db6e commit bac7a7b

File tree

10 files changed

+39
-42
lines changed

10 files changed

+39
-42
lines changed

src/_data/speakers.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Umi Hsu:
2323
# title: "Chief Data Officer, Sheriff"
2424
# org: "County of Los Angeles"
2525
# photo: "../images/wendyharn.jpg"
26-
26+
2727
VSAP:
2828
name: "Voting Systems Assessment Project Team"
2929
title: ""
@@ -282,7 +282,7 @@ Lorianne Esturas:
282282
photo: "../images/lorianne-esturas.jpeg"
283283
title: "Assistant Regional Planner"
284284
org: "Southern California Association of Governments (SCAG)"
285-
285+
286286
India Brookover:
287287
name: "India Brookover"
288288
photo: "../images/india-brookover.jpeg"
@@ -323,13 +323,13 @@ Nolan Borgman:
323323
name: "Nolan Borgman"
324324
photo: "../images/nolan-borgman.png"
325325
title: "Planning Supervisor"
326-
org: "Southern California Association of Governments (SCAG)"
326+
org: "Southern California Association of Governments (SCAG)"
327327

328328
Michael Kohlman:
329329
name: "Michael Kohlman"
330330
photo: "../images/michael-kohlman.jpg"
331331
title: "Chief Information Officer"
332-
org: "Monterey-Salinas Transit"
332+
org: "Monterey-Salinas Transit"
333333

334334
Kate Holmquist:
335335
name: "Kate Holmquist"
@@ -341,7 +341,7 @@ Raynell Cooper:
341341
name: "Raynell Cooper"
342342
photo: "../images/raynell-cooper.jpg"
343343
title: "Residential Parking Policy Manager"
344-
org: "San Francisco Municipal Transportation Agency (SFMTA)"
344+
org: "San Francisco Municipal Transportation Agency (SFMTA)"
345345

346346
Joe Nicchitta:
347347
name: "Joe Nicchitta"
@@ -353,4 +353,4 @@ Robert Reny:
353353
name: "Robert Reny"
354354
photo: "../images/robert-reny.jpg"
355355
title: "Associate Resource Specialist"
356-
org: "Metropolitan Water District of Southern California (MWD)"
356+
org: "Metropolitan Water District of Southern California (MWD)"

src/_includes/footer.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
{% include logos.html %}
44
<br /><br />
55
<p>
6-
{{ site.title }} is produced by <a href="https://compiler.la/">Compiler</a>. Find us on
7-
<a href="https://github.com/{{ site.github }}">GitHub</a> |
8-
<a href="https://www.youtube.com/channel/UC_mAa07EdkkGCn48lq0yj3Q">YouTube</a>
6+
{{ site.title }} is produced by <a href="https://compiler.la/">Compiler</a>. Find us on
7+
<a href="https://github.com/{{ site.github }}">GitHub</a> |
8+
<a href="https://www.youtube.com/channel/UC_mAa07EdkkGCn48lq0yj3Q">YouTube</a>
99
</p>
1010
</div>
11-
</footer>
11+
</footer>

src/_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
88

99
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
10-
10+
1111
<link rel="shortcut icon" type="image/x-icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" >
1212
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
1313
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1414
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
15-
</head>
15+
</head>

src/_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
{% include footer.html %}
2727

2828
</body>
29-
</html>
29+
</html>

src/_layouts/post.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ <h2 class="post-date"><time datetime="{{ page.date | date_to_xmlschema }}" itemp
1313
<h3 class="post-time">From {{ page.start_time }} to {{ page.end_time }}</h3>
1414
</header>
1515

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

2020
<div class="flex-container">
2121
{% for item in speaker-list %}
2222
{% assign speaker = site.data.speakers[item] %}
23-
23+
2424
<div class="speaker-info">
2525
{% if speaker.photo %}
2626
<div class="speaker-photo" style="background-image:url({{speaker.photo}});"></div>
@@ -34,11 +34,11 @@ <h3 class="post-time">From {{ page.start_time }} to {{ page.end_time }}</h3>
3434
{% else %}
3535
{% endif %}
3636
</div>
37-
37+
3838
{% endfor %}
3939
</div>
40-
41-
40+
41+
4242
<div>
4343
{{ content }}
4444
</div>
@@ -64,7 +64,7 @@ <h1>Location</h1>
6464
{{location.gmap}}
6565
</div>
6666
<h1 id="rsvp">RSVP</h1>
67-
67+
6868
{% if page.eventbrite != '' %}
6969
<div style="width:100%; text-align:left;">
7070
<iframe src="{{ page.eventbrite }}" frameborder="0" height="500" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
@@ -73,11 +73,11 @@ <h1 id="rsvp">RSVP</h1>
7373
</div>
7474
</div>
7575
{% else %}
76-
76+
7777
<em>RSVPs open two weeks before the event so check back soon.</em>
78-
78+
7979
{% endif %}
80-
80+
8181

8282

8383

src/_sass/_buttons.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
.button-in-page {
1616
margin: 10px 0px;
1717
display: inline-block;
18-
}
18+
}

src/_sass/_layout.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,4 @@
453453
width: 100px;
454454
top:0px;
455455
}
456-
}
456+
}

src/images/metro-logo.svg

+1-1
Loading

src/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div style="text-align: center;">
99
<img src="{{site.baseurl}}/images/schoolofdata-logo.png" />
1010
<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!
11-
11+
1212
<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>
1313
<hr style="margin-top: 40px;">
1414
</div>
@@ -39,7 +39,7 @@ <h1 class="event-time-heading fix-top">Upcoming {% if site.event_label %} {{site
3939
{% assign location = site.data.locations[post.location] %}
4040

4141
{% if blogDate >= currentDate %}
42-
42+
4343
<a href="{{ post.url | prepend: site.baseurl }}">
4444
{% if location.image %}
4545
<div class="event-square" style="background-image:url({{location.image}});">
@@ -51,7 +51,7 @@ <h1 class="event-time-heading fix-top">Upcoming {% if site.event_label %} {{site
5151
<h2>{{ post.title }} <span>{{ post.date | date: "%A, %b %-d, %Y" }}</span></h2>
5252
<div class='event-square-overlay'></div>
5353
</div>
54-
54+
5555
</a>
5656

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

7171
<a href="{{ post.url | prepend: site.baseurl }}">
7272
<div>
73-
<h2><span>{{ post.date | date: "%A, %b %-d, %Y" }}</span> w/
73+
<h2><span>{{ post.date | date: "%A, %b %-d, %Y" }}</span> w/
7474
{% assign n = post.speakers.size %}
7575
{% assign n-commas = n | minus: 1 %}
7676
{% for counter in (0..n) %}
7777
{{ post.speakers[counter] }}{% if counter < n-commas %}, {% endif %}
7878
{% endfor %}</h2>
79-
</div>
79+
</div>
8080
</a>
8181

8282
{% endif %}
8383

8484
{% endfor %}
85-
85+
8686
</div>
8787

8888
</div>

src/speaker-info.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /speaker-info/
99
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.
1010

1111
Who are our speakers?
12-
+ Data + Donut’s speakers come from local Los Angeles and Southern California government agencies.
12+
+ Data + Donut’s speakers come from local Los Angeles and Southern California government agencies.
1313
+ 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.
1414

1515
What is the agenda?
@@ -18,32 +18,29 @@ What is the agenda?
1818
+ 9:20am - Additional Networking
1919
+ 10am - Doors Close
2020

21-
What are the presentation logistics?
21+
What are the presentation logistics?
2222
+ Presentations are 20 minutes, followed by up to 20 minutes of audience Q&A.
2323
+ 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.
2424

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

30-
Who is the audience?
30+
Who is the audience?
3131
+ 40-60 attendees.
3232
+ 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.
3333
+ Audiences are moderately technical.
3434

35-
Where is the event located? Is parking available?
35+
Where is the event located? Is parking available?
3636
+ Event is located at the LA Cleantech Incubator at the La Kretz Innovation Campus - 525 S Hewitt St Los Angeles, CA 90013
37-
+ 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.
37+
+ 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.
3838
+ Bicycle parking is located in the front of the building.
3939
+ Metro Bike share available at 1210 E 5th St, Los Angeles, CA 90013
4040
+ 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.
4141

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

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

0 commit comments

Comments
 (0)