You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.6 KiB
55 lines
1.6 KiB
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title></title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<meta name="description" content="">
|
|
|
|
<meta property="og:title" content="">
|
|
<meta property="og:type" content="">
|
|
<meta property="og:url" content="">
|
|
<meta property="og:image" content="">
|
|
|
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
|
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
|
<link rel="apple-touch-icon" href="icon.png">
|
|
|
|
<link rel="manifest" href="site.webmanifest">
|
|
<meta name="theme-color" content="#fafafa">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Portefolio</h1>
|
|
<div class="container">
|
|
<section class="sidebar">
|
|
<figure class="backimgid">
|
|
<img src="/img/photo_id.JPG" alt="Photo de profil">
|
|
</figure>
|
|
<h3>Roxane Rossetto</h3>
|
|
<p id="titlejob">Alternante développeuse </p>
|
|
<ul>
|
|
<li><a href="https://codefirst.iut.uca.fr/git/roxane.rossetto">GitHub</a></li>
|
|
<li><a href="https://fr.linkedin.com/in/roxane-rossetto-3b9158211">LinkedIn</a></li>
|
|
<li><a href="mailto:roxane.rossetto@gmail.com">Email</a></li>
|
|
</ul>
|
|
</section>
|
|
<section class="main-content">
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#a-propos">À Propos</a></li>
|
|
<li><a href="#cv">CV</a></li>
|
|
<li><a href="#projets">Projets</a></li>
|
|
<li><a href="#experience">Expérience</a></li>
|
|
</ul>
|
|
</nav>
|
|
<section id="a-propos">
|
|
<h2>À Propos de Moi</h2>
|
|
<p>blablabla pour l'instant</p>
|
|
</section>
|
|
</body>
|
|
|
|
</html>
|