-
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
64 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,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">© 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> |