-
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
2 changed files
with
61 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
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,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">© 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> |