--- /dev/null
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<g transform="translate(0.00630876,-0.00301984)">
+<path fill="#f7931a" d="m63.033,39.744c-4.274,17.143-21.637,27.576-38.782,23.301-17.138-4.274-27.571-21.638-23.295-38.78,4.272-17.145,21.635-27.579,38.775-23.305,17.144,4.274,27.576,21.64,23.302,38.784z"/>
+<path fill="#FFF" d="m46.103,27.444c0.637-4.258-2.605-6.547-7.038-8.074l1.438-5.768-3.511-0.875-1.4,5.616c-0.923-0.23-1.871-0.447-2.813-0.662l1.41-5.653-3.509-0.875-1.439,5.766c-0.764-0.174-1.514-0.346-2.242-0.527l0.004-0.018-4.842-1.209-0.934,3.75s2.605,0.597,2.55,0.634c1.422,0.355,1.679,1.296,1.636,2.042l-1.638,6.571c0.098,0.025,0.225,0.061,0.365,0.117-0.117-0.029-0.242-0.061-0.371-0.092l-2.296,9.205c-0.174,0.432-0.615,1.08-1.609,0.834,0.035,0.051-2.552-0.637-2.552-0.637l-1.743,4.019,4.569,1.139c0.85,0.213,1.683,0.436,2.503,0.646l-1.453,5.834,3.507,0.875,1.439-5.772c0.958,0.26,1.888,0.5,2.798,0.726l-1.434,5.745,3.511,0.875,1.453-5.823c5.987,1.133,10.489,0.676,12.384-4.739,1.527-4.36-0.076-6.875-3.226-8.515,2.294-0.529,4.022-2.038,4.483-5.155zm-8.022,11.249c-1.085,4.36-8.426,2.003-10.806,1.412l1.928-7.729c2.38,0.594,10.012,1.77,8.878,6.317zm1.086-11.312c-0.99,3.966-7.1,1.951-9.082,1.457l1.748-7.01c1.982,0.494,8.365,1.416,7.334,5.553z"/>
+</g>
+</svg>
\ No newline at end of file
<html lang="en_US">
<head>
<meta charset="UTF-8">
- <title>This is Entropealabs</title>
+ <title>Entropealabs</title>
<meta name="robots" content="index,follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
}
div#content{
margin: auto;
- width: 400px;
+ max-width: 650px;
padding: 25px;
background-color: #ffffff11;
border-radius: 13px;
a{
color: inherit;
}
- h1 {
- margin-top: 0;
- color: #322514;
+
+ img.logo{
+ width: 100%;
}
- h2 {
- color: #F6D8B6;
+
+ .links{
+ margin-top: 33px;
+ margin-bottom: 33px;
+ font-size: 1em;
+ width: 100%;
+ text-align:center;
}
- h3 {
- color: #FFA98B;
+
+ .quote{
+ width: 100%;
+ text-align: center;
}
- h4 {
- color: #CD654C;
+
+ .links > span img{
+ width: 2em;
+ margin-right: 11px;
+ vertical-align: middle;
}
+
</style>
</head>
<body>
<div id="content">
- <h1>This is Entropealabs.</h1>
- <h2>I am Christopher Coté</h2>
- <h3>I write code <a href='https://gitlab.com/entropealabs'>here</a> and <a href='https://github.com/entropealabs'>here</a></h3>
- <h4>Sometimes I <a href="https://twitter.com/entropealab">tweet</a> and <a rel="me" href="https://mastodon.social/@entropealabs">toot</a></h4>
- <h4>I enjoy <a href="https://media.entropealabs.com">photography</a> as well</h4>
- <cite>Technology, sustainability and food, not always in that order</cite>
+ <img class="logo" src="images/logo2.png" />
+ <div class="links">
+ <span class="gitlab"><a href="https://gitlab.com/entropealabs"><img class="icon" src="images/gitlab.png"/></a></span>
+ <span class="github"><a href="https://github.com/entropealabs"><img class="icon" src="images/github.png"/></a></span>
+ <span class="fediverse"><a rel="me" href="https://mastodon.social/@entropealabs"><img class="icon" src="images/fediverse.png"/></a></span>
+ <span class="nostr"><a href="https://nostr.band/npub1urcqtqah35v3x4akj2ccchstvmvjy07tps249andq7ujv2qp0f6q8vw5eg"><img class="icon" src="images/nostr.png"/></a></span>
+ <span class="photography"><a href="https://media.entropealabs.com"><img class="icon" src="images/photography.png"/></a></span>
+ <span class="btc"><a href="https://mempool.space/address/bc1qkw20auxlhr8e65w4r6uf3jg5uw5rpadpf5q8ch"><img class="icon" src="images/btc-logo.png" alt="bc1qkw20auxlhr8e65w4r6uf3jg5uw5rpadpf5q8ch"/></a></span>
+ <span class="gpg"><a href="chris.gpg"><img class="icon" src="images/gcr-gnupg.png" alt="Public Key"/></a></span>
+ </div>
+ <div class="quote">
+ <cite>Technology, sustainability and food, not always in that order</cite>
+ </div>
</div>
</body>
</html>