This repository was archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresources.html
More file actions
51 lines (49 loc) · 1.78 KB
/
resources.html
File metadata and controls
51 lines (49 loc) · 1.78 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: default
title: "Resources"
banner-title: "Resources"
scripts:
- "faqs.js"
style: resources.css
---
<div class="resources-container">
<a href="{{ 'ffresources.html' | relative_url | remove: '.html' }}" id="resourceslink">
<div class="resources-container">
<div class="resources-column link-column">
<div class="details-container">
<div class="details-item">
<h2 class="noslashes heading-link">Form and Function Resources</h2>
<p>Want to level up your website, create an advanced game, or play with interactive demos? Dive
into
HTML,
CSS and JavaScript!</p>
</div>
<div class="details-item">
<img class="bot" src="imgs/BitbyBot Images/computerbot.svg">
</div>
</div>
</div>
</div>
</a>
{{/* <div class="resources-column">
<h2> Uncommon Sense Resources </h2>
<p>Explore rationality, cognitive biases, decision making, and more!</p>
<ul>
<li>
<a href="https://www.rationality.org/resources/rationality-checklist">CFAR</a>
</li>
<li>
<a href="https://www.lesswrong.com/">LessWrong</a>
</li>
<li>
<a href="https://slatestarcodex.com/">Slate Star Codex</a>
</li>
<li>
<a href="https://www.overcomingbias.com/">Overcoming Bias</a>
</li>
<li>
<a href="https://www.lesswrong.com/hpmor">Harry Potter and the Methods of Rationality</a>
</li>
</ul>
</div> */}}
</div>