V1 of my linktree

This commit is contained in:
2025-12-04 19:50:58 +01:00
parent ed93af4fd0
commit 7b1d5c8895
4 changed files with 621 additions and 103 deletions
+48 -26
View File
@@ -1,33 +1,55 @@
<!DOCTYPE html>
<html lang="fr">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linktree | Giovanni Josserand</title>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/stars.css" rel="stylesheet">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<link rel="icon" href="assets/images/logo.svg">
<title>Linktree | Giovanni-Josserand</title>
</head>
<body>
<div class="container">
<img class="profile-picture" src="" alt="Photo de profil">
<body>
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<h1 class="profile-name">Giovanni Josserand</h1>
<p class="description">Junior Developer in a 3 year bachelor in computer science</p>
<div class="links-container">
<div id="background_div">
<div class="page-full-wrap">
<h1 class="page-title">
Giovanni
<span class="highlight">Josserand</span>
</h1>
<a href="https://portfolio.josserand.ovh/" target="_blank" class="link-item">
<i class="fas fa-desktop icon-left"></i> Portfolio
</a>
<a href="https://github.com/Giovanni-Josserand" target="_blank" class="link-item">
<i class="fab fa-github icon-left"></i> GitHub
</a>
<a href="https://gitea.josserand.ovh/Giovanni-Josserand" target="_blank" class="link-item">
<i class="fas fa-code-branch icon-left"></i> Gitea
</a>
</div>
</div>
</body>
<div class="page-item-wrap">
<a target="_blank" class="page-item-each" href="https://portfolio.josserand.ovh/">
<img class="link-each-image" src="assets/images/logo.svg" alt="Portfolio"/>
<div class="item-text">
<span class="item-title">Portfolio</span>
<span class="item-subtitle">Explore my projects, IT skills and professional experiences</span>
</div>
</a>
</div>
<div class="page-item-wrap">
<a target="_blank" class="page-item-each" href="https://gitea.josserand.ovh/Giovanni-Josserand">
<img class="link-each-image" src="assets/images/gitea.png" alt="Gitea"/>
<div class="item-text">
<span class="item-title">Gitea</span>
<span class="item-subtitle">My self-hosted repository management server</span>
</div>
</a>
</div>
<div class="page-item-wrap">
<a target="_blank" class="page-item-each" href="https://github.com/Giovanni-Josserand">
<img class="link-each-image" src="assets/images/github.png" alt="GitHub"/>
<div class="item-text">
<span class="item-title">GitHub</span>
<span class="item-subtitle">My GitHub account for managing collaborative repositories</span>
</div>
</a>
</div>
</div>
</div>
</body>
</html>