mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Added section for requesting to be sponsor or speaker
This commit is contained in:
parent
685b6a2685
commit
266c745858
9 changed files with 88 additions and 37 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue