Skip to content

Commit

Permalink
add johann III and jacob II bio
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Dec 10, 2023
1 parent 19c5edf commit 2022e92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/app/biography/biography.component.html
Expand Up @@ -176,6 +176,24 @@ <h2>Biography</h2>
</section>
</ng-container>

<ng-container *ngSwitchCase="'Johann III Bernoulli'">
<h1 *ngIf="name">{{name}}</h1>
<section class="biography">
<h2>Biography</h2>
<img src="assets/images/leibniz.jpeg" alt="portrait of Johann III Bernoulli">
<p>[...]</p>
</section>
</ng-container>

<ng-container *ngSwitchCase="'Jacob II Bernoulli'">
<h1 *ngIf="name">{{name}}</h1>
<section class="biography">
<h2>Biography</h2>
<img src="assets/images/leibniz.jpeg" alt="portrait of Jacob II Bernoulli">
<p>[...]</p>
</section>
</ng-container>

<ng-container *ngSwitchCase="'Jacob Hermann'">
<h1 *ngIf="name">{{name}}</h1>
<section class="biography">
Expand Down

0 comments on commit 2022e92

Please sign in to comment.