Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clo
cl-site
Commits
5fad3ee1
Commit
5fad3ee1
authored
May 14, 2018
by
Mariano Montone
Browse files
Collapsing videos
parent
d359575c
Changes
3
Hide whitespace changes
Inline
Side-by-side
content/about.html
View file @
5fad3ee1
<h1>
About Common-Lisp.net
</h1>
<h1>
<i
class=
"far fa-question-circle"
></i>
About Common-Lisp.net
</h1>
<p>
Common-Lisp.net provides hosting for projects and user groups
related to the programming language Common Lisp.
...
...
content/community.html
View file @
5fad3ee1
<a
class=
"btn btn-primary float-right"
href=
"/project-intro"
><i
class=
"fa fa-arrow-right"
></i>
Host your project
</a>
<h1><i
class=
"fa fa-users"
></i>
The Lisp Community
</h1>
<div
class=
"row"
>
...
...
@@ -65,6 +66,6 @@
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/videoseries?list=PLaGBIclRpkSXbU3keo6Rfd-KBVy63V5G2"
frameborder=
"0"
allow=
"autoplay; encrypted-media"
allowfullscreen
></iframe>
</div>
<div
class=
"col-md-6"
>
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/videoseries?list=PL
A66mD-6yK8xqd5XKxzwVBIqf1d3QQXpv
"
frameborder=
"0"
allow=
"autoplay; encrypted-media"
allowfullscreen
></iframe>
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/videoseries?list=PL
2VAYZE_4wRITJBv6saaKouj4sWSG1FcS
"
frameborder=
"0"
allow=
"autoplay; encrypted-media"
allowfullscreen
></iframe>
</div>
</div>
content/downloads.html
View file @
5fad3ee1
...
...
@@ -28,15 +28,37 @@
<p>
Also, you may want check out
<a
href=
"http://articulate-lisp.com"
>
Articulate Lisp site
</a>
for getting started on Common Lisp ecosystem.
</p>
<h2>
Setup your
projec
t
</h2>
<h2>
Setup your
environmen
t
</h2>
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/SPgjgybGb5o"
frameborder=
"0"
allow=
"autoplay; encrypted-media"
allowfullscreen
></iframe>
<p>
<button
class=
"btn btn-primary"
type=
"button"
data-toggle=
"collapse"
data-target=
"#setup_video"
aria-expanded=
"false"
aria-controls=
"collapseExample"
>
<i
class=
"fa fa-play"
></i>
Watch an introductory video
</button>
</p>
<div
class=
"collapse"
id=
"setup_video"
>
<div
class=
"card card-body"
>
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/VnWVu8VVDbI"
frameborder=
"0"
allow=
"autoplay; encrypted-media"
allowfullscreen
></iframe>
</div>
</div>
<h2>
Start a new project
</h2>
<p>
<button
class=
"btn btn-primary"
type=
"button"
data-toggle=
"collapse"
data-target=
"#start_project_video"
aria-expanded=
"false"
aria-controls=
"collapseExample"
>
<i
class=
"fa fa-play"
></i>
Watch an introductory video
</button>
</p>
<div
class=
"collapse"
id=
"start_project_video"
>
<div
class=
"card card-body"
>
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/SPgjgybGb5o"
frameborder=
"0"
allow=
"autoplay; encrypted-media"
allowfullscreen
></iframe>
</div>
</div>
<h2>
Try it online
</h2>
<p>
This is a
<a
href=
"https://github.com/jscl-project/jscl"
>
JSCL
</a>
Lisp REPL running on the Web. Note that it is not a complete Common Lisp implementation, but enough to have a taste of it:
</p>
<iframe
style=
"width:100%; height: 400px;"
src=
"https://jscl-project.github.io/"
></iframe>
<iframe
style=
"width:100%; height: 400px;"
src=
"https://jscl-project.github.io/"
></iframe>
<h2
style=
"padding-top: 20px;"
>
Libraries
</h2>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment