Skip to content

Commit

Permalink
add portrait images and display on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Dec 12, 2023
1 parent 3bc3a55 commit 89d6ca4
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/app/landing-page/landing-page.component.html
Expand Up @@ -31,51 +31,51 @@ <h3>Mathematicians from Basel</h3>
<ul>
<li (click)="openBiography('Jacob I Bernoulli')">
<h4>Jacob I Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Jacob I Bernoulli">
<img src="assets/images/jacob-I-bernoulli.jpg" alt="portrait of Jacob I Bernoulli">
</li>
<li (click)="openBiography('Johann I Bernoulli')">
<h4>Johann I Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Johann I Bernoulli">
<img src="assets/images/johann-I-bernoulli.jpg" alt="portrait of Johann I Bernoulli">
</li>
<li (click)="openBiography('Nicolaus I Bernoulli')">
<h4>Nicolaus I Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Nicolaus I Bernoulli">
<img src="assets/images/placeholder.jpg" alt="placeholder portrait for Nicolaus I Bernoulli">
</li>
<li (click)="openBiography('Nicolaus II Bernoulli')">
<h4>Nicolaus II Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Nicolaus II Bernoulli">
<img src="assets/images/nicolaus-II-bernoulli.jpg" alt="portrait of Nicolaus II Bernoulli">
</li>
<li (click)="openBiography('Daniel I Bernoulli')">
<h4>Daniel I Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Daniel Bernoulli">
<img src="assets/images/daniel-bernoulli.jpg" alt="portrait of Daniel Bernoulli">
</li>
<li (click)="openBiography('Johann II Bernoulli')">
<h4>Johann II Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Johann II Bernoulli">
<img src="assets/images/johann-II-bernoulli.jpg" alt="portrait of Johann II Bernoulli">
</li>
<li (click)="openBiography('Johann III Bernoulli')">
<h4>Johann III Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Johann III Bernoulli">
<img src="assets/images/johann-III-bernoulli.jpg" alt="portrait of Johann III Bernoulli">
</li>
<li (click)="openBiography('Jacob II Bernoulli')">
<h4>Jacob II Bernoulli</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Jacob II Bernoulli">
<img src="assets/images/jacob-II-bernoulli.jpg" alt="portrait of Jacob II Bernoulli">
</li>
<li (click)="openBiography('Jacob Hermann')">
<h4>Jacob Hermann</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Jacob Hermann">
<img src="assets/images/jacob-hermann.jpg" alt="portrait of Jacob Hermann">
</li>
<li (click)="openBiography('Leonhard Euler')">
<h4>Leonhard Euler</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Leonhard Euler">
<img src="assets/images/leonhard-euler.jpg" alt="portrait of Leonhard Euler">
</li>
<li (click)="openBiography('Johann Albrecht Euler')">
<h4>Johann Albrecht Euler</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Johann Albrecht Euler">
<img src="assets/images/johann-albrecht-euler.jpg" alt="portrait of Johann Albrecht Euler">
</li>
<li (click)="openBiography('Nicolaus Fuss')">
<h4>Nicolaus Fuss</h4>
<img src="assets/images/leibniz.jpeg" alt="portrait of Nicolaus Fuss">
<img src="assets/images/nicolaus-fuss.jpg" alt="portrait of Nicolaus Fuss">
</li>
</ul>
</section>
Expand Down
Binary file added src/assets/images/daniel-bernoulli.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/jacob-I-bernoulli.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/jacob-II-bernoulli.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/jacob-hermann.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/johann-I-bernoulli.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/johann-II-bernoulli.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/johann-III-bernoulli.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/johann-albrecht-euler.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/leonhard-euler.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/nicolaus-II-bernoulli.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/nicolaus-fuss.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/placeholder.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89d6ca4

Please sign in to comment.