-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·61 lines (51 loc) · 1.64 KB
/
index.html
File metadata and controls
executable file
·61 lines (51 loc) · 1.64 KB
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
---
layout: default
---
<header id="about-me">
<div class="card">
<div class="card-image">
<img src="../assets/snelli-me-ghibli.png"
style="width: 50%; height: auto;">
</div>
<div class="card-content">
<h2 class="name">{{ site.data.profile.name }}</h2>
<div class="motto">{{ site.data.profile.motto }}</div>
<p class="bio">{{ site.data.profile.bio }}</p>
</div>
</div>
</header>
<br>
<nav>
<!-- <a href="#about-me" class="subNavBtn active">About</a> -->
<a href="stuff-i-do.html" class="subNavBtn">Math</a>
<a href="#contacts" class="subNavBtn">Contacts</a>
<a href="teaching.html" class="subNavBtn">Teaching</a>
<a href="notes.html" class="subNavBtn">Notes</a>
</nav>
<footer>
<section id="contacts">
<div class="contact-container">
<div class="contact-map">
<iframe
src="https://maps.google.com/maps?q=Akadeemia+tee+15a,+Tallinn,+Estonia&hl=en&output=embed"
width="400"
height="250"
style="border:0;"
allowfullscreen=""
loading="lazy">
</iframe>
</div>
<div class="contact-info">
<h2>Contacts</h2>
<h5>Fosco G. Loregian</h5>
<ul>
<li><strong>📍 Address:</strong> Akadeemia tee 21B | 12618 Tallinn | Estonia 🇪🇪</li>
<li><strong>📧 Email:</strong> <a href="mailto:fosco.loregian@gmail.com">fosco.loregian@gmail.com</a></li>
<li><strong>📧 Email:</strong> <a href="mailto:folore@ttu.ee">folore@ttu.ee</a>
</li>
<li><strong>💻 GitHub:</strong> <a href="https://github.com/tetrapharmakon" target="_blank">tetrapharmakon</a></li>
</ul>
</div>
</div>
</section>
</footer>