Skip to content

Commit 4ae16fd

Browse files
committed
Update the event descriptions.
1 parent 408e57e commit 4ae16fd

8 files changed

Lines changed: 52 additions & 27 deletions

_includes/modals.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,9 @@ <h2>{{ post.title }}</h2>
1717
<img src="img/portfolio/{{ post.img }}" class="img-responsive img-centered" alt="{{ post.alt }}">
1818
<p>{{ post.description }}</p>
1919
<ul class="list-inline item-details">
20-
<li>Client:
21-
<strong><a href="http://startbootstrap.com">{{ post.client }}</a>
22-
</strong>
23-
</li>
24-
<li>Date:
25-
<strong><a href="http://startbootstrap.com">{{ post.project-date }}</a>
26-
</strong>
27-
</li>
28-
<li>Service:
29-
<strong><a href="http://startbootstrap.com">{{ post.category }}</a>
30-
</strong>
31-
</li>
20+
<li>Location: <strong>{{ post.client }}</strong></li>
21+
<li>Date: <strong>{{ post.project-date }}</strong></li>
22+
<li>Category: <strong>{{ post.category }}</strong></li>
3223
</ul>
3324
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
3425
</div>

_includes/services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h4 class="service-heading">Python Talks</h4>
2222
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
2323
</span>
2424
<h4 class="service-heading">Open Workshops</h4>
25-
<p class="text-muted">Every third Saturday we host an open workshop, along with the rest of Frederick Tech. Help with a common project or bring your own.</p>
25+
<p class="text-muted">Every third Saturday we host an open workshop along with the rest of Frederick Tech. Help with a common project or bring your own.</p>
2626

2727
</div>
2828
<div class="col-md-4">

_posts/2016-08-10-python-for-humans-1.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ img: python-for-humans.png
88
thumbnail: python-for-humans-thumbnail.png
99
alt: image-alt
1010
project-date: August 2016
11-
client: Start Bootstrap
12-
category: Web Development
13-
description: Lorem ipsum dolor sit amet, usu cu alterum nominavi lobortis. At duo novum diceret. Tantas apeirian vix et, usu sanctus postulant inciderint ut, populo diceret necessitatibus in vim. Cu eum dicam feugiat noluisse.
11+
client: Hood College
12+
category: Software Design
13+
description: >-
14+
Kenneth Reitz came into town and discussed his philosophies around
15+
designing software fit for humans.
16+
He focused on making APIs that are a joy to use
17+
to encourage people to produce great things.
18+
Check out his slides on his <a href="https://www.kennethreitz.org/python-for-humans/">site</a>.
1419
1520
---

_posts/2016-10-08-hackfrederick-2.markdown

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ img: HackFrederick.png
88
thumbnail: HackFrederick-thumbnail.png
99
alt: image-alt
1010
project-date: October 2016
11-
client: Start Bootstrap
12-
category: Web Development
13-
description: This is an event conceived by a number of the Technology Meetup Leaders of the Frederick area. The basic idea was to get people together of all programming skills levels and to have fun with a day of programming! We had separate tracks for experienced & new programmers so all were welcome.
11+
client: Hood College
12+
category: Community Development
13+
description: >-
14+
This was an event conceived by a number of the Technology Meetup Leaders of the Frederick area.
15+
The basic idea was to get people together of all programming skills levels
16+
and to have fun with a day of programming!
17+
We had separate tracks for experienced and new programmers so all were welcome.
18+
Learn more about the event at the
19+
<a href="http://www.hackfrederick.com/">Hack Frederick website</a>.
1420
1521
---

_posts/2016-10-12-pygame-4.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ img: pygame-logo.png
88
thumbnail: pygame-logo-thumbnail.png
99
alt: image-alt
1010
project-date: October 2016
11-
client: Start Bootstrap
11+
client: Hood College
1212
category: Game Development
13-
description: pygame is a free and open source python programming language library for making multimedia applications like games built on top of the SDL library. Like SDL, pygame is highly portable and runs on nearly every platform and operating system.
13+
description: >-
14+
At this event,
15+
we played games and learned how to make them using our favorite programming language, Python.
16+
Using the pygame library,
17+
Joe Naegele showed the group the techniques that are needed to make 2D games.
18+
We looked at some examples of popular games made with Python
19+
and had some live code samples to experience game development firsthand.
1420
1521
---
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
---
22
title: Django Channels
3-
subtitle: Website Design
3+
subtitle: WebSockets and Python
44
layout: default
55
modal-id: 3
66
date: 2016-12-14
77
img: django-logo.png
88
thumbnail: django-logo-thumbnail.png
99
alt: image-alt
1010
project-date: December 2016
11-
client: Start Bootstrap
11+
client: Cowork Frederick
1212
category: Web Development
13-
description: Lorem ipsum dolor sit amet, usu cu alterum nominavi lobortis. At duo novum diceret. Tantas apeirian vix et, usu sanctus postulant inciderint ut, populo diceret necessitatibus in vim. Cu eum dicam feugiat noluisse.
13+
description: >-
14+
Jeremy Carbaugh covered the how and why of using WebSockets
15+
with the Django web framework.
16+
After explaining the architecture of Django's WebSockets library, Django Channels,
17+
Jeremy described how he used the feature to build the
18+
<a href="https://pycon.guide/">PyCon Guide</a>.
1419
1520
---

_posts/2017-06-14-twilio-5.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ thumbnail: twilio-logo-thumbnail.png
99
alt: image-alt
1010
project-date: June 2017
1111
client: Start Bootstrap
12-
category: Web Development
13-
description: Matt Makai led a live demonstration of many Twilio SMS and voice services using Python. Walking through selecting a phone number and deploying a service, everyone could participate in the group text and conference call. Along with the services from Twilio, Matt covered his open source python resource "Full Stack Python." https://www.fullstackpython.com not only contains great resources for learning about the Python ecosystem, Matt also writes a blog walking through various projects leveraging both Python and Twilio.
12+
category: Web Services
13+
description: >-
14+
Matt Makai led a live demonstration of many Twilio SMS and voice services using Python.
15+
Walking through selecting a phone number and deploying a service,
16+
everyone could participate in the group text and conference call.
17+
Along with the services from Twilio,
18+
Matt covered his open source Python resource <a href="https://www.fullstackpython.com">Full Stack Python</a>.
19+
Matt also writes a blog walking through various projects leveraging both Python and Twilio.
1420
1521
---

_posts/2017-07-12-pyspark-6.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ alt: image-alt
1010
project-date: July 2017
1111
client: Hood College
1212
category: Big Data
13-
description: Patrick Pierson, DevOps Engineer at Ion Channel, walked through a live deployment of Pyspark using Amazon Elastic Map Reduce (EMR). He guided a captive audience through all the steps to process TBs of data in minutes. Finally, Patrick scaled up the number of virtural machines with no downtime-all within Pyspark! Patrick's presentation and repository can be found at https://github.com/python-frederick/pyspark.
13+
description: >-
14+
Patrick Pierson, DevOps Engineer at Ion Channel, walked through a live deployment of Pyspark
15+
using Amazon Elastic Map Reduce (EMR).
16+
He guided a captive audience through all the steps to process terabytes of data in minutes.
17+
Finally, Patrick scaled up the number of virtual machines with no downtime-all within Pyspark!
18+
Patrick's presentation and repository can be found at
19+
<a href="https://github.com/python-frederick/pyspark">https://github.com/python-frederick/pyspark</a>.
1420
1521
---

0 commit comments

Comments
 (0)