Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
display: none;
}

div.td-page-meta {
.td-page-meta {
display: none;
}
15 changes: 0 additions & 15 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@ <h1>The Interlisp Revival</h1>
<p>Most software in this project is licensed under the terms of the <a href="https://github.com/Interlisp/medley/blob/master/LICENSE">MIT license</a>.</p>

</div>
<!--
<p>Xerox's Palo Alto Research Center (PARC) is remembered mainly as the birthplace of the modern graphical user interface, influencing the development of the graphical operating systems we know today. At the same time PARC did pioneering work in the field of AI using a language called Interlisp. This powerful programmable language became the basis of Medley, a graphical software environment that carried on the design thinking of PARC's original Alto interface.</p>

<p>Medley's life as a commercial product ended in the 1990s, and until 2009 its source code only remained in the hands of the development team. Now the system is running again on modern computer systems, thanks to the combined efforts of original developers and interested newcomers. Our goal is to revive Interlisp in language, environment and spirit through the Medley Interlisp Project.</p>


<div class="col">
<h3>What do all these terms mean?</h3>
<p>With over five decades of history and many design iterations, there are a lot of names and other vocabulary associated with the project. <a href="project/glossary">Visit the glossary</a> to learn more.
</p>
<h3>Have other questions?</h3>
<p><a href="/project/faqs">Our FAQs page</a> addresses other common queries about the project.</p>
</div>

<!-- >{{< carousel items="1" height="500" unit="px" duration="7000" >}} -->

{{< /blocks/section >}}

Expand Down
2 changes: 0 additions & 2 deletions layouts/partials/hooks/body-end.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- ><script type="text/javascript" src="/js/carousel.js"></script>
<link rel="stylesheet" href="/css/carousel.css"> -->
{{range .Site.Params.custom_css -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end}}
98 changes: 21 additions & 77 deletions layouts/shortcodes/blocks/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,81 +33,25 @@
</style>
{{ end -}}

<!-- <div class="carousel" aria-label="Gallery">
<ol class="carousel__viewport">
<li id="carousel__slide1"
tabindex="0"
class="carousel__slide"> -->
<section id="{{ $blockID }}" class="row td-cover-block td-cover-block--height-{{ $height -}}
{{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover
{{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}">
<div class="col-12 hero-content-column"
style="background-image: url(./Resources/logoWindows.svg)">
<div class="container td-overlay__inner">
<!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="/Resources/logoWindows.svg"> -->
<div class="text-center">
{{ with .Get "title" }}<h1 class="display-1 fw-bold mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }}
{{ with .Get "subtitle" }}<p class="display-3 fw-bold mb-0">{{ . | html }}</p>{{ end }}
<div class="pt-3 lead">
{{ if eq .Page.File.Ext "md" }}
{{ .Inner | markdownify }}
{{ else }}
{{ .Inner | htmlUnescape | safeHTML }}
{{ end }}
</div>
</div>
</div>
<section id="{{ $blockID }}" class="row td-cover-block td-cover-block--height-{{ $height -}}
{{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover
{{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}">
<div class="col-12 hero-content-column" style="background-image: url(./Resources/logoWindows.svg)">
<div class="container td-overlay__inner">
<div class="text-center">
{{ with .Get "title" }}<h1 class="display-1 fw-bold mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }}
{{ with .Get "subtitle" }}<p class="display-3 fw-bold mb-0">{{ . | html }}</p>{{ end }}
<div class="pt-3 lead">
{{ if eq .Page.File.Ext "md" }}
{{ .Inner | markdownify }}
{{ else }}
{{ .Inner | htmlUnescape | safeHTML }}
{{ end }}
</div>
{{ with .Get "byline" | default "" -}}
<div class="byline">{{ . }}</div>
{{- end }}
</section>
{{/**/ -}}
<!--
</li>
<li id="carousel__slide2"
tabindex="0"
class="carousel__slide">
<section id="{{ $blockID }}" class="row td-cover-block td-cover-block--height-{{ $height -}}
{{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover
{{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}">
<div class="col-12 hero-content-column"
style="background-image: url(./Resources/logoWindows.svg)">
<div class="container td-overlay__inner">
<div class="text-center">
{{ with .Get "title" }}<h1 class="display-1 mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }}
{{ with .Get "subtitle" }}<p class="display-2 mb-0">{{ . | html }}</p>{{ end }}
<div class="pt-3 lead">
{{ if eq .Page.File.Ext "md" }}
{{ .Inner | markdownify }}
{{ else }}
{{ .Inner | htmlUnescape | safeHTML }}
{{ end }}
</div>
</div>
</div>
</div>
{{ with .Get "byline" | default "" -}}
<div class="byline">{{ . }}</div>
{{- end }}
</section>
{{/**/ -}}

</li>
</ol>
</section> -->

<!-- ><section class="carousel" aria-label="Gallery">
<ol class="carousel__viewport">
<li id="carousel__slide1"
tabindex="0"
class="carousel__slide">
<div class="carousel__snapper">
<a href="#carousel__slide4"
class="carousel__prev">Go to last slide</a>
<a href="#carousel__slide2"
class="carousel__next">Go to next slide</a>
</div>
</li>
</ol>
</section> -->
</div>
</div>
</div>
{{ with .Get "byline" | default "" -}}
<div class="byline">{{ . }}</div>
{{- end }}
</section>
18 changes: 0 additions & 18 deletions layouts/shortcodes/carousel.html

This file was deleted.

13 changes: 0 additions & 13 deletions static/css/carousel.css

This file was deleted.

Loading