diff --git a/themes/beaver/layouts/page/index.html b/themes/beaver/layouts/page/index.html index ae179d388..7e890a25b 100644 --- a/themes/beaver/layouts/page/index.html +++ b/themes/beaver/layouts/page/index.html @@ -444,7 +444,7 @@

- Ruby on Rails + {{ partial "svg" "technologies/ruby" }}
@@ -464,7 +464,7 @@

- Python + {{ partial "svg" "technologies/python" }}
@@ -484,7 +484,7 @@

- React Js + {{ partial "svg" "technologies/react" }}
@@ -504,7 +504,7 @@

- Vue Js + {{ partial "svg" "technologies/vue" }}
@@ -540,7 +540,7 @@

- React Js + {{ partial "svg" "technologies/react" }}
@@ -560,7 +560,7 @@

- Node Js + {{ partial "svg" "technologies/node" }}
diff --git a/themes/beaver/static/img/icons/technologies/node.svg b/themes/beaver/static/img/icons/technologies/node.svg new file mode 100644 index 000000000..857c10b2e --- /dev/null +++ b/themes/beaver/static/img/icons/technologies/node.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/themes/beaver/static/img/icons/technologies/python.svg b/themes/beaver/static/img/icons/technologies/python.svg new file mode 100644 index 000000000..097fff85c --- /dev/null +++ b/themes/beaver/static/img/icons/technologies/python.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/themes/beaver/static/img/icons/technologies/react.svg b/themes/beaver/static/img/icons/technologies/react.svg new file mode 100644 index 000000000..1b90d9830 --- /dev/null +++ b/themes/beaver/static/img/icons/technologies/react.svg @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/themes/beaver/static/img/icons/technologies/ruby.svg b/themes/beaver/static/img/icons/technologies/ruby.svg new file mode 100644 index 000000000..2cc1120dd --- /dev/null +++ b/themes/beaver/static/img/icons/technologies/ruby.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/beaver/static/img/icons/technologies/vue.svg b/themes/beaver/static/img/icons/technologies/vue.svg new file mode 100644 index 000000000..8f83432f5 --- /dev/null +++ b/themes/beaver/static/img/icons/technologies/vue.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file