-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.php
19 lines (19 loc) · 933 Bytes
/
resources.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$title = "Totally Type Resource";
$page = "resources";
$bclass = "";
$invert = "off";
include("parts/header.php")
?>
<div class="row" id="toc">
<div class="large-6 columns">
<h1 class="">Resources.</h1>
<ul>
<li><p><a href="resources/Forbes_Rhett_A Medium Independent Model of Typography_GRDS_Summer 2015.pdf">A Medium Independent Model of Typography: a holistic approach to teaching typography.</a></p></li>
<li><p>ScreenType — free ebook for using type on screen.</p></li>
<li><p><a href="http://codepen.io/rhettajf/">TotallyType Codepen</a> — Show case of Web typography techniques with editable source code..</p></li>
<li><p><a href="http://rhettforbes.com/spatial/">SPATIAL</a>: Spatial Perception Affords Technological Interaction And Learning.</p></li>
</ul>
</div>
</div>
<?php include("parts/footer.php"); ?>