-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="eng">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="stylesheet" href="styles.css">
<title> Francesco's page </title>
</head>
<body class="background-site">
<header class="nav-bar">
<figure>
<div class="logo"></div>
</figure>
<ul class="link-bar">
<li>Home</li>
<li>About</li>
<li>Contact</li>
</ul>
</header>
<main class="main-content">
<section class="inner card bar">
<section>
<div class="greek-blend">
</div>
<div class="content">
<p> My current research focuses on the intricate relationships between mineral structures and their physical properties. Working under the guidance of Dr. Joshua Franz Einsle, I employ cutting-edge materials science characterization techniques, such as multiscale tomography, scanning transmission electron microscopy, and atom probe tomography. These methods, coupled with machine learning algorithms, allow me to delve into the complexities of mineral phase relationships and their implications.</p>
</div>
</section>
</section>
</main>
<footer class="footer"></footer>
</body>
</html>