LeitaoMD on Nostr: <!DOCTYPE html> <html> <head> <title>My Linktree</title> <style> body { font-family: ...
<!DOCTYPE html>
<html>
<head>
<title>My Linktree</title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(to bottom, #301934, black);
height: 100%;
text-align: center;
color: #fff;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
color: #fff;
}
h1 {
color: #fff;
font-size: 60px;
}
.profile-image {
border-radius: 50%;
width: 300px;
height: 300px;
margin: 20px auto;
margin-top: 50px;
}
.profile-description {
margin-bottom: 20px;
font-size: 40px;
margin-left: 200px;
margin-right: 200px;
}
.links-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 800px;
margin: 0 auto;
height: 600px;
}
.link-item {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: 600px;
height: 200px;
margin: 30px;
padding: 10px;
background-color: #F2A900;
border-radius: 10px;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
font-size: 40px;
text-decoration: none;
color: white;
font-weight: bold;
}
.link-item a {
color: #fff;
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
}
.link-item a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<img class="profile-image" src="https://nostr.build/i/0d641751bbcf6c9842dc30f748d9506962edfa19eb762e7bcdf9f304de1b9b71.jpg"; alt="Profile Image">
<h1>LeitaoMD</h1>
<div class="profile-description">
<p>Bitcoin evangelist, global citizen, proud father, physician. Believes in the power of decentralized systems to revolutionize the world.</p>
</div>
<div class="links-container">
<a class="link-item" href="https://snort.social/npub19smsy635r2a2f2xc4zlq6rcnx00l8dnnnpvd26xmpjmzjswwn9zs5tj68c">
Nostr
</a>
<a class="link-item" href="⚡leitaomd@getalby.com">
LN Address
</a>
<a class="link-item" href="https://instagram.com/leitaomd">
Instagram
</a>
<a class="link-item" href="https://twitter.com/atilaleitao">
Twitter
</a>
</div>
</body>
</html>
<html>
<head>
<title>My Linktree</title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(to bottom, #301934, black);
height: 100%;
text-align: center;
color: #fff;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
color: #fff;
}
h1 {
color: #fff;
font-size: 60px;
}
.profile-image {
border-radius: 50%;
width: 300px;
height: 300px;
margin: 20px auto;
margin-top: 50px;
}
.profile-description {
margin-bottom: 20px;
font-size: 40px;
margin-left: 200px;
margin-right: 200px;
}
.links-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 800px;
margin: 0 auto;
height: 600px;
}
.link-item {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: 600px;
height: 200px;
margin: 30px;
padding: 10px;
background-color: #F2A900;
border-radius: 10px;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
font-size: 40px;
text-decoration: none;
color: white;
font-weight: bold;
}
.link-item a {
color: #fff;
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
}
.link-item a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<img class="profile-image" src="https://nostr.build/i/0d641751bbcf6c9842dc30f748d9506962edfa19eb762e7bcdf9f304de1b9b71.jpg"; alt="Profile Image">
<h1>LeitaoMD</h1>
<div class="profile-description">
<p>Bitcoin evangelist, global citizen, proud father, physician. Believes in the power of decentralized systems to revolutionize the world.</p>
</div>
<div class="links-container">
<a class="link-item" href="https://snort.social/npub19smsy635r2a2f2xc4zlq6rcnx00l8dnnnpvd26xmpjmzjswwn9zs5tj68c">
Nostr
</a>
<a class="link-item" href="⚡leitaomd@getalby.com">
LN Address
</a>
<a class="link-item" href="https://instagram.com/leitaomd">
</a>
<a class="link-item" href="https://twitter.com/atilaleitao">
</a>
</div>
</body>
</html>