forked from squeak-smalltalk/squeak.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (146 loc) · 7.02 KB
/
index.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
---
layout: basic
headline: Welcome to Squeak<span class="hidden-xs">/Smalltalk</span>
welcome: >
Squeak is a modern, open-source Smalltalk programming system with fast execution
environments for all major platforms. It features the Morphic framework,
which promotes low effort graphical, interactive application development and
maintenance. Many projects have been successfully created with Squeak. They
cover a wide range of domains such as education, multimedia, gaming, research,
and commerce.
download_link_mac: https://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22104-64bit-202206021410-macOS.dmg
download_link_win: https://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22104-64bit-202206021410-Windows-x64.zip
download_link_lin: https://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22104-64bit-202206021410-Linux-x64.tar.gz
download_link_arm: https://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22104-64bit-202206021410-Linux-ARMv8.tar.gz
download_link_all: https://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22104-64bit-All-in-One.zip
release_notes_link: https://raw.githubusercontent.com/squeak-smalltalk/squeak-app/squeak-trunk/release-notes/6.0
sub_button_group:
- title: Bugs
href: https://bugs.squeak.org/
icon: bug
- title: Gifts
href: https://shop.spreadshirt.com/Squeak/
icon: gift
- title: Donate
href: "#"
class: donate-button
icon: heart
screenshots:
- img-src: img/screenshots/writing.png
caption: "Tools for browsing, searching, and writing Smalltalk code"
- img-src: img/screenshots/executing.png
caption: "Run-time information in concurrent debugging sessions with direct code updates"
- img-src: img/screenshots/scripting.png
caption: "Script, explore, and study almost everything in the environment"
- img-src: img/screenshots/versioning.png
caption: "Automatic change tracking and distributed source code versioning tools"
- img-src: img/screenshots/tools.png
caption: "Multiple user interface themes and settings for personalization"
- img-src: img/screenshots/applications.png
caption: "Expressive language, powerful tools, and direct manipulation for creative projects"
- img-src: img/screenshots/etoys.png
caption: "Educational tools for teaching powerful ideas in compelling ways"
---
<div class="alert alert-success text-center" role="alert">
<span>❤️</span> Please help us keep our infrastructure up and running, which includes this website, our mailing lists, and code repositories. <b><a href="#" class="donate-button">Donate here...</a></b> <span>❤️</span>
</div>
<div class="alert alert-info text-center" role="alert">
<b>Squeak-6.0 bundles are out. <span>🎉</span> <a href="/downloads/">Grab 'em while they're hot!</a></b>
</div>
<!-- <div class="alert alert-warning text-center" role="alert">
<b>⚠ Mirror at <a href="https://forum.world.st/Squeak-Dev-f45488.html">forum.world.st</a> not up-to-date! Please use <a href="https://lists.squeakfoundation.org/">mailing lists</a> directly 🗨 <a href="https://lists.squeakfoundation.org/archives/list/[email protected]/">Browse squeak-dev here...</a></b>
</div> -->
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-6">
<img id="squeak-logo" src="/static/img/balloon.svg" alt="" class="img-responsive img-center">
</div>
<div id="welcome-text" class="col-md-6 col-lg-6">
<h2>{{ page.headline }}</h2>
<div>{{ page.welcome }}</div>
<div class="text-center">
<span>
<a class="btn btn-primary download" href="{{ page.download_link_mac }}" target="_blank" role="button">
<i class="fa fa-apple fa-2x"></i><br>
macOS
</a>
<a class="btn btn-primary download" href="{{ page.download_link_win }}" target="_blank" role="button">
<i class="fa fa-windows fa-2x"></i><br>
Windows (x64)
</a>
<a class="btn btn-primary download" href="{{ page.download_link_lin }}" target="_blank" role="button">
<i class="fa fa-linux fa-2x"></i><br>
Linux (x64)
</a>
</span>
<p>
<a href="{{ page.download_link_all }}">All-in-One</a> ·
<a href="{{ page.download_link_arm }}">Linux (ARMv8)</a> ·
<a href="{{ page.release_notes_link }}" target="_blank">Release Notes</a> ·
<a href="/downloads/">More...</a></p>
<div id="sub-button-group" class="btn-group btn-group-sm" role="group" aria-label="...">
{% for button in page.sub_button_group %}
<a class="{% if button.class %}{{ button.class }} {% endif %}btn btn-default" href="{% if button.href %}{{ button.href }}{% else %}#{% endif %}" target="_blank" role="button">
<i class="fa fa-{{ button.icon }}"></i>
{{ button.title }}
</a>
{% endfor %}
</div>
</div>
</div>
</div> <!-- /row -->
</div> <!-- /container -->
<div id="screnshot-wrapper">
<div class="container">
<div id="screenshots" class="row">
{% for screenshot in page.screenshots %}
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center slideshow-item" style="{{ currentStyle }}">
<a href="#" class="screenshot-img">
<img src="{{ screenshot.img-src }}" alt="" class="img-responsive img-center">
</a>
<p class="lead">
{{ screenshot.caption }}
<a href="#" class="screenshot-button pull-left" data-target="left">
<i class="fa fa-chevron-left"></i>
</a>
<a href="#" class="screenshot-button pull-right" data-target="right">
<i class="fa fa-chevron-right"></i>
</a>
</p>
</div>
{% assign currentStyle = "display: none" %}
{% endfor %}
</div>
</div>
</div>
{% for section in site.collections %}
{% if section.label == "posts" %}
{% continue %}
{% endif %}
{% if section.hidden == nil or section.hidden == false %}
{% assign items = section.docs | where: 'front-page', true | sort: 'order' %}
{% if items != empty %}
<div class="container">
<div class="section">
<span class="anchor" id="{{ section.title | slugify }}"></span>
{% if section.mobile-title %}
<h1 class="section-heading hidden-xs"><span>{{ section.title }}</span></h1>
<h1 class="section-heading visible-xs"><span>{{ section.mobile-title }}</span></h1>
{% else %}
<h1 class="section-heading"><span>{{ section.title }}</span></h1>
{% endif %}
{% include row.html items=items preview=true %}
{% assign totalCount = section.docs | size %}
{% assign itemsCount = items | size %}
{% if totalCount > itemsCount %}
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 text-center section-tail">
<p class="lead"><a href="/{{ section.label }}/"><b>More...</b></a></p>
</div>
</div>
{% endif %}
</div><!-- /.section -->
</div><!-- /.container -->
{% endif %}
{% endif %}
{% endfor %}