Skip to content

Commit

Permalink
week #05 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Fblind committed Sep 19, 2017
1 parent 5cc7455 commit 0fe3b21
Show file tree
Hide file tree
Showing 2 changed files with 64 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/05.html">Week #05</a></h1>
<h5>18-09-2017</h2>
</article>
<article class="item">
<h1><a href="./weeks/04.html">Week #04</a></h1>
<h5>11-09-2017</h2>
Expand Down
60 changes: 60 additions & 0 deletions weeks/05.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!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 #05</h2>
</header>
<h4>Frontend / Tools</h4>
<ul>
<li>Xrespond is a simple <a href="http://app.xrespond.com/" target="_blank">tool</a> for testing responsive websites.</li>
<li><a href="https://wireddots.com/" target="_blank">wireddots</a> is a website with free Bootstrap 4 Themes & Components.</li>
<li>Dan Callahan <a href="https://hacks.mozilla.org/2017/09/bootcamps-webassembly-and-computer-vision/" target="_blank">writes</a> about the expirience of use OpenCV with WebAssembly to expiriment with computer vision - check out the <a href="https://www.websightjs.com/" target="_blank">demo</a>.</li>
</ul>
<h4>VueJS</h4>
<ul>
<li>5 Vuex <a href="https://vuejsdevelopers.com/2017/09/11/vue-js-vuex-plugins/" target="_blank">plugins</a> for your next VueJS project.</li>
<li><a href="https://alligator.io/vuejs/vue-abstract-components" target="_blank">Tutorial</a> about how to write abstract components with Vue.js.</li>
<li>Another article of the saga about communication in VueJS components, <a href="https://gambardella.info/2017/09/13/vue-js-communication-part-2-parent-child-components/" target="_blank">this part</a> is about parent-child.</li>
</ul>
<h4>Electronic</h4>
<ul>
<li>PEDAL-PI, simple programmable guitar <a href="https://hackaday.com/2017/09/12/pedal-pi-simple-programmable-guitar-pedal/" target="_blank">pedal</a>.</li>
<li><a href="http://hackaday.com/2017/09/13/robot-graffiti/" target="_blank">Robot graffiti !!!</a>.</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 0fe3b21

Please sign in to comment.