Added call to mycss.css

Started putting things in row and columns
This commit is contained in:
Russell R. 2020-07-28 15:26:15 +00:00
parent fde96ef75e
commit e2d972884f
1 changed files with 20 additions and 10 deletions

View File

@ -9,28 +9,38 @@
<meta name="theme-color" content="#00cc00">
<title><?=$user?>~tilde.team</title>
<link rel="stylesheet" type="text/css" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" type="text/css" href="https://drwasabi.tilde.team/mycss.css">
</head>
<body>
<div class="container">
<div class="page-header">
<div class="pull-right">
<p><a href="https://tilde.team/">&lt;- back to tilde.team</a></p>
</div><img src="Dr-WaSaBi-med-Avatar.png" class="img-fluid ${3|rounded-top,rounded-right,rounded-bottom,rounded-left,rounded-circle,|} " alt="When sentiant wasabi goes bad" width=200" height="200">
</div>
<img src="Dr-WaSaBi-med-Avatar.png" class="img-fluid ${3|rounded-top,rounded-right,rounded-bottom,rounded-left,rounded-circle,|} " alt="When sentiant wasabi goes bad" width=200" height="200">
<h1><strong>Dr. WaSaBi</strong></h1>
</div>
<h2>Welcome to the evil lair of Dr-WaSaBi</h2>
<p>What happens when WaSaBi becomes sentient... and goes BAD</p>
<p>If you must, you can email me <a href="mailto:drwasabi@tilde.team">drwasabi@tilde.team</a> </p>
<h3>Current Evil Projects:</h3>
<ul>
<li>Setting up this web page</li>
<li>Learning Golang</li>
<li>My gitea</li>
<li>Gopher and Gemini pages</li>
</ul>
<div class="row">
<div class="column">
<p>So, here I'll try to list all the things I'm into, and or working on.</p>
</div>
<div class="column">
<ul>
<li>Setting up this web page. Learning HTML and CSS.</li>
<li>Learning Golang.</li>
<li>My gitea</li>
<li>Gopher and Gemini pages</li>
<li>dotenv repo</li>
<li>VS Code</li>
<li>WSL/2 and Docker</li>
</ul>
</div>
</div>
<p>You may want to read: <a href="https://tilde.team/wiki/?page=getting-started">How to ~tilde: Getting Started</a> for help.</p>