Add file
This commit is contained in:
commit
938ad66256
35
about.html
Normal file
35
about.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About Tiff</title>
|
||||
<style>
|
||||
.wrapper {
|
||||
display: flex;
|
||||
margin-bottom: 30%;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.wrapper > * {
|
||||
padding: 10px;
|
||||
flex: 1 100%;
|
||||
}
|
||||
|
||||
h1, p {
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<h1>
|
||||
So you wanna know more, eh?
|
||||
</h1>
|
||||
<p>Hi, my name is Tiffany. I used to be a frontend developer at ICF and a software engineer at <a href="https://calaxy.com">Calaxy</a>. I'm currently
|
||||
forcibly retired and <a href="https://homelab.tiff.tools">hacking on DevOps</a> and <a href="https://codeberg.org/tiff">small code projects</a>. I also enjoy tinkering with DIY electronics and electronics repair.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user