add a visual base of the website
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<img class="profile-picture" src="" alt="Photo de profil">
|
||||
|
||||
<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">
|
||||
|
||||
<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>
|
||||
</html>
|
||||
Reference in New Issue
Block a user