diff --git a/archetypes/default.md b/archetypes/default.md index 784b169..1ac607e 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,10 +1,11 @@ +++ -Title = "" -Description = "" -Tags = [ +title = "" +description = "" +date = {{ .Date }} +tags = [ "development", ] -Topics = [ +topics = [ "Development", ] +++ diff --git a/archetypes/meetup.md b/archetypes/meetup.md index 5d1260d..241c412 100644 --- a/archetypes/meetup.md +++ b/archetypes/meetup.md @@ -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 = "" diff --git a/archetypes/page.md b/archetypes/page.md index 1da316d..4a4109c 100644 --- a/archetypes/page.md +++ b/archetypes/page.md @@ -1,10 +1,11 @@ +++ -Title = "" -Slug = "" -Description = "" +title = "" +date = {{ .Date }} +slug = "" +description = "" menu = "main" -Keywords = [""] -Topics = [""] -Tags = [""] +keywords = [""] +topics = [""] +tags = [""] +++ diff --git a/archetypes/project.md b/archetypes/project.md index e3d173b..bb4261a 100644 --- a/archetypes/project.md +++ b/archetypes/project.md @@ -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" diff --git a/content/page/about.md b/content/page/about.md index adb6ebd..c874b16 100644 --- a/content/page/about.md +++ b/content/page/about.md @@ -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) diff --git a/content/page/sponsor-a-meetup.md b/content/page/sponsor-a-meetup.md new file mode 100644 index 0000000..12e7b3a --- /dev/null +++ b/content/page/sponsor-a-meetup.md @@ -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. diff --git a/layouts/partials/meetup_details.html b/layouts/partials/meetup_details.html index 965cb97..2eb7a4b 100644 --- a/layouts/partials/meetup_details.html +++ b/layouts/partials/meetup_details.html @@ -14,12 +14,5 @@
-

I run the following meetups

- + {{ partial "organizer.html" . }}
diff --git a/layouts/partials/organizer.html b/layouts/partials/organizer.html new file mode 100644 index 0000000..c9c5d1d --- /dev/null +++ b/layouts/partials/organizer.html @@ -0,0 +1,15 @@ +
+

Organizer for the following meetups

+ +
+
+

Want to speak at one of my meetups?

+
+
+

Want to sponsor my meetups?

+
diff --git a/layouts/section/meetup.html b/layouts/section/meetup.html index 41e96dd..a66b1a6 100644 --- a/layouts/section/meetup.html +++ b/layouts/section/meetup.html @@ -14,12 +14,6 @@ {{ partial "footer.html" . }}