mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 23:07:47 +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
|
||||
- name: Move index
|
||||
run: cp index.html dist/
|
||||
- name: Move overview images
|
||||
run: mkdir -p dist/img && cp img/* dist/img
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- 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>
|
||||
<head>
|
||||
<title>Canvas stuff</title>
|
||||
<style>
|
||||
.preview {
|
||||
height: 250px;
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/orbits">Simulation of the solar system</a>
|
||||
<a href="/recBubbles">Recursive bubbles</a>
|
||||
<a href="/orbits"><img src="img/orbits.png" alt="Orbits" class="preview" title="orbits"></a> <br>
|
||||
<a href="/recBubbles"><img src="img/recBubbles.png" alt="Recursive bubbles" class="preview" title="recBubbles"></a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user