Skip to content

Commit

Permalink
Vacuum the rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelenya committed May 20, 2023
1 parent 423c305 commit e1e7d08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ <h2>Random projects</h2>
<a class="social" target="_blank" href="https://dev.to/zelenya">
<i class="fa fa-code"></i>
</a>
<a class="social" target="_blank" href="https://medium.com/@zelenya">
<i class="fa fa-medium"></i>
<a class="social" target="_blank" href="https://youtube.com/@impurepics">
<i class="fa fa-youtube"></i>
</a>
<a class="social" target="_blank" href="https://www.behance.net/zelenya">
<i class="fa fa-behance"></i>
Expand Down
8 changes: 5 additions & 3 deletions js/skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ function getSkills() {
{ source: "Functional Programming", target: "PureScript" },
{ source: "Functional Programming", target: "Rust" },
{ source: "SQL", target: "NoSQL" },
{ source: "SQL", target: "Postgres" },
{ source: "SQL", target: "PostgreSQL" },
{ source: "NoSQL", target: "MongoDB" },
{ source: "NoSQL", target: "Cassandra" },
{ source: "NoSQL", target: "Redis" },
{ source: "NoSQL", target: "Kafka" },
{ source: "NoSQL", target: "ElasticSearch" },
{ source: "Docker", target: "Kubernetes" },
{ source: "Art", target: "Design" },
{ source: "Art", target: "Illustration" },
{ source: "Educational Content", target: "Technical Writing" },
{ source: "Technical Writing", target: "Mentoring" },
{ source: "Advocacy", target: "Educational Content" },
{ source: "Advocacy", target: "Technical Writing" },
{ source: "Advocacy", target: "Mentorship" },
];

var nodes = {};
Expand Down

0 comments on commit e1e7d08

Please sign in to comment.