-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Riccardo Massidda</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
<script src="js/obfuscation.js" defer></script>
<script>
document.addEventListener("DOMContentLoaded", function(){
replace_address(document.getElementById('hidden_a'));
})
</script>
</head>
<body>
<div class="container">
<div class="row gx-5">
<div class="col-12">
<p class="mt-5"><span class="emoji">👋</span> Hey!</p>
<p class="mt-3"><span class="emoji">🎓</span> For research stuff,
you can visit my
<a href="https://pages.di.unipi.it/massidda">academic profile</a>.
</p>
<p class="mt-3"><span class="emoji">📮</span> Otherwise, reach me out at <a href="mailto:contact (at) thisdomain.it" id="hidden_a">contact (at) thisdomain.it</a>.</p>
</div>
</div>
</div>
</body>
</html>