mywebsite/index.html

70 lines
3.0 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>
<!---navbars-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<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 class="rss-image" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn1.iconfinder.com%2Fdata%2Ficons%2Fsimple-icons%2F2048%2Frss-2048-black.png&f=1&nofb=1" width="30" height="30">
</a>
<a href="https://github.com/9ahmed/mybloge">
<img class="github-image" src="/images/github.svg" width="27" height="26.4">
</a>
<hr/>
</header>
<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<!--main blog title---------------------->
<div class="title-main">Latest posts</div>
<!--------------------------------------->
<li class="post-title">
<a href="/posts/try-thunderbird.html">Just use Thunderbird!</a>
</li>
<p class="blog-context">
Lets talk about how you can optimize your life. Today i will be telling you why it is a smart choice to use Thunderbird. Mozilla Thunderbird is a free and open-source cross-platform email client, personal information manager, news client, RSS and chat
client developed by the Mozilla Foundation. (full post coming coon!)
</p>
<li class="post-title">
<a href="#">A work in progress...</a>
</li>
<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>
<li class="post-title">
<a href="#">No text so far</a>
</li>
<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>
</main>
<div>
</body>
</html>