theme: update to Academic v3.3.0
This commit is contained in:
parent
800569bf73
commit
9843af5b2f
46
content/home/accomplishments.md
Normal file
46
content/home/accomplishments.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
+++
|
||||||
|
# Accomplishments widget.
|
||||||
|
widget = "accomplishments" # Do not modify this line!
|
||||||
|
active = true # Activate this widget? true/false
|
||||||
|
|
||||||
|
title = "Accomplish­ments"
|
||||||
|
subtitle = ""
|
||||||
|
|
||||||
|
# Order that this section will appear in.
|
||||||
|
weight = 15
|
||||||
|
|
||||||
|
# Date format
|
||||||
|
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||||
|
date_format = "Jan 2006"
|
||||||
|
|
||||||
|
# Accomplishments.
|
||||||
|
# Add/remove as many `[[item]]` blocks below as you like.
|
||||||
|
# `title`, `organization` and `date_start` are the required parameters.
|
||||||
|
# Leave other parameters empty if not required.
|
||||||
|
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||||
|
|
||||||
|
[[item]]
|
||||||
|
title = "Neural Networks and Deep Learning"
|
||||||
|
organization = "Coursera"
|
||||||
|
certificate_url = "https://www.coursera.org"
|
||||||
|
date_start = "2018-10-01"
|
||||||
|
date_end = ""
|
||||||
|
description = ""
|
||||||
|
|
||||||
|
[[item]]
|
||||||
|
title = "Blockchain Fundamentals"
|
||||||
|
organization = "edX"
|
||||||
|
certificate_url = "https://www.edx.org"
|
||||||
|
date_start = "2018-03-01"
|
||||||
|
date_end = ""
|
||||||
|
description = ""
|
||||||
|
|
||||||
|
[[item]]
|
||||||
|
title = "Intro to Python"
|
||||||
|
organization = "DataCamp"
|
||||||
|
certificate_url = "https://www.datacamp.com"
|
||||||
|
date_start = "2017-07-01"
|
||||||
|
date_end = "2017-12-21"
|
||||||
|
description = ""
|
||||||
|
|
||||||
|
+++
|
@ -1 +1 @@
|
|||||||
Subproject commit afcf657f9348931faf9b9719ded1dfa75928c9f8
|
Subproject commit 6cac50ecd6f97b52c4d38ff6f351ef1cace891d2
|
Loading…
Reference in New Issue
Block a user