Added section for requesting to be sponsor or speaker

This commit is contained in:
Salar Rahmanian 2017-06-25 14:18:20 -04:00
parent 685b6a2685
commit 266c745858
9 changed files with 88 additions and 37 deletions

View file

@ -1,10 +1,11 @@
+++ +++
Title = "" title = ""
Description = "" description = ""
Tags = [ date = {{ .Date }}
tags = [
"development", "development",
] ]
Topics = [ topics = [
"Development", "Development",
] ]
+++ +++

View file

@ -1,11 +1,11 @@
+++ +++
Title = "" Title = ""
date = "2014-01-09T08:54:57-05:00" date = {{ .Date }}
Slug = "" slug = ""
Description = "" description = ""
menu = "main" menu = "main"
keywords = ["meetup"] keywords = ["meetup"]
Tags = ["meetup"] tags = ["meetup"]
meetup_url = "" meetup_url = ""
speaker_url = "" speaker_url = ""
slides_url = "" slides_url = ""

View file

@ -1,10 +1,11 @@
+++ +++
Title = "" title = ""
Slug = "" date = {{ .Date }}
Description = "" slug = ""
description = ""
menu = "main" menu = "main"
Keywords = [""] keywords = [""]
Topics = [""] topics = [""]
Tags = [""] tags = [""]
+++ +++

View file

@ -1,9 +1,9 @@
+++ +++
Title = "Projectname : title" title = "Projectname : title"
Date = "2017-03-26" date = {{ .Date }}
Description = "" description = ""
Tags = ["Development"] tags = ["Development"]
Topics = ["Development"] topics = ["Development"]
download_url = "http://github.com/softinio/PROJECTNAME" download_url = "http://github.com/softinio/PROJECTNAME"
project_description = "DESC" project_description = "DESC"
project_name = "PROJECTNAME" project_name = "PROJECTNAME"

View file

@ -1,10 +1,10 @@
+++ +++
date = "2015-11-26T09:16:07-05:00" date = "2015-11-26T09:16:07-05:00"
Description = "About Salar Rahmanian" Description = "About Salar Rahmanian"
Keywords = ["Salar", "Rahmanian", "Salar Rahmanian"] keywords = ["Salar", "Rahmanian", "Salar Rahmanian"]
menu = "main" menu = "main"
Slug = "salar-rahmanian" slug = "salar-rahmanian"
Title = "Salar Rahmanian" title = "Salar Rahmanian"
+++ +++
![Rahmanian Family](/static/img/rahmanian.png) ![Rahmanian Family](/static/img/rahmanian.png)

View 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.

View file

@ -14,12 +14,5 @@
</div> </div>
<div> <div>
<h4>I run the following meetups</h4> {{ partial "organizer.html" . }}
<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>
</div> </div>

View 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>

View file

@ -14,12 +14,6 @@
</section> </section>
<aside id="meta"> <aside id="meta">
<h4>Organizer for the following meetups</h4> {{ partial "organizer.html" . }}
<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>
</aside> </aside>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}