From b0a379f559b2864134301b3831af678333cf7670 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 2 Dec 2023 23:35:16 +0300 Subject: Add skills content --- layouts/partials/sections/skills.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/sections/skills.html b/layouts/partials/sections/skills.html index 38dd515..9a44877 100644 --- a/layouts/partials/sections/skills.html +++ b/layouts/partials/sections/skills.html @@ -1,11 +1,8 @@ +{{ with .Site.GetPage "/skills"}}

Technical Skills

- Languages: Java, Python, C/C++, SQL - (Postgres), JavaScript, HTML/CSS, R
- Frameworks: React, Node.js, Flask, JUnit, - WordPress, Material-UI, FastAPI
- Developer Tools: Git, Docker, TravisCI, Google - Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ, - Eclipse
- Libraries: pandas, NumPy, Matplotlib -
\ No newline at end of file + {{ range .Pages }} + {{ .Title }}: {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}}
+ {{ end }} + +{{ end }} \ No newline at end of file -- cgit v1.2.3