Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepideh Alassi committed Jan 17, 2024
1 parent c0567ab commit 01fc52a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
5 changes: 2 additions & 3 deletions src/app/contact/contact.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<button mat-stroked-button class="previousBtn" (click)="location.back()">
<mat-icon>arrow_back</mat-icon>Previous
</button>

</div>

<div class="main-content">>
<div class="main-content">
<section class="text">
<h2 class="mat-headline-5">Contact for Technical Questions:</h2>

Expand All @@ -30,7 +29,7 @@ <h2 class="mat-headline-5">Contact for Technical Questions:</h2>
<section class="links">
<h2 class="mat-headline-5">Github</h2>
In case of a technical problem, please feel free to create an issue on our
<a href="https://github.com/dhlab-basel/beol" target="_blank">GitHub repo</a>.
<a href="https://github.com/dhlab-basel/beol" target="_blank">GitHub repository</a>.
</section>


Expand Down
26 changes: 8 additions & 18 deletions src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
<div class="full-size scroll-y-only">
<div class="main-content without-sidebar">

<section>
<h1>Bernoulli Euler Digital</h1>
<p>
<div class="sidebar">

<a href="/about">About</a>
</div>
<div class="main-content">

The Bernoulli-Euler Digital represents a notable expansion of the
<a target="_blank" href="https://bez.unibas.ch/de/projekte/bernoulli-euler-online/">Bernoulli-Euler Online (BEOL)</a> project.
This platform serves as a dedicated research hub, focusing on the
exploration of early modern mathematics and science. Its primary objective is to
seamlessly integrate the extensive works and correspondences of the prominent members of the
Bernoulli dynasty and the influential mathematician Leonhard Euler.
</p>
<a href="/about">Read more</a>
<section>
<h1 style="font-size:50px; font-family: 'Times New Roman'">Bernoulli Euler Digital</h1>
</section>

<mat-divider></mat-divider>

<section class="biographies">
<h3>Mathematicians from Basel</h3>
<ul>
<li (click)="openBiography('Jacob I Bernoulli')">
<h4>Jacob I <br>Bernoulli</h4>
Expand Down Expand Up @@ -75,7 +65,7 @@ <h4>Nicolaus <br>Fuss</h4>
<mat-divider></mat-divider>

<section class="third-party-projects">
<h3>Third Party Projects</h3>
<h3 style="font-size:35px; font-family: 'Times New Roman'">Third Party Projects</h3>
<p>
Bernoulli-Euler Digital is connected to the repositories of <a href="http://www.newtonproject.ox.ac.uk/">The Newton Project</a>
and the <a href="http://leibniz-briefportal.adw-goe.de/start">Briefportal Leibniz</a> initiating the formation
Expand All @@ -96,7 +86,7 @@ <h4>{{leibniz.description}}</h4>
<mat-divider></mat-divider>

<section>
<h3>Visualizations</h3>
<h3 style="font-size:35px; font-family: 'Times New Roman'">Visualizations</h3>
<p>The correspondence data included in this platform are visualized as interactive 3D force-directed graphs which
are also available in WebVR format. You can explore the correspondence network interactively
<a target="_blank" href="https://vis.beol.dasch.swiss/">here</a>.
Expand Down
3 changes: 3 additions & 0 deletions src/assets/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ td.center {
text-align: center;
}

h1 {
text-align: center;
}
.fraktur {
font-family: LeipzigFraktur;
}
Expand Down

0 comments on commit 01fc52a

Please sign in to comment.