-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (42 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Lorenzo Morini, Italian video game developer - Unity projects and C# programming.">
<link rel="icon" href="data/favicon.png" type="image/png">
<link href="https://fonts.cdnfonts.com/css/cascadia-code" rel="stylesheet">
<link rel="stylesheet" href="../../style.css">
<title>Lorenzo Morini - Portfolio</title>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
var mobileRegex = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|mobi/i;
if (mobileRegex.test(navigator.userAgent)) document.getElementById('instructions').textContent = 'Tap any image to learn more!';
});
</script>
</head>
<body>
<header>
<h1>Portfolio</h1>
<nav>
<a href="blog.html" id="blogLink" style="font-size: 18px; color: #71C4E8; text-decoration: none;">Switch to Blog</a>
</nav>
</header>
<section class="text-box">
<p>Hey there! I'm Lorenzo Morini, a videogame developer from Italy, working mostly with Unity.
Here you can check out my Game Dev projects and all the cool stuff I've been working on.
Hope you like what you see!</p>
<p id=instructions></p>
<section class="icon-box">
<a href="https://www.upwork.com/freelancers/~01067b5eb71db874ad" class="icon" target="_blank" rel="noopener noreferrer"><img src="data/upwork-icon.svg" alt="Upwork" /></a>
<a href="https://github.com/Morinaiz" class="social-icon" target="_blank" rel="noopener noreferrer"><img src="data/github-icon.svg" alt="Github" /></a>
<a href="https://twitter.com/Lore_Morini" class="social-icon" target="_blank" rel="noopener noreferrer"><img src="data/x-icon.svg" alt="Twitter (X)" /></a>
<a href="https://www.twitch.tv/lorenzogamedev" class="social-icon" target="_blank" rel="noopener noreferrer"><img src="data/twitch-icon.svg" alt="Twitch" /></a>
<a href="#" onclick="event.preventDefault()" id="shareButton" class="icon" target="_blank" rel="noopener noreferrer"><img src="data/share-icon.svg" alt="Share" /></a>
</section>
<script src="parameters-behaviour.js"></script>
</section>
<div id="gallery"></div>
<script src="gallery.js"></script>
</body>
</html>