Add skills content
This commit is contained in:
parent
48b9b6ce8a
commit
b0a379f559
5
archetypes/skills.md
Normal file
5
archetypes/skills.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||||
|
weight: 1
|
||||||
|
tags: ["Hugo", "HTML/CSS"]
|
||||||
|
---
|
5
content/skills/Developer-Tools.md
Normal file
5
content/skills/Developer-Tools.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Developer Tools
|
||||||
|
weight: 3
|
||||||
|
tags: ["Git", "Docker", "TravisCI", "Google Cloud Platform", "VS Code", "Visual Studio", "PyCharm", "IntelliJ", "Eclipse"]
|
||||||
|
---
|
5
content/skills/Frameworks.md
Normal file
5
content/skills/Frameworks.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Frameworks
|
||||||
|
weight: 2
|
||||||
|
tags: ["React", "Node.js", "Flask", "JUnit", "WordPress", "Material-UI", "FastAPI"]
|
||||||
|
---
|
5
content/skills/Languages.md
Normal file
5
content/skills/Languages.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Languages
|
||||||
|
weight: 1
|
||||||
|
tags: ["Java", "Python", "C/C++", "SQL (Postgres)", "JavaScript", "HTML/CSS", "R"]
|
||||||
|
---
|
5
content/skills/Libraries.md
Normal file
5
content/skills/Libraries.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Libraries
|
||||||
|
weight: 4
|
||||||
|
tags: ["pandas", "NumPy", "Matplotlib"]
|
||||||
|
---
|
@ -1,11 +1,8 @@
|
|||||||
|
{{ with .Site.GetPage "/skills"}}
|
||||||
<h3>Technical Skills</h3>
|
<h3>Technical Skills</h3>
|
||||||
<div class="skills">
|
<div class="skills">
|
||||||
<strong>Languages</strong>: Java, Python, C/C++, SQL
|
{{ range .Pages }}
|
||||||
(Postgres), JavaScript, HTML/CSS, R<br />
|
<strong>{{ .Title }}</strong>: {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}<br />
|
||||||
<strong>Frameworks</strong>: React, Node.js, Flask, JUnit,
|
{{ end }}
|
||||||
WordPress, Material-UI, FastAPI<br />
|
</div>
|
||||||
<strong>Developer Tools</strong>: Git, Docker, TravisCI, Google
|
{{ end }}
|
||||||
Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ,
|
|
||||||
Eclipse<br />
|
|
||||||
<strong>Libraries</strong>: pandas, NumPy, Matplotlib
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue
Block a user