mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-08 17:19:10 +00:00
common: adding overview images
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -42,6 +42,8 @@ jobs:
|
|||||||
working-directory: recBubbles
|
working-directory: recBubbles
|
||||||
- name: Move index
|
- name: Move index
|
||||||
run: cp index.html dist/
|
run: cp index.html dist/
|
||||||
|
- name: Move overview images
|
||||||
|
run: mkdir -p dist/img && cp img/* dist/img
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
BIN
img/orbits.png
Normal file
BIN
img/orbits.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
img/recBubbles.png
Normal file
BIN
img/recBubbles.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 551 KiB |
10
index.html
10
index.html
@@ -1,9 +1,15 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Canvas stuff</title>
|
<title>Canvas stuff</title>
|
||||||
|
<style>
|
||||||
|
.preview {
|
||||||
|
height: 250px;
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="/orbits">Simulation of the solar system</a>
|
<a href="/orbits"><img src="img/orbits.png" alt="Orbits" class="preview" title="orbits"></a> <br>
|
||||||
<a href="/recBubbles">Recursive bubbles</a>
|
<a href="/recBubbles"><img src="img/recBubbles.png" alt="Recursive bubbles" class="preview" title="recBubbles"></a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user