-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85fdf4e
commit 9006047
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: splash | ||
permalink: / | ||
title: Knowledge Base | ||
header: | ||
overlay_image: /images/ZoomBG-V1-R1.jpg | ||
|
||
feature_row: | ||
- image_path: images/red.PNG | ||
image_size: 100px | ||
alt: "" | ||
title: "Expressive and consistent syntax" | ||
excerpt: "" | ||
url: "" | ||
btn_label: "Learn More" | ||
- image_path: images/green.PNG | ||
alt: "" | ||
title: "Clear visualizations and animations" | ||
excerpt: "" | ||
url: "" | ||
btn_label: "Learn More" | ||
- image_path: images/blue.PNG | ||
alt: "100% free" | ||
title: "Completely free and open source" | ||
excerpt: "" | ||
url: "/license/" | ||
btn_label: "Learn More" | ||
--- | ||
|
||
{% include feature_row %} | ||
|
||
<h2> Recent articles: </h2> | ||
|
||
{% for post in site.posts limit:3 %} | ||
{% include archive-single.html %} | ||
{% endfor %} | ||
|
||
[See all blog posts...]({{site.url}}{{site.baseurl}}/blog/){: .btn .btn--info} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.