-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuseful_link.html
29 lines (26 loc) · 890 Bytes
/
useful_link.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: page
title: "Useful links"
permalink: /useful-links/
---
<section class="useful-links">
<p>I'll just list a bunch of links from blog/articles/wherever that have been useful
to me.</p>
<div>
<h3>Programming</h3>
Project-based learning is in my opinion a great way to learn. Instead of just following a tutorial for a
language, try to build something with it instead!
<ul>
<li><a href="https://github.com/tuvtran/project-based-learning">Project-based learning 1</a></li>
<li><a href="https://github.com/danistefanovic/build-your-own-x">Project-based learning 2</a></li>
</ul>
</div>
<div>
<h3>Jekyll blog links</h1>
<ul>
<li>
<a href="http://chris.house/blog/building-a-simple-archive-page-with-jekyll/">Create your archive page in Jekyll</a>
</li>
</ul>
</div>
</section>