-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (47 loc) · 1.58 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Welcome!</title>
<metadata charset="UTF-8">
<metadata name="description"
content="Webpage with some codes developed by Cristofer Costa">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<div class="wrapper">
<header>
<h1 class="first"><a href="https://eu-cristofer.github.io">Cristofer</a></h1>
<p class="justify">Hi, this is my personal page.</p>
</header>
<section>
<h1>Welcome</h1>
<nav>
<a href="https://eu-cristofer.github.io/vba-pump-performance"
target="_blank">VBA Pump Performance</a>
<span> / </span>
<a href="https://github.com/eu-cristofer"
target="_blank">my GitHub</a>
</nav>
<p>In the links above you can find details of the projects I'm engaged with.</p>
<h2 class="subsection">Research goals</h2>
<p>Fields of interest:</p>
<ul>
<li>Turbomachinery</li>
<li>Performance</li>
<li>Vibration</li>
<li>Source inspection</li>
<li>Python programming</li>
</ul>
</section>
<footer>
<hr>
<p>Cristofer Costa</p>
<a href="mailto:cristofercosta@yahoo.com.br">cristofercosta@yahoo.com.br</a>
</footer>
</div>
</body>
</html>