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 = ""
Description = ""
Tags = [
title = ""
description = ""
date = {{ .Date }}
tags = [
"development",
]
Topics = [
topics = [
"Development",
]
+++

View file

@ -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 = ""

View file

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

View file

@ -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"