From ad786a690a8c438bf3202855372dfdac5c37d123 Mon Sep 17 00:00:00 2001 From: Vijeinath Tissaveerasingham Date: Thu, 21 Dec 2023 09:45:49 +0100 Subject: [PATCH] add links to bios --- src/app/biography/biography.component.html | 60 ++++++++++++++++++++++ src/app/biography/biography.component.scss | 5 ++ 2 files changed, 65 insertions(+) diff --git a/src/app/biography/biography.component.html b/src/app/biography/biography.component.html index 994f4e6c..ea0bb03a 100644 --- a/src/app/biography/biography.component.html +++ b/src/app/biography/biography.component.html @@ -19,6 +19,11 @@

{{name}}

Biography

portrait of Jacob I Bernoulli

[...]

+ @@ -42,6 +47,11 @@

{{name}}

Biography

portrait of Johann I Bernoulli

[...]

+ @@ -70,6 +80,11 @@

{{name}}

Biography

placeholder portrait for Nicolaus I Bernoulli

[...]

+ @@ -98,6 +113,11 @@

{{name}}

Biography

portrait of Nicolaus II Bernoulli

[...]

+ @@ -126,6 +146,11 @@

{{name}}

Biography

portrait of Daniel Bernoulli

[...]

+ @@ -154,6 +179,11 @@

{{name}}

Biography

portrait of Johann II Bernoulli

[...]

+ @@ -182,6 +212,11 @@

{{name}}

Biography

portrait of Johann III Bernoulli

[...]

+ @@ -191,6 +226,11 @@

{{name}}

Biography

portrait of Jacob II Bernoulli

[...]

+ @@ -200,6 +240,11 @@

{{name}}

Biography

portrait of Jacob Hermann

[...]

+ @@ -228,6 +273,11 @@

{{name}}

Biography

portrait of Leonhard Euler

[...]

+ @@ -289,6 +339,11 @@

{{name}}

Biography

portrait of Johann Albrecht Euler

[...]

+ @@ -316,6 +371,11 @@

{{name}}

Biography

portrait of Nicolaus Fuss

[...]

+ diff --git a/src/app/biography/biography.component.scss b/src/app/biography/biography.component.scss index 079c49a8..f2366364 100644 --- a/src/app/biography/biography.component.scss +++ b/src/app/biography/biography.component.scss @@ -6,6 +6,11 @@ height: 320px; width: auto; } + + .further-links { + list-style: none; + padding-inline-start: 0; + } } .biography::after {