guams_homepage/about.html

27 lines
1006 B
HTML

<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<title>Guams</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta content="Guams" property="og:title"/>
<meta content="Hi, I'm Guams, a french developer. Here you can see my open source projects, my blog and more."
property="og:description"/>
<meta content="https://guams.fr" property="og:url"/>
<meta content="guams.fr/img/guams.gif" property="og:image"/>
<meta content="#d67d72" data-react-helmet="true" name="theme-color"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<main>
<nav>
<h1><a class="nav-item" href="/">Home</a></h1>
<h1><a class="nav-item" href="/about.html">About</a></h1>
</nav>
<a href="https://fish.golf"><img class="badge" title="frien :3" src="img/fishgolf.gif" alt="fishgolf"></a>
<div class="card" style="width: 62%"></div>
<h2>Work in progress...</h2>
</main>
</body>
</html>