-
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
Showing
122 changed files
with
13,802 additions
and
12,969 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 |
---|---|---|
@@ -1,140 +1,144 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml"> | ||
<head> | ||
<title>Archives - Maciej's Dev Blog</title> | ||
<!-- Using the latest rendering mode for IE --> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
|
||
<meta name="author" content="Maciej Wal" /> | ||
|
||
<!-- Open Graph tags --> | ||
<meta property="og:site_name" content="Maciej's Dev Blog" /> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:title" content="Maciej's Dev Blog"/> | ||
<meta property="og:url" content=""/> | ||
<meta property="og:description" content="Maciej's Dev Blog"/> | ||
|
||
|
||
|
||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="/theme/css/bootstrap.simplex.min.css" type="text/css"/> | ||
<link href="/theme/css/font-awesome.min.css" rel="stylesheet"> | ||
|
||
<link href="/theme/css/pygments/monokai.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/theme/css/style.css" type="text/css"/> | ||
|
||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a href="/" class="navbar-brand"> | ||
Maciej's Dev Blog </a> | ||
</div> | ||
<div class="collapse navbar-collapse navbar-ex1-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="/pages/about/"> | ||
About | ||
</a></li> | ||
<li><a href="/pages/resume/"> | ||
Resume | ||
</a></li> | ||
<li > | ||
<a href="/category/blog">Blog</a> | ||
</li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
</div> <!-- /.navbar --> | ||
|
||
<!-- Banner --> | ||
<!-- End Banner --> | ||
|
||
<!-- Content Container --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-9"> | ||
<section id="content"> | ||
<h1>Archives for Maciej's Dev Blog</h1> | ||
<div id="archives"> | ||
<p> | ||
<span class="categories-timestamp"><time datetime="2024-03-25T10:43:00-06:00">Mon 25 March 2024</time></span> | ||
<a href="/articles/2024/03/25/introducing-ubiquitous-cube-game/">Introducing Ubiquitous Cube Game</a> | ||
</p> | ||
<p> | ||
<span class="categories-timestamp"><time datetime="2024-03-24T22:37:00-06:00">Sun 24 March 2024</time></span> | ||
<a href="/articles/2024/03/24/retrospective-vehiclemanager/">Retrospective: vehiclemanager</a> | ||
</p> | ||
<p> | ||
<span class="categories-timestamp"><time datetime="2024-03-24T20:19:00-06:00">Sun 24 March 2024</time></span> | ||
<a href="/articles/2024/03/24/first-post/">First Post</a> | ||
</p> | ||
</div> | ||
</section> | ||
</div> | ||
<div class="col-sm-3" id="sidebar"> | ||
<aside> | ||
<!-- Sidebar --> | ||
<section class="well well-sm"> | ||
<ul class="list-group list-group-flush"> | ||
|
||
<!-- Sidebar/Social --> | ||
<li class="list-group-item"> | ||
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4> | ||
<ul class="list-group" id="social"> | ||
<li class="list-group-item"><a href="https://github.com/Xata"><i class="fa fa-github-square fa-lg"></i> Github</a></li> | ||
<li class="list-group-item"><a href="https://www.linkedin.com/in/maciejwal/"><i class="fa fa-linkedin-square fa-lg"></i> LinkedIn</a></li> | ||
</ul> | ||
</li> | ||
<!-- End Sidebar/Social --> | ||
</ul> | ||
</section> | ||
<!-- End Sidebar --> </aside> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Content Container --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<hr> | ||
<div class="row"> | ||
<div class="col-xs-10">© 2024 Maciej Wal | ||
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>, | ||
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>, | ||
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div> | ||
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="/theme/js/jquery.min.js"></script> | ||
|
||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="/theme/js/bootstrap.min.js"></script> | ||
|
||
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> | ||
<script src="/theme/js/respond.min.js"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
<!DOCTYPE html> | ||
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml"> | ||
<head> | ||
<title>Archives - Maciej's Dev Blog</title> | ||
<!-- Using the latest rendering mode for IE --> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
|
||
<meta name="author" content="Maciej Wal" /> | ||
|
||
<!-- Open Graph tags --> | ||
<meta property="og:site_name" content="Maciej's Dev Blog" /> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:title" content="Maciej's Dev Blog"/> | ||
<meta property="og:url" content=""/> | ||
<meta property="og:description" content="Maciej's Dev Blog"/> | ||
|
||
|
||
|
||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="/theme/css/bootstrap.simplex.min.css" type="text/css"/> | ||
<link href="/theme/css/font-awesome.min.css" rel="stylesheet"> | ||
|
||
<link href="/theme/css/pygments/monokai.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/theme/css/style.css" type="text/css"/> | ||
|
||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a href="/" class="navbar-brand"> | ||
Maciej's Dev Blog </a> | ||
</div> | ||
<div class="collapse navbar-collapse navbar-ex1-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="/pages/about/"> | ||
About | ||
</a></li> | ||
<li><a href="/pages/resume/"> | ||
Resume | ||
</a></li> | ||
<li > | ||
<a href="/category/blog">Blog</a> | ||
</li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
</div> <!-- /.navbar --> | ||
|
||
<!-- Banner --> | ||
<!-- End Banner --> | ||
|
||
<!-- Content Container --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-9"> | ||
<section id="content"> | ||
<h1>Archives for Maciej's Dev Blog</h1> | ||
<div id="archives"> | ||
<p> | ||
<span class="categories-timestamp"><time datetime="2024-04-01T12:37:00-06:00">Mon 01 April 2024</time></span> | ||
<a href="/articles/2024/04/01/getting-another-certification/">Getting Another Certification</a> | ||
</p> | ||
<p> | ||
<span class="categories-timestamp"><time datetime="2024-03-25T10:43:00-06:00">Mon 25 March 2024</time></span> | ||
<a href="/articles/2024/03/25/introducing-ubiquitous-cube-game/">Introducing Ubiquitous Cube Game</a> | ||
</p> | ||
<p> | ||
<span class="categories-timestamp"><time datetime="2024-03-24T22:37:00-06:00">Sun 24 March 2024</time></span> | ||
<a href="/articles/2024/03/24/retrospective-vehiclemanager/">Retrospective: vehiclemanager</a> | ||
</p> | ||
<p> | ||
<span class="categories-timestamp"><time datetime="2024-03-24T20:19:00-06:00">Sun 24 March 2024</time></span> | ||
<a href="/articles/2024/03/24/first-post/">First Post</a> | ||
</p> | ||
</div> | ||
</section> | ||
</div> | ||
<div class="col-sm-3" id="sidebar"> | ||
<aside> | ||
<!-- Sidebar --> | ||
<section class="well well-sm"> | ||
<ul class="list-group list-group-flush"> | ||
|
||
<!-- Sidebar/Social --> | ||
<li class="list-group-item"> | ||
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4> | ||
<ul class="list-group" id="social"> | ||
<li class="list-group-item"><a href="https://github.com/Xata"><i class="fa fa-github-square fa-lg"></i> Github</a></li> | ||
<li class="list-group-item"><a href="https://www.linkedin.com/in/maciejwal/"><i class="fa fa-linkedin-square fa-lg"></i> LinkedIn</a></li> | ||
</ul> | ||
</li> | ||
<!-- End Sidebar/Social --> | ||
</ul> | ||
</section> | ||
<!-- End Sidebar --> </aside> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Content Container --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<hr> | ||
<div class="row"> | ||
<div class="col-xs-10">© 2024 Maciej Wal | ||
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>, | ||
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>, | ||
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div> | ||
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> | ||
</div> | ||
</div> | ||
</footer> | ||
<script src="/theme/js/jquery.min.js"></script> | ||
|
||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="/theme/js/bootstrap.min.js"></script> | ||
|
||
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> | ||
<script src="/theme/js/respond.min.js"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.