Skip to content

Commit db82d1b

Browse files
committed
feat: demo brand logos in Exp and Accomplishments sections
1 parent 75df0f1 commit db82d1b

File tree

14 files changed

+106
-30
lines changed

14 files changed

+106
-30
lines changed

assets/media/icon-pack/.gitkeep

Whitespace-only changes.

assets/media/icons/brands/org-gc.svg

+15
Loading

assets/media/icons/brands/org-x.svg

+15
Loading

content/home/accomplishments.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# An instance of the Accomplishments widget.
3-
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
3+
# Documentation: https://wowchemy.com/docs/page-builder/
44
widget: accomplishments
55

66
# This file represents a page section.
@@ -25,26 +25,29 @@ date_format: Jan 2006
2525
item:
2626
- certificate_url: https://www.coursera.org
2727
date_end: ""
28-
date_start: "2018-10-01"
28+
date_start: "2021-01-25"
2929
description: ""
3030
organization: Coursera
3131
organization_url: https://www.coursera.org
3232
title: Neural Networks and Deep Learning
3333
url: ""
3434
- certificate_url: https://www.edx.org
3535
date_end: ""
36-
date_start: "2018-03-01"
36+
date_start: "2021-01-01"
3737
description: Formulated informed blockchain models, hypotheses, and use cases.
3838
organization: edX
3939
organization_url: https://www.edx.org
4040
title: Blockchain Fundamentals
4141
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
4242
- certificate_url: https://www.datacamp.com
43-
date_end: "2017-12-21"
44-
date_start: "2017-07-01"
43+
date_end: "2020-12-21"
44+
date_start: "2020-07-01"
4545
description: ""
4646
organization: DataCamp
4747
organization_url: https://www.datacamp.com
48-
title: 'Object-Oriented Programming in R: S3 and R6 Course'
48+
title: 'Object-Oriented Programming in R'
4949
url: ""
50+
51+
design:
52+
columns: '2'
5053
---

content/home/experience.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ experience:
2525
- title: CEO
2626
company: GenCoin
2727
company_url: ''
28+
company_logo: org-gc
2829
location: California
29-
date_start: '2017-01-01'
30+
date_start: '2021-01-01'
3031
date_end: ''
3132
description: |2-
3233
Responsibilities include:
@@ -35,11 +36,15 @@ experience:
3536
* Modelling
3637
* Deploying
3738
38-
- title: Professor
39+
- title: Professor of Semiconductor Physics
3940
company: University X
4041
company_url: ''
42+
company_logo: org-x
4143
location: California
4244
date_start: '2016-01-01'
43-
date_end: '2016-12-31'
45+
date_end: '2020-12-31'
4446
description: Taught electronic engineering and researched semiconductor physics.
47+
48+
design:
49+
columns: '2'
4550
---

exampleSite/assets/media/icon-pack/.gitkeep

Whitespace-only changes.
Loading
Loading

exampleSite/content/home/accomplishments.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# An instance of the Accomplishments widget.
3-
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
3+
# Documentation: https://wowchemy.com/docs/page-builder/
44
widget: accomplishments
55

66
# This file represents a page section.
@@ -25,26 +25,29 @@ date_format: Jan 2006
2525
item:
2626
- certificate_url: https://www.coursera.org
2727
date_end: ""
28-
date_start: "2018-10-01"
28+
date_start: "2021-01-25"
2929
description: ""
3030
organization: Coursera
3131
organization_url: https://www.coursera.org
3232
title: Neural Networks and Deep Learning
3333
url: ""
3434
- certificate_url: https://www.edx.org
3535
date_end: ""
36-
date_start: "2018-03-01"
36+
date_start: "2021-01-01"
3737
description: Formulated informed blockchain models, hypotheses, and use cases.
3838
organization: edX
3939
organization_url: https://www.edx.org
4040
title: Blockchain Fundamentals
4141
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
4242
- certificate_url: https://www.datacamp.com
43-
date_end: "2017-12-21"
44-
date_start: "2017-07-01"
43+
date_end: "2020-12-21"
44+
date_start: "2020-07-01"
4545
description: ""
4646
organization: DataCamp
4747
organization_url: https://www.datacamp.com
48-
title: 'Object-Oriented Programming in R: S3 and R6 Course'
48+
title: 'Object-Oriented Programming in R'
4949
url: ""
50+
51+
design:
52+
columns: '2'
5053
---

exampleSite/content/home/experience.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ experience:
2525
- title: CEO
2626
company: GenCoin
2727
company_url: ''
28+
company_logo: org-gc
2829
location: California
29-
date_start: '2017-01-01'
30+
date_start: '2021-01-01'
3031
date_end: ''
3132
description: |2-
3233
Responsibilities include:
@@ -35,11 +36,15 @@ experience:
3536
* Modelling
3637
* Deploying
3738
38-
- title: Professor
39+
- title: Professor of Semiconductor Physics
3940
company: University X
4041
company_url: ''
42+
company_logo: org-x
4143
location: California
4244
date_start: '2016-01-01'
43-
date_end: '2016-12-31'
45+
date_end: '2020-12-31'
4446
description: Taught electronic engineering and researched semiconductor physics.
47+
48+
design:
49+
columns: '2'
4550
---

exampleSite/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic/exampleSite
33
go 1.15
44

55
require (
6-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e // indirect
7-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e // indirect
6+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e // indirect
7+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e // indirect
88
)

exampleSite/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e h1:pjf3ttOUrGyqXqFE5HD4zROl5nVD7X06ejz5TwLuwtk=
2-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
3-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e h1:rhRiyEZRDSdtwpEzMmZdycHudtYrEyoHKfc8mxOpHwE=
4-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=
1+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e h1:l9ZvxE12kMiwIV5eMUAaQ64aopV7NaBMAIOSTy1kIqg=
2+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
3+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e h1:VVNzzaAkvHR7YEfqPB2wembtTOKSsW+1I5aKBm7zhh4=
4+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
33
go 1.15
44

55
require (
6-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e // indirect
7-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e // indirect
6+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e // indirect
7+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e // indirect
88
)

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e h1:pjf3ttOUrGyqXqFE5HD4zROl5nVD7X06ejz5TwLuwtk=
2-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
3-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e h1:rhRiyEZRDSdtwpEzMmZdycHudtYrEyoHKfc8mxOpHwE=
4-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=
1+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e h1:l9ZvxE12kMiwIV5eMUAaQ64aopV7NaBMAIOSTy1kIqg=
2+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
3+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e h1:VVNzzaAkvHR7YEfqPB2wembtTOKSsW+1I5aKBm7zhh4=
4+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=

0 commit comments

Comments
 (0)