-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreal-index.html
203 lines (196 loc) · 7.78 KB
/
real-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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
#succesStoriesAndDemos img {
height: 200px;
margin: auto;
}
.award {}
.award img {
max-width: 200px;
}
</style>
<title>PharoJS: Develop in Pharo, Run on Javascript</title>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img class="align-text-top" src="img/pharoJsBicolorLogo2016-08-12.png" alt="PharoJS logo" height="30px">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="https://github.com/PharoJS/PharoJS" tabindex="-1"
aria-disabled="true">GitHub</a>
</li>
<li class="nav-item"><a class="nav-link"
href="https://github.com/PharoJS/PharoJS#install">Install</a></li>
<li class="nav-item"><a class="nav-link" href="faq.html">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="doc.html">Doc</a></li>
<li class="nav-item"><a class="nav-link" href="https://discord.com/invite/jh6sEkw2k6">Discord</a>
</li>
<li class="nav-item"></li><a class="nav-link"
href="https://github.com/PharoJS/PharoJS/issues">Report a Bug</a></li>
<li class="nav-item"><a class="nav-link"
href="https://github.com/PharoJS/PharoJS#contributing">Contributors</a></li>
</ul>
</div>
</div>
</nav>
<div class="card bg-dark text-white">
<img src="img/lighthouse-bannerV2.jpg" class="card-img" alt="lighthouse">
<div class="card-img-overlay d-flex align-items-center">
<div>
<h1 class="card-title">Develop in Pharo, Run on JavaScript</h1>
<h3 class="card-text">Open Source Infrastructure for Seamless Web Development</h3>
</div>
</div>
</div>
<div class="container mt-3">
<h5>Versatile</h5>
<p>Anything you can do in JS, you can do it in Pharo, thanks to PharoJS. It allows reusing and extending in
Pharo any third-party library developed in JavaScript. PharoJS supports both web client and server side
development. It can also be used
to support cross-platform mobile apps based on frameworks such as <a href="http://cordova.apache.org"
target="_blank">Apache
Cordova</a>.</p>
</div>
<div class="container" id="succesStoriesAndDemos">
<div class="row m-2">
<div class="col text-center">
<a href="successStories.html">
<button type="button" class="btn btn-light w-100 mb-2">Success Stories</button>
<div id="carrouselSuccessStories" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/apptiveGrid.svg" class="d-block" alt="ApptiveGrid">
<div class="carousel-caption">
<h5 class="text-danger">ApptiveGrid</h5>
</div>
</div>
<div class="carousel-item">
<img src="img/plc3000.jpg" class="d-block" alt="PLC3000">
</div>
<div class="carousel-item">
<img src="https://nootrix.com/wp-content/uploads/2020/01/brainTreats.jpg"
class="d-block" alt="Brain Treats">
<div class="carousel-caption">
<h5 class="text-light">Brain Treats</h5>
</div>
</div>
<div class="carousel-item">
<img src="https://nootrix.com/wp-content/uploads/2019/05/farmersMarketAvailableOnAppleAppStoreAndGooglePlayStore-720x386.jpg"
class="d-block" alt="Farmers
Market">
<div class="carousel-caption">
<h5 class="text-success">Farmers
Market</h5>
</div>
</div>
<div class="carousel-item">
<img src="img/covid19TrackerWithPharoJS.jpg" class="d-block" alt="Covid-19 Tracker">
</div>
<div class="carousel-item">
<img src="img/stReplInPharoJS.jpg" class="d-block" alt="Smalltalk REPL">
</div>
</div>
</div>
</a>
</div>
<div class="col text-center">
<a href="demo.html">
<button type="button" class="btn btn-light w-100 mb-2">Live Demos</button>
<div id="carrouselDemos" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/matterJsDemo.png" class="d-block" alt="MatterJS Physics Engine">
</div>
<div class="carousel-item">
<img src="img/d3JsDemo.png" class="d-block" alt="D3JS Data Visualisation Library">
</div>
<div class="carousel-item">
<img src="img/threeJsDemo.png" class="d-block" alt="ThreeJS 3D Graphics Library">
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="container mt-3">
<h5>Open Source</h5>
<p>Since we belive in open source, we made the full code of PharoJS as well as several examples freely available
on <a href="https://github.com/PharoJS/PharoJS" target="_blank">GitHub</a>. It is under the <a
href="https://en.wikipedia.org/wiki/MIT_License" target="_blank">MIT License</a> that allows to use
PharoJS without restriction for any purpose. You can still gives a hand by reporting bugs or even submitting
fixes and improvements ;-).</p>
<h5>Award Winning</h5>
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col">
<div class="card mb-3">
<div class="d-flex align-items-center award">
<div class="flex-shrink-0">
<img src="img/esug3rdIWSTAward2023.jpg" class="img-fluid rounded-start"
alt="IWST 2023 3rd Best Paper Awards">
</div>
<div class="flex-grow-1 ms-3">
<div class="card-body">
<h5 class="card-title">3rd Best Paper at IWST 2023</h5>
<p class="card-text">The 3rd prize at <a
href="https://esug.github.io/2023-Conference/cfpIWST2023.html"
target="_blank">the
International
Workshop on Smalltalk Technologies,</a> - Lyon, France - August 29th-31st, 2023.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card mb-3">
<div class="d-flex align-items-center award">
<div class="flex-shrink-0">
<img src="img/esugAwards2015.jpg" class="img-fluid rounded-start"
alt="ESUG 2nd Innovation Technology Awards 2015">
</div>
<div class="flex-grow-1 ms-3">
<div class="card-body">
<h5 class="card-title">2nd Innovation Technology Awards at ESUG 2015</h5>
<p class="card-text">The 2nd prize at <a
href="http://www.esug.org/wiki/pier/Conferences/2015/Innovation-Technology-Awards"
target="_blank">ESUG 12th Innovation Technology Awards</a> - Brescia, Italy -
July
13th,
2015</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="nav-link ms-auto mb-0 text-light" href="http://esug.org" target="_blank">PharoJS is kindly supported by The European Smalltalk Users
Group (ESUG)</a>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>