fix: subtitle color
This commit is contained in:
parent
f222496429
commit
50c8cb051d
6 changed files with 8 additions and 2 deletions
34
html/about.html
Normal file
34
html/about.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ange DUHAYON</title>
|
||||
<link rel="stylesheet" href="style.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<a id="headerLink" href="/">Ange DUHAYON</a>
|
||||
<span id="headerSubtitle">DevOps</span>
|
||||
<span class="right" style="font-size: .4em;">Website heavily inspired from <a href="https://suckless.org" target="_blank" rel="noreferrer noopener">suckless.org</a></span>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<a href="/"><b>contact</b></a>
|
||||
<a href="/resume.html">resume</a>
|
||||
<a href="/about.html">about me</a>
|
||||
<span class="right">
|
||||
<a href="//git.gmoker.com/yw5n/">source</a>
|
||||
</span>
|
||||
</div>
|
||||
<div id="content">
|
||||
<!--
|
||||
<div id="nav">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
<div id="main">
|
||||
TODO
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue