131 lines
5.7 KiB
HTML
131 lines
5.7 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<title>Just a quick post. BAM!, my first web app (still in development) is on Github!</title>
|
||
<meta name="description" content="As you can read from the title, I’m publishing the uncompleted code of my first webapp. I’m working on this since 3 weeks, and I’m proud of what I’ve done so...">
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
|
||
<link rel="stylesheet" href="/css/main.css">
|
||
<link href='https://fonts.googleapis.com/css?family=Hammersmith+One' rel='stylesheet' type='text/css'>
|
||
<link rel="canonical" href="http://praticamentetilde.github.io/programming/2016/08/31/bam-on-github.html">
|
||
<link rel="alternate" type="application/rss+xml" title="Ramblings of an archer archer" href="http://praticamentetilde.github.io/feed.xml">
|
||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||
<script src="https://rawgit.com/snaptortoise/konami-js/master/konami.js"></script>
|
||
<!-- Favicon -->
|
||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
||
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||
<link rel="manifest" href="/manifest.json">
|
||
<meta name="msapplication-TileColor" content="#ffffff">
|
||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||
</head>
|
||
|
||
<body>
|
||
<header class="header">
|
||
<section class="head">
|
||
<h2 class="title">Ramblings of an archer archer</h2>
|
||
<p>Things which an Arch Linux user that also owns an recurve bow can write.
|
||
</p>
|
||
</section>
|
||
<nav class="navbar">
|
||
<div class="container">
|
||
<ul class="navbar-list">
|
||
<li class="navbar-item">
|
||
<a href="/">home</a>
|
||
</li>
|
||
|
||
|
||
<li class="navbar-item">
|
||
<a href="/about/">About</a>
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="navbar-item">
|
||
<a href="http://www.burarco.it">My archery club</a>
|
||
</li>
|
||
<li class="navbar-item">
|
||
<a href="/feed.xml">RSS</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
</nav>
|
||
|
||
</header>
|
||
<main class="container">
|
||
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
||
|
||
<header class="post-header">
|
||
<h2 class="post-title" itemprop="name headline">Just a quick post. BAM!, my first web app (still in development) is on Github!</h2>
|
||
<p class="post-meta"><time datetime="2016-08-31T12:00:00+02:00" itemprop="datePublished">Aug 31, 2016</time></p>
|
||
</header>
|
||
|
||
<div class="post-content" itemprop="articleBody">
|
||
<p>As you can read from the title, I’m publishing the uncompleted code of my first webapp. I’m working on this since 3 weeks, and I’m proud of what I’ve done so far.</p>
|
||
|
||
<p>If you want to check out the repository, click <a href="https://github.com/praticamentetilde/BAM">here</a>.</p>
|
||
|
||
<p>Maybe I can use Materialize css also for this jekyll site, or maybe this is another thing I say but I’m not going to do. Who knows.</p>
|
||
|
||
</div>
|
||
|
||
</article>
|
||
<div id="disqus_thread"></div>
|
||
<script>
|
||
/**
|
||
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
||
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
|
||
*/
|
||
/*
|
||
var disqus_config = function () {
|
||
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
|
||
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
||
};
|
||
*/
|
||
(function() { // DON'T EDIT BELOW THIS LINE
|
||
var d = document, s = d.createElement('script');
|
||
|
||
s.src = '//ramblingsofanarcherarcher.disqus.com/embed.js';
|
||
|
||
s.setAttribute('data-timestamp', +new Date());
|
||
(d.head || d.body).appendChild(s);
|
||
})();
|
||
</script>
|
||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||
|
||
|
||
</main>
|
||
<footer class="site-footer">
|
||
<div class="icons">
|
||
<a class="icon" href="https://github.com/praticamentetilde"><i class="fa fa-reddit"></i></a>
|
||
<a class="icon" href="https://www.reddit.com/user/praticamentetilde"><i class="fa fa-github"></i></a>
|
||
</div>
|
||
<h6 class="author">Claudio Maggioni 2016</h6>
|
||
</footer>
|
||
|
||
<script>
|
||
var easter_egg = new Konami();
|
||
easter_egg.load("https://www.youtube.com/watch?v=URTcCh6QVwM");
|
||
</script>
|
||
</body>
|
||
</html>
|