Skip to content

Commit

Permalink
Add week 04
Browse files Browse the repository at this point in the history
  • Loading branch information
Fblind committed Sep 11, 2017
1 parent a379d80 commit 5cc7455
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ <h1><a href="./index.html">Fack's Weekly Links</a></h1>
<div id="wrapper">
<!-- Items -->
<section class="main items">
<article class="item">
<h1><a href="./weeks/04.html">Week #04</a></h1>
<h5>11-09-2017</h2>
</article>
<article class="item">
<h1><a href="./weeks/03.html">Week #03</a></h1>
<h5>04-09-2017</h2>
Expand Down
57 changes: 57 additions & 0 deletions weeks/04.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE HTML>
<!--
Epilogue by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Weekly Links</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="main">
<header>
<h2>WEEK #04</h2>
</header>
<h4>Frontend / Development setup</h4>
<ul>
<li><a href="http://superherojs.com/" target="_blank">SuperheroJS</a> is a collection of articles, videos and presentations about creating, testing and maintaining a large JavaScript code base.</li>
<li>Why create a PWA ?, <a href="http://alistapart.com/article/yes-that-web-project-should-be-a-pwa" target="_blank">here</a> is the answer with several reasons and examples of why you should consider create a PWA for your next project.</li>
<li>Reverscore is using VueJS, the post explains <a href="https://medium.com/reverdev/why-we-moved-from-angular-2-to-vue-js-and-why-we-didnt-choose-react-ef807d9f4163" target="_blank">why</a>.</li>
</ul>
<h4>Management</h4>
<ul>
<li>Good <a href="https://alistapart.com/article/conducting-the-technical-interview" target="_blank">article</a> about how to have a technical interview.</li>
</ul>
<h4>Virtual Reality</h4>
<ul>
<li>Dan Brown <a href="https://hacks.mozilla.org/2017/09/i-built-something-with-a-frame-in-2-days-and-you-can-too/" target="_blank">writes his expirience</a> with <a href="https://aframe.io/" target="_blank">A-Frame</a> and how easily he create something in 2 days.</li>
</ul>
<div class="align-right">
<a href="../index.html"><i class="fa fa-arrow-left" aria-hidden="true"></i> back to the index</a>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/Fblind" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/facundo-soria-guerrero-425a5695" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">&copy; Untitled. Design: <a href="https://templated.co">TEMPLATED</a>.</p>
</footer>
</div>

<!-- Scripts -->
<script src="../assets/js/jquery.min.js"></script>
<script src="../assets/js/skel.min.js"></script>
<script src="../assets/js/util.js"></script>
<script src="../assets/js/main.js"></script>
</body>
</html>

0 comments on commit 5cc7455

Please sign in to comment.