feat: demo brand logos in Exp and Accomplishments sections
This commit is contained in:
15
exampleSite/assets/media/icons/brands/org-gc.svg
Normal file
15
exampleSite/assets/media/icons/brands/org-gc.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg width="56" height="56" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
|
||||
<g>
|
||||
<title>background</title>
|
||||
<rect fill="#fff" id="canvas_background" height="58" width="58" y="-1" x="-1"/>
|
||||
<g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
|
||||
<rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<path stroke="#000" id="svg_2" d="m0.5,28l11.78572,-23.57143l31.42857,0l11.78571,23.57143l-11.78571,23.57143l-31.42857,0l-11.78572,-23.57143z" stroke-width="2" fill="#fff"/>
|
||||
<text font-style="normal" font-weight="normal" xml:space="preserve" text-anchor="start" font-family="'Montserrat Black'" font-size="30" id="svg_1" y="38.75" x="5.30469" stroke-width="0" stroke="#000" fill="#000000">GC</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 901 B |
15
exampleSite/assets/media/icons/brands/org-x.svg
Normal file
15
exampleSite/assets/media/icons/brands/org-x.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg width="56" height="56" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
|
||||
<g>
|
||||
<title>background</title>
|
||||
<rect fill="#fff" id="canvas_background" height="58" width="58" y="-1" x="-1"/>
|
||||
<g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
|
||||
<rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<path stroke="#000" id="svg_2" d="m0.5,28l11.78572,-23.57143l31.42857,0l11.78571,23.57143l-11.78571,23.57143l-31.42857,0l-11.78572,-23.57143z" stroke-width="2" fill="#fff"/>
|
||||
<text transform="matrix(1,0,0,1,0,0) " style="cursor: text;" font-style="normal" font-weight="normal" xml:space="preserve" text-anchor="start" font-family="'Montserrat Black'" font-size="30" id="svg_1" y="38.75" x="16.57031" stroke-width="0" stroke="#000" fill="#000000">X</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 956 B |
@@ -1,6 +1,6 @@
|
||||
---
|
||||
# An instance of the Accomplishments widget.
|
||||
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: accomplishments
|
||||
|
||||
# This file represents a page section.
|
||||
@@ -25,7 +25,7 @@ date_format: Jan 2006
|
||||
item:
|
||||
- certificate_url: https://www.coursera.org
|
||||
date_end: ""
|
||||
date_start: "2018-10-01"
|
||||
date_start: "2021-01-25"
|
||||
description: ""
|
||||
organization: Coursera
|
||||
organization_url: https://www.coursera.org
|
||||
@@ -33,18 +33,21 @@ item:
|
||||
url: ""
|
||||
- certificate_url: https://www.edx.org
|
||||
date_end: ""
|
||||
date_start: "2018-03-01"
|
||||
date_start: "2021-01-01"
|
||||
description: Formulated informed blockchain models, hypotheses, and use cases.
|
||||
organization: edX
|
||||
organization_url: https://www.edx.org
|
||||
title: Blockchain Fundamentals
|
||||
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
|
||||
- certificate_url: https://www.datacamp.com
|
||||
date_end: "2017-12-21"
|
||||
date_start: "2017-07-01"
|
||||
date_end: "2020-12-21"
|
||||
date_start: "2020-07-01"
|
||||
description: ""
|
||||
organization: DataCamp
|
||||
organization_url: https://www.datacamp.com
|
||||
title: 'Object-Oriented Programming in R: S3 and R6 Course'
|
||||
title: 'Object-Oriented Programming in R'
|
||||
url: ""
|
||||
|
||||
design:
|
||||
columns: '2'
|
||||
---
|
||||
|
||||
@@ -25,8 +25,9 @@ experience:
|
||||
- title: CEO
|
||||
company: GenCoin
|
||||
company_url: ''
|
||||
company_logo: org-gc
|
||||
location: California
|
||||
date_start: '2017-01-01'
|
||||
date_start: '2021-01-01'
|
||||
date_end: ''
|
||||
description: |2-
|
||||
Responsibilities include:
|
||||
@@ -35,11 +36,15 @@ experience:
|
||||
* Modelling
|
||||
* Deploying
|
||||
|
||||
- title: Professor
|
||||
- title: Professor of Semiconductor Physics
|
||||
company: University X
|
||||
company_url: ''
|
||||
company_logo: org-x
|
||||
location: California
|
||||
date_start: '2016-01-01'
|
||||
date_end: '2016-12-31'
|
||||
date_end: '2020-12-31'
|
||||
description: Taught electronic engineering and researched semiconductor physics.
|
||||
|
||||
design:
|
||||
columns: '2'
|
||||
---
|
||||
|
||||
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic/exampleSite
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e // indirect
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e h1:pjf3ttOUrGyqXqFE5HD4zROl5nVD7X06ejz5TwLuwtk=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e h1:rhRiyEZRDSdtwpEzMmZdycHudtYrEyoHKfc8mxOpHwE=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210324194200-fda9f39d872e/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e h1:l9ZvxE12kMiwIV5eMUAaQ64aopV7NaBMAIOSTy1kIqg=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210413192202-ab8d28988e0e/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e h1:VVNzzaAkvHR7YEfqPB2wembtTOKSsW+1I5aKBm7zhh4=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210413192202-ab8d28988e0e/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=
|
||||
|
||||
Reference in New Issue
Block a user