Created
October 18, 2024 09:47
-
-
Save rnjailamba/5afc731b242660fcc5a3e3dbeb622536 to your computer and use it in GitHub Desktop.
Basic website inspired by https://nat.org/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html style><!-- | |
--><meta charset=utf-8> | |
<meta name=description content="Personal Website"> | |
<meta name=twitter:card content=summary> | |
<meta name=twitter:site content=@twitter_user_name> | |
<meta name=viewport content="width=device-width, initial-scale=1.0"> | |
<link rel=canonical href=http://personalwebsite.com/> | |
<style>body{line-height:1.4;font-size:16px;padding:0 10px;margin:50px auto;max-width:650px}#maincontent{max-width:42em;margin:15 auto}</style> | |
<title>Name</title> | |
<style id=ctre_styles>@media (prefers-color-scheme:dark){}</style><meta name=referrer content=no-referrer><meta http-equiv=content-security-policy content="default-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'unsafe-inline'; media-src 'self' data:; script-src 'unsafe-inline' data:; object-src 'self' data:; frame-src 'self' data:;"><style>img[src="data:,"],source[src="data:,"]{display:none!important}</style></head> | |
<body> | |
<div id=maincontent style=margin-top:70px> | |
<h2>Name</h2> | |
<p>I'm an a, b, c.</p> | |
Some things about me: | |
<ul> | |
<li>Grew up on earth</li> | |
</ul> | |
Some things I believe: | |
<ul> | |
<li>A</li> | |
<ul> | |
<li>B</li> | |
<li>C</li> | |
</ul> | |
<li>A</li> | |
<ul> | |
<li>B</li> | |
<li>C</li> | |
</ul> | |
</ul> | |
Call out: | |
<ul> | |
<li>My current areas of interest are A, B, C</li> | |
<li>I do x</li> | |
<li>You can email me</li> | |
</ul> | |
I've done A, B, C amazing things. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment