forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: " "
layout: custom_home
# classes: wide
header:
overlay_color: "#000"
overlay_filter: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0))
overlay_image: /assets/images/library_hero.png
actions:
- label: "Wishlist on Steam"
url: https://store.steampowered.com/app/1991250/Automation_Station/
excerpt: "Explore a mysterious planet, harvest and refine resources, discover new technology, craft machines, and set up automated factories."
feature_row:
- image_path: /assets/images/gifs/laser_mining_compressed.gif
alt: "collect"
title: "COLLECT"
excerpt: 'Discover and harvest the resources you find throughout the world.'
- image_path: /assets/images/gifs/machines.gif
alt: "craft"
title: "CRAFT"
excerpt: 'Craft machines to automate your collection, refinement, and crafting tasks.'
feature_row2:
- image_path: /assets/images/gifs/automation.gif
alt: "automate"
title: "AUTOMATE"
excerpt: 'Scale up your factory with fully automated assembly lines.'
- image_path: /assets/images/gifs/splitters.gif
alt: "innovate"
title: "INNOVATE"
excerpt: 'There are many different ways to accomplish a goal in Automation Station. Each of the individual machines are simple on their own but can be combined to create sophisticated behavior. Design your own splitting mechanism, an item sorter, or anything you dream up.'
---
{% include feature_row id="feature_row" %}
{% include feature_row id="feature_row2" %}