Add dates to projects
This commit is contained in:
parent
7f515cdc85
commit
45dc931371
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Gitlytics
|
||||
tags: ["Python", "Flask", "React", "PostgreSQL", "Docker"]
|
||||
start_date: 2020-06-01
|
||||
end_date :
|
||||
---
|
||||
- Developed a full-stack web application using with Flask serving a REST API with React as the frontend
|
||||
- Implemented GitHub OAuth to get data from user’s repositories
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Simple Paintball
|
||||
tags: ["Spigot API", "Java", "Maven", "TravisCI", "Git"]
|
||||
start_date: 2018-05-01
|
||||
end_date : 2020-05-01
|
||||
---
|
||||
- Developed a Minecraft server plugin to entertain kids during free time for a previous job
|
||||
- Published plugin to websites gaining 2K+ downloads and an average 4.5/5-star review
|
||||
|
@ -8,7 +8,10 @@
|
||||
<td><strong>{{ .Title }} </strong><span>|</span>
|
||||
<em>{{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}</em>
|
||||
</td>
|
||||
<td style="text-align: right;">June 2020 – Present</td>
|
||||
<td style="text-align: right;">
|
||||
{{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} –
|
||||
{{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user