mywebsite/index.html

61 lines
2.3 KiB
HTML

<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Homepage</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Ahmed" />
<meta name="description" content="Ahmed's Blog" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="/css/main.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<a class="home-text" href="/index.html">Home </a> -
<a class="browse-text" href="/pages/browse.html">Browse</a> -
<a class="info-text" href="/pages/info.html">Info</a>
<a href="/rss.xml">
<img alt="rss feed" class="rss-image" src="images/rss.png" width="30" height="30">
</a>
<a href="https://github.com/9ahmed/mybloge">
<img alt="github" class="github-image" src="/images/github.svg" width="27" height="27">
</a>
<hr/>
</header>
<!--main blog title---------------------->
<div class="title-main">Latest posts</div>
<!--------------------------------------->
<ul class="post-title">
<a class="idk" href="/posts/bruh-bruh.html">My Lenovo Thinkpad X200</a>
</ul>
<p class="blog-context">
My Thinkpad has a fully open source bios with all free firmware. I am using a free FSF verified distro of GNU/Linux-libre called Trisquel on which i am using a fully encrypted SSD. Here is how that looks!
</p>
<ul class="post-title">
<a class="idk" href="#" >A work in progress...</a>
</ul>
<p class="blog-context">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.(filler text)
</p>
<ul class="post-title">
<a class="idk" href="#">No text so far</a>
</ul>
<p class="blog-context">
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia
animi, id est laborum et dolorum fuga.(filler text)
</p>
</body>
</html>