Skip to content

Commit

Permalink
Adding landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
snehalchaudhari98 committed Oct 12, 2024
1 parent 24506c1 commit 0777207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ <h1 class="hero__title">{{ site.title | escape }}</h1>
<main class="site__content">
<section class="blog">
<div class="container">
<h2> About</h2>
<p>The Kerner Lab focuses on advancing the foundations and applications of machine learning to foster a more sustainable, responsible, and fair future for all.</p>

<div class="post-list" itemscope="" itemtype="http://schema.org/Blog">

<!-- {% for post in site.posts %}
{% include card.html %}
{% endfor %} -->

<!-- {% include landing_page.md %} -->
<!-- Recent News -->
{% if site.news %}
{% assign sorted_news = site.news | default: [] | sort: "date" | reverse %}
Expand Down

0 comments on commit 0777207

Please sign in to comment.