Skip to content

Commit

Permalink
eliminate inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Jan 23, 2024
1 parent 4c718e0 commit 17a1c11
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/biography/biography.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h2>Biography</h2>
made significant contributions to almost all areas of mathematics and physics: the areas he
deeply influenced include, to cite just a few, analysis—a field that he virtually founded—number
theory, geometry, the emerging area of topology, dynamics, and optics. Euler's vast impact on
science also extends to the introduction, in his textbooks, of many elements of modern mathematical terminology and notation. </p>
science also extends to the introduction, in his textbooks, of many elements of modern mathematical terminology and notation.</p>
</section>

<mat-divider></mat-divider>
Expand Down
9 changes: 4 additions & 5 deletions src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<div class="full-size scroll-y-only">
<div class="sidebar">

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

<section>
<h1 style="font-size:50px; font-family: 'Times New Roman'">Bernoulli Euler Digital</h1>
<h1>Bernoulli Euler Digital</h1>
<p>
The Bernoulli-Euler Digital represents a notable expansion of the
<a target="_blank" href="https://app.dasch.swiss/project/yTerZGyxjZVqFMNNKXCDPF">Bernoulli-Euler Online (BEOL)</a> project.
Expand Down Expand Up @@ -72,7 +71,7 @@ <h4>Nicolaus <br>Fuss</h4>
<mat-divider></mat-divider>

<section class="third-party-projects">
<h3 style="font-size:35px; font-family: 'Times New Roman'">Third Party Projects</h3>
<h3>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 @@ -92,8 +91,8 @@ <h4>{{leibniz.description}}</h4>

<mat-divider></mat-divider>

<section>
<h3 style="font-size:35px; font-family: 'Times New Roman'">Visualizations</h3>
<section class="visualizations">
<h3>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
10 changes: 10 additions & 0 deletions src/app/landing-page/landing-page.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
section {
padding: 24px 0 48px 0;

h1 {
font-size: 50px;
font-family: 'Times New Roman';
}
}

.third-party-projects h3, .visualizations h3 {
font-size:35px;
font-family: 'Times New Roman';
}

.biographies {
Expand Down

0 comments on commit 17a1c11

Please sign in to comment.