-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
35 lines (26 loc) · 958 Bytes
/
about.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
30
31
32
33
34
35
---
layout: default
title: About
permalink: /about
---
<div style="padding: 20px;"></div>
<div class="windowbar"><img src="{{'buttons.png' | relative_url}}"> About Cuis</div>
<div class="window-content">
<img src="{{'cuis.png' | relative_url}}" style="float:right;height: 300px;">
<blockquote>
"Yay, Juan. You GO, guy! ...a great example of malleable software (and a clever mind) at work."
<footer>— Dan Ingalls</footer>
</blockquote>
<blockquote>
"I like it... It's nice and clean and simple and pretty. Nice stuff!"
<footer>— Alan Kay</footer>
</blockquote>
<blockquote>
"I think you have a very elegant design aesthetic."
<footer>— John Maloney</footer>
</blockquote>
{% capture gs %}{% include_relative Documentation/CuisHistory.md %}{% endcapture %}
{{ gs | markdownify }}
{% capture gsn %}{% include_relative Documentation/OnSmalltalk80.md %}{% endcapture %}
{{ gsn | markdownify }}
</div>