-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVD-about.md.xml
More file actions
94 lines (78 loc) · 4.76 KB
/
VD-about.md.xml
File metadata and controls
94 lines (78 loc) · 4.76 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8"?>
<document><pre><code># ----------------------------------------
# contact.html
# ----------------------------------------
page = page.next
page.applyTemplate(template)
page.name = 'Contact'
page.url = 'contact.html'
content = page.select('Content')
box = content.newBanner()
</code></pre>
<h1>Contact us for a free initial hangout</h1>
<pre><code>"""
from pagebot.constants import *
slideshow = content.newSlideShow(h=300, slideW='100%', slideH=300, startIndex=1, autoHeight=True, carousel=2, dynamicHeight=False, transition='slide', easing=CSS_EASE, frameDuration=4, duration=0.7, pauseOnHit=True, randomPlay=False)
box = slideshow.slides
#






#---
box = slideshow.side
#---
## What is your study?
Our experience and interest with design projects ranges from type design to exhibitions and from writing software to teaching.
However, most importantly, the question is how that experience can help you to develop your own skills. Let us know what kind of design you would like to study, but never found the right time and space to start.
# [Contact us](mailto:info@designdesign.space?subject=DesignDesign.Space%20Study%20Information)
"""
section = content.newSection()
box = section.newMain()
</code></pre>
<h2>Petr van Blokland</h2>
<p>Petr van Blokland (1956) is the co-owner of Buro Petr van Blokland + Claudia Mens, founded in 1982. He graduated cum laude from the Royal Academy of Arts in The Hague in 1980 and studied Industrial Design at Delft Technical University. His special interest is in typography, type design, automation of the design process, theory and developing software tools. With Claudia Mens, he developed live design games at various art schools and conferences around the world and published columns in design magazines on various topics.</p>
<p>Van Blokland lectured at the Academy of Arts in Arnhem (1984 – 1989), at the Royal Academy of Arts in The Hague (1988 – present) and at the Master Institute of AKV St. Joost in Den Bosch (2010 - present).</p>
<p>Van Blokland received the Charles Peignot Award for typography of ATypI, the Association Typographique International, in 1988 and was Board Member from 1996 to 2003.</p>
<p>He was co-founder and CTO for The Health Agency, publisher of online health information, from 2001 to 2006. </p>
<p>Besides lecturing, his current focus is on international projects, related to typography and type design. He also is co-founder of webtype.com and typenetwork.com, for which type design tools are developed. <strong>Type Network</strong> is also the location of his type foundry <a href="http://typetr.typenetwork.com">TYPETR</a>. The online study environment DesignDesign.Space started in 2017.</p>
<pre><code>box = section.newSide()
</code></pre>
<p><img alt="PetrvanBlokland2019-03-05.jpg w=800 y=top" src="images/IMG_7475.jpg" /></p>
<ul>
<li><a href="mailto:buro@petr.com">E-mail buro@petr.com</a> </li>
<li>Mobile +31 6 24 219 502</li>
<li>Line +31 15 887 1233 </li>
<li>Address Rietveld 56, 2611 LM Delft NL</li>
<li>Twitter @petrvanblokland</li>
<li><a href="https://www.instagram.com/petrvanblokland/">Instagram</a></li>
</ul>
<pre><code>box = section.newMain()
</code></pre>
<h2>About this site</h2>
<p>This site is generated by <a href="https://GitHub.com/PageBot/PageBot/blob/master/README.md">PageBot</a>, using a single MarkDown file as source. Learning how that works can be the topic of a study.</p>
<h2>Trademarks</h2>
<p>PageBot®, DesignDesign.Space®, Upgrade®, Bitcount® and PowerLift® are 2017+ registered trademarks by Buro Petr van Blokland + Claudia Mens, Delft, The Netherlands. </p>
<pre><code>box = section.newSide()
</code></pre>
<h2>Related links</h2>
<ul>
<li><a href="http://designdesign.space">designdesign.space</a></li>
<li><a href="http://typetr.typenetwork.com">typetr.typenetwork.com</a></li>
<li><a href="http://upgrade.typenetwork.com">upgrade.typenetwork.com</a></li>
<li><a href="http://bitcount.typenetwork.com">bitcount.typenetwork.com</a></li>
</ul>
<h3>Tools</h3>
<ul>
<li><a href="http://superpolator.com/pages/skateboard.html">Skateboard</a></li>
<li><a href="http://superpolator.com/pages/superpolator.html">Superpolator</a></li>
<li><a href="https://robofont.com">RoboFont</a></li>
<li><a href="https://github.com/PageBot/PageBot">PageBot</a></li>
<li><a href="http://www.drawbot.com">DrawBot</a></li>
</ul>
<h3>Lectures</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=fPasHswCB8E">ATypI 2017 Montreal</a></li>
</ul></document>