serene-lang.org/layouts/partials/home_info.html

22 lines
1.0 KiB
HTML

{{- with $.Site.Params.homeInfoParams }}
<article class="first-entry home-info">
<header class="entry-header">
<h2>What I cannot create, I do not understand</h2>
<p>-- Richard Feynman</p>
</header>
<section class="entry-content">
<p>Serene language is a modern lisp and it is to be born. It started out of the curiosity of the author
and his journey through computer science and mathematics. We are at early stages of the development
process and there is a long way to go. If you're interested, contact us by joining our mailing list and
checkout the git repository. Also, we document our progress in development via some video tutorials and
code walkthrough that can be a good guide for the developers who want to join the team. You can find
the videos on <a href="https://www.youtube.com/c/lxsameer">here</a>.
</p>
</section>
<footer class="entry-footer">
{{- partial "social_icons.html" $.Site.Params.socialIcons -}}
</footer>
</article>
{{- end}}