-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5e424b
commit 60165b0
Showing
2 changed files
with
474 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
|
||
<!-- Enable responsiveness on mobile devices--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
<meta name="description" content="Somewhat updated list of C++, Qt and KDE bits" /> | ||
|
||
|
||
<title>Tomaz Canabrava Ramblings</title> | ||
|
||
|
||
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://tcanabrava.github.io/atom.xml"> | ||
|
||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js"></script> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://tcanabrava.github.io/site.css"> | ||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<div id="mobile-navbar" class="mobile-navbar"> | ||
<div class="mobile-header-logo"> | ||
<a href="/" class="logo">Tomaz Canabrava Ramblings</a> | ||
</div> | ||
<div class="mobile-navbar-icon icon-out"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</div> | ||
</div> | ||
|
||
<nav id="mobile-menu" class="mobile-menu slideout-menu slideout-menu-left"> | ||
<ul class="mobile-menu-list"> | ||
|
||
<li class="mobile-menu-item"> | ||
<a href="https://tcanabrava.github.io"> | ||
Home | ||
</a> | ||
</li> | ||
|
||
<li class="mobile-menu-item"> | ||
<a href="https://tcanabrava.github.io/categories"> | ||
Categories | ||
</a> | ||
</li> | ||
|
||
<li class="mobile-menu-item"> | ||
<a href="https://tcanabrava.github.io/tags"> | ||
Tags | ||
</a> | ||
</li> | ||
|
||
<li class="mobile-menu-item"> | ||
<a href="https://tcanabrava.github.io/about"> | ||
About | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</nav> | ||
|
||
<header id="header"> | ||
<div class="logo"><a href="https://tcanabrava.github.io">Tomaz Canabrava Ramblings</a></div> | ||
<nav class="menu"> | ||
<ul> | ||
|
||
<li> | ||
<a href="https://tcanabrava.github.io"> | ||
Home | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://tcanabrava.github.io/categories"> | ||
Categories | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://tcanabrava.github.io/tags"> | ||
Tags | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://tcanabrava.github.io/about"> | ||
About | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
<div class="content" id="mobile-panel"> | ||
|
||
<div class="posts"> | ||
|
||
<article class="post"> | ||
|
||
<header class="post__header"> | ||
<h1 class="post__title"> | ||
<a href="https://tcanabrava.github.io/hello-new-konsole/">Hello new Konsole</a> | ||
</h1> | ||
<div class="post__meta"> | ||
<span class="post__time">2019-06-05</span> | ||
|
||
</div> | ||
</header> | ||
|
||
<div class="post__summary"> | ||
<p>Konsole has been ready for many many years, and got almost 10 years without anything really exciting being added, mostly because the software is ready, why should we modify something that works to add experimental features?</p> | ||
|
||
</div> | ||
<div class="read-more"> | ||
<a href="https://tcanabrava.github.io/hello-new-konsole/">Read more...</a> | ||
</div> | ||
</article> | ||
|
||
</div> | ||
<nav class="pagination"> | ||
|
||
<a class="previous" href="https://tcanabrava.github.io/">‹ Previous</a> | ||
|
||
|
||
</nav> | ||
|
||
</div> | ||
</main> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<script type="text/javascript" src="https://tcanabrava.github.io/even.js" ></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.