kaka.farm

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

index.html (849B)


      1 <!doctype html>
      2 <html>
      3 	<head>
      4 		<meta charset="utf-8">
      5 		<title>τ mandala</title>
      6 		<link href="index.css" rel="stylesheet">
      7 	</head>
      8 	<body>
      9 		<object data="tau-mandala.svg" type="image/svg+xml"></object>
     10 
     11 		<p>
     12 		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.
     13 		</p>
     14 
     15 		<p>
     16 		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.
     17 		</p>
     18 	</body>
     19 </html>