Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Mar 14, 2024
1 parent 28f79ad commit 5353b5c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 2 additions & 0 deletions pages/public/img/logos-tools/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 2 additions & 0 deletions pages/public/static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /
12 changes: 6 additions & 6 deletions pages/tools/workbench/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,32 @@ features:
<v-row class="my-5" style="justify-content: center; align-items: center;">
<v-col cols="1">
<a href="https://jupyter.org/" target="_blank">
<v-img max-height="80px" src="./images/jupyter.png" />
<v-img max-height="80px" src="/img/logos-tools/jupyter.png" />
</a>
</v-col>
<v-col cols="2" style="justify-content: center;">
<a href="https://pandas.pydata.org/" target="_blank">
<v-img max-height="80px" src="./images/pandas.png" />
<v-img max-height="80px" src="/img/logos-tools/pandas.png" />
</a>
</v-col>
<v-col cols="2">
<a href="https://www.python.org/" target="_blank">
<v-img max-height="80px" src="./images/python.png" />
<v-img max-height="80px" src="/img/logos-tools/python.png" />
</a>
</v-col>
<v-col cols="2">
<a href="https://mathworks.com/" target="_blank">
<v-img max-height="80px" src="./images/matlab.png" />
<v-img max-height="80px" src="/img/logos-tools/matlab.png" />
</a>
</v-col>
<v-col cols="2">
<a href="https://posit.co/products/open-source/rstudio-server/" target="_blank">
<v-img max-height="80px" src="./images/rstudio.png" />
<v-img max-height="80px" src="/img/logos-tools/rstudio.png" />
</a>
</v-col>
<v-col cols="2">
<a href="https://code.visualstudio.com/" target="_blank">
<v-img max-height="80px" src="./images/vscode.png" />
<v-img max-height="80px" src="/img/logos-tools/vscode.png" />
</a>
</v-col>
</v-row>
Expand Down

0 comments on commit 5353b5c

Please sign in to comment.