Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2018-12-31 15:35:24 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2018-12-31 15:35:24 +0300
commit9843af5b2f37c308a2e98fb95ee0e4f7a645ed92 (patch)
treeafa1073dbf0c8d558daa6b326d2e3d39951f9b64 /content
parent800569bf73bb8503b66d8b6b629deec780114b07 (diff)
theme: update to Academic v3.3.0
Diffstat (limited to 'content')
-rw-r--r--content/home/accomplishments.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/content/home/accomplishments.md b/content/home/accomplishments.md
new file mode 100644
index 00000000..e829b103
--- /dev/null
+++ b/content/home/accomplishments.md
@@ -0,0 +1,46 @@
++++
+# Accomplishments widget.
+widget = "accomplishments" # Do not modify this line!
+active = true # Activate this widget? true/false
+
+title = "Accomplish&shy;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 = ""
+
++++