From 409b37afe444c01ab10beed49f009ac32e16a0b1 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Wed, 23 Apr 2025 23:21:20 +0300 Subject: [PATCH] Better homepage layout --- Graphics/Spirals/index.org | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/Graphics/Spirals/index.org b/Graphics/Spirals/index.org index 21cd241..cffa9dd 100644 --- a/Graphics/Spirals/index.org +++ b/Graphics/Spirals/index.org @@ -7,8 +7,28 @@ #+OPTIONS: H:20 num:20 #+OPTIONS: author:nil +#+begin_export html + +#+end_export + * Spiral with increasing density -#+attr_html: :width 1000px + +#+attr_html: :class responsive-img #+attr_latex: :width 1000px [[file:spiral.png]] @@ -21,7 +41,8 @@ progressively increases towards the center. #+INCLUDE: "spiral.bas" src basic-qb45 * Spiral with varying height -#+attr_html: :width 1000px + +#+attr_html: :class responsive-img #+attr_latex: :width 1000px [[file:spiral, 2.png]] @@ -36,7 +57,7 @@ displaced by sinus function where input is the distance to the center. * Shaded spiral -#+attr_html: :width 800px +#+attr_html: :class responsive-img #+attr_latex: :width 800px [[file:spiral, 3.png]] @@ -55,13 +76,13 @@ Similar to previous spiral, Line segments are connected between the neighbors. Spiral height and width are calculated such that they form multiple linked spherical shapes. Initially point cloud in shown: -#+attr_html: :width 1000px +#+attr_html: :class responsive-img #+attr_latex: :width 1000px [[file:spiral, 4, 1.png]] In the next step, points are connected using lines: -#+attr_html: :width 1000px +#+attr_html: :class responsive-img #+attr_latex: :width 1000px [[file:spiral, 4, 2.png]] @@ -72,7 +93,7 @@ In the next step, points are connected using lines: * Textured spherical spiral -#+attr_html: :width 1000px +#+attr_html: :class responsive-img #+attr_latex: :width 1000px [[file:spiral, 5.png]] @@ -88,7 +109,7 @@ attempted. * Textured and shaded spherical spiral -#+attr_html: :width 1000px +#+attr_html: :class responsive-img #+attr_latex: :width 1000px [[file:spiral, 6.png]] -- 2.20.1