Merge pull request #3 from softinio/meetup-updates
Added section for requesting to be sponsor or speaker
This commit is contained in:
commit
3d4a7610d7
|
@ -1,10 +1,11 @@
|
|||
+++
|
||||
Title = ""
|
||||
Description = ""
|
||||
Tags = [
|
||||
title = ""
|
||||
description = ""
|
||||
date = {{ .Date }}
|
||||
tags = [
|
||||
"development",
|
||||
]
|
||||
Topics = [
|
||||
topics = [
|
||||
"Development",
|
||||
]
|
||||
+++
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
+++
|
||||
Title = ""
|
||||
date = "2014-01-09T08:54:57-05:00"
|
||||
Slug = ""
|
||||
Description = ""
|
||||
date = {{ .Date }}
|
||||
slug = ""
|
||||
description = ""
|
||||
menu = "main"
|
||||
keywords = ["meetup"]
|
||||
Tags = ["meetup"]
|
||||
tags = ["meetup"]
|
||||
meetup_url = ""
|
||||
speaker_url = ""
|
||||
slides_url = ""
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
+++
|
||||
Title = ""
|
||||
Slug = ""
|
||||
Description = ""
|
||||
title = ""
|
||||
date = {{ .Date }}
|
||||
slug = ""
|
||||
description = ""
|
||||
menu = "main"
|
||||
Keywords = [""]
|
||||
Topics = [""]
|
||||
Tags = [""]
|
||||
keywords = [""]
|
||||
topics = [""]
|
||||
tags = [""]
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
+++
|
||||
Title = "Projectname : title"
|
||||
Date = "2017-03-26"
|
||||
Description = ""
|
||||
Tags = ["Development"]
|
||||
Topics = ["Development"]
|
||||
title = "Projectname : title"
|
||||
date = {{ .Date }}
|
||||
description = ""
|
||||
tags = ["Development"]
|
||||
topics = ["Development"]
|
||||
download_url = "http://github.com/softinio/PROJECTNAME"
|
||||
project_description = "DESC"
|
||||
project_name = "PROJECTNAME"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
+++
|
||||
date = "2015-11-26T09:16:07-05:00"
|
||||
Description = "About Salar Rahmanian"
|
||||
Keywords = ["Salar", "Rahmanian", "Salar Rahmanian"]
|
||||
keywords = ["Salar", "Rahmanian", "Salar Rahmanian"]
|
||||
menu = "main"
|
||||
Slug = "salar-rahmanian"
|
||||
Title = "Salar Rahmanian"
|
||||
slug = "salar-rahmanian"
|
||||
title = "Salar Rahmanian"
|
||||
+++
|
||||
|
||||
![Rahmanian Family](/static/img/rahmanian.png)
|
||||
|
|
47
content/page/sponsor-a-meetup.md
Normal file
47
content/page/sponsor-a-meetup.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
+++
|
||||
title = "Sponsoring a Meetup"
|
||||
date = "2017-06-24"
|
||||
slug = "sponsor-a-meetup"
|
||||
description = "How and why to be a sponsor of one of the meetup's I run."
|
||||
menu = "main"
|
||||
keywords = ["meetup"]
|
||||
tags = ["meetup"]
|
||||
+++
|
||||
# Sponsoring a Meetup #
|
||||
I run 4 meetups in DC Tech community with the purpose of creating a community
|
||||
where attendees learn from each other, share experiences and motivate each
|
||||
other to sharpen their technical skills finding time for that side project.
|
||||
|
||||
As these events are not run for profit we need a venue to meet and some food
|
||||
and drinks for our members. So we look to sponsors to provide these in exchange
|
||||
for the sponsor being able to promote their brand or offering at the start of
|
||||
the meetup.
|
||||
|
||||
# Meetup Agenda #
|
||||
|
||||
5.30pm - Set up venue, Speakers arrive and get setup
|
||||
5.45pm - Food Arrives
|
||||
6.00pm - Event starts - open networking
|
||||
6.30pm - Event host will introduce the event and announcements
|
||||
6.40pm - Food and Drink Sponsor Talk
|
||||
6.50pm - Venue Sponsor Talk
|
||||
7.00pm - Main Presentation / Talk
|
||||
8.30pm - More networking
|
||||
9.00pm - Event ends.
|
||||
|
||||
# Do you want to sponsor an event #
|
||||
|
||||
Please fill in this form: [I want to sponsor a meetup](https://docs.google.com/a/softinio.com/forms/d/1PMGNTHf8l-gzrZhW1sOi_LE0cTcwh9VQR1hY2g-XgVY/viewform?edit_requested=true)
|
||||
|
||||
# Notes for our sponsors #
|
||||
|
||||
- For food Pizza is the standard but feel free to order anything else you want
|
||||
just please make sure there is a vegetarian option.
|
||||
Even better if there is carbs free and/or gluten free option
|
||||
- For drinks the standard is beer and some variety of soda
|
||||
- To know how much food and drinks to order please look at the meetup page for
|
||||
the event the day before and make sure there is enough for around 50% to
|
||||
60% of the RSVP to the event as a guideline.
|
||||
|
||||
# Venue Sponsor #
|
||||
Our current venue sponsor is [Snagajob Engineering](https://engineering.snagajob.com) big thanks to them.
|
|
@ -14,12 +14,5 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<h4>I run the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">Angular DC</a><li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a><li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">ELastic Washington, User group</a><li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a><li>
|
||||
|
||||
</ul>
|
||||
{{ partial "organizer.html" . }}
|
||||
</div>
|
||||
|
|
15
layouts/partials/organizer.html
Normal file
15
layouts/partials/organizer.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<div>
|
||||
<h4>Organizer for the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">AngularJS DC</a></li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">Elastic Washington DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h4><a href="https://docs.google.com/a/softinio.com/forms/d/1UlUobRylGQEg90ADIoxt5mhNMdzl1lD0PT4pjYE2NYc/viewform?edit_requested=true">Want to speak at one of my meetups?</a></h4>
|
||||
</div>
|
||||
<div>
|
||||
<h4><a href="/page/sponsor-a-meetup/">Want to sponsor my meetups?</a></h4>
|
||||
</div>
|
|
@ -14,12 +14,6 @@
|
|||
</section>
|
||||
|
||||
<aside id="meta">
|
||||
<h4>Organizer for the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">AngularJS DC</a></li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">Elastic Washington DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a></li>
|
||||
</ul>
|
||||
{{ partial "organizer.html" . }}
|
||||
</aside>
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Reference in a new issue