kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

commit 0ffc10142ad5381757caab7abe724aadbf07ba61
parent 19eeedafa030f07ce891440abce4ba6eec84e044
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Thu, 30 Jul 2020 16:17:06 +0300

Add CSS and credit.

Diffstat:
Mhtml/tau-mandala/index.html | 12++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/html/tau-mandala/index.html b/html/tau-mandala/index.html @@ -3,9 +3,17 @@ <head> <meta charset="utf-8"> <title>τ mandala</title> + <link href="index.css" rel="stylesheet"> </head> <body> - <p>Tau mandala idea stolen from <a href="https://youtube.com/c/Mathologer">Mathologer</a>'s T-shirt in his <a href="https://youtu.be/O1sPvUr0YC0">doubling cubes and squaring circles</a> video.</p> - <object width="500" height="500" data="tau-mandala.svg" type="image/svg+xml"></object> + <object data="tau-mandala.svg" type="image/svg+xml"></object> + + <p> + Tau mandala idea stolen from <a href="https://youtube.com/c/Mathologer">Mathologer</a>'s T-shirt in his <a href="https://youtu.be/O1sPvUr0YC0">doubling cubes and squaring circles</a> video. + </p> + + <p> + Used one of <a href="http://www.petercollingridge.co.uk/">Peter Collingridge</a>'s example SVG files (<a href="https://github.com/petercollingridge/code-for-blog/">up on his github repo</a>) from his <a href="http://www.petercollingridge.co.uk/tutorials/svg/interactive/javascript/">interactive SVG with javascript tutorial</a> as a skeleton for my SVG file. It is not much of code, but credit is due. + </p> </body> </html>