Skip to content
Open
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
8 changes: 4 additions & 4 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# main menu
[[main]]
name = "Products"
post = "Dasharo product lines"
url = "/products/"
name = "Devices"
post = "Devices with Dasharo"
url = "/devices/"
weight = 5

[[main]]
Expand Down Expand Up @@ -35,4 +35,4 @@ weight = 25
name = "Contact"
post = "Contact Us"
url = "/pages/contact/"
weight = 30
weight = 30
26 changes: 26 additions & 0 deletions content/devices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Dasharo Devices
description: List of devices compatible with Dasharo open-source firmware distribution for which we offer subscirption.

layout: devices

banner:
title: Dasharo <br> <span>DEVICES</span>
description: List of devices compatible with Dasharo open-source firmware distribution for which we offer subscirption.

page_content_list:
- title: PC <span>Engines</span>
icon: images/icons/knight-grey.png
link: "#pc-engines"

pc_engines:
title: PC <span>Engines</span>
content_in_progress: false

content_list:
- title: Dasharo subscirption for PC Engines apu2/3/4/6
link: "https://pcengines.github.io/"
description: Dasharo firmware for reference platform PC Engines apu2.
Click to see the products included and the hardware compatibility list.

---
45 changes: 0 additions & 45 deletions content/products.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.products-header__container {
.devices-header__container {
position: relative;
width: 100%;
min-height: 90vh;
background: rgba(255, 255, 255, 0.7);
padding: 0 10% 80px 10%;

.products-header__title-wrapper {
.devices-header__title-wrapper {
margin: 10vh 0 0 0;

.products-header__title {
.devices-header__title {
color: $grey;
font-size: calc(50px + 76 * ((100vw - 320px) / 680));
letter-spacing: -0.04em;
Expand All @@ -20,7 +20,7 @@
}
}

.products-header__description {
.devices-header__description {
display: block;
line-height: 180%;
max-width: 550px;
Expand All @@ -30,11 +30,11 @@
}
}

.products-header__questions-list {
.devices-header__questions-list {
display: flex;
margin: 80px 0 100px 0;

.products-header__questions-item-wrapper {
.devices-header__questions-item-wrapper {
width: 100%;

a {
Expand All @@ -45,13 +45,13 @@
align-items: center;
cursor: pointer;

.products-header__questions-item-img {
.devices-header__questions-item-img {
width: 80px;
transition: 0.5s;
opacity: 1;
}

.products-header__questions-item {
.devices-header__questions-item {
text-align: center;
font-size: calc(22px + 10 * ((100vw - 320px) / 680));
color: $grey;
Expand All @@ -64,13 +64,13 @@
}
}

&:hover .products-header__questions-item-img {
&:hover .devices-header__questions-item-img {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
opacity: 0.4;
}

&:hover .products-header__questions-item {
&:hover .devices-header__questions-item {
color: $carbon;

span {
Expand All @@ -84,7 +84,7 @@
}
}

.products-header__mouse-icon {
.devices-header__mouse-icon {
position: absolute;
top: 40%;
left: 90%;
Expand All @@ -99,23 +99,23 @@
}

@media screen and (max-width: 1024px) {
.products-header__container {
.devices-header__container {
min-height: 85vh;
.products-header__title-wrapper {
.devices-header__title-wrapper {
margin: 15vh 0 0 0;
}

.products-header__questions-list {
.devices-header__questions-list {
display: block;
margin: 10% 0 100px 0;

.products-header__questions-item-wrapper {
.devices-header__questions-item-wrapper {
a {
flex-direction: row;
margin-right: 0;
margin-bottom: 2%;

.products-header__questions-item-img {
.devices-header__questions-item-img {
margin-right: 10px;
width: 40px;
}
Expand All @@ -126,8 +126,8 @@
}

@media screen and (max-width: 840px) {
.products-header__container {
.products-header__mouse-icon {
.devices-header__container {
.devices-header__mouse-icon {
position: absolute;
top: 80%;
left: calc(50% - 25px);
Expand All @@ -136,25 +136,25 @@
}

@media screen and (max-width: 740px) {
.products-header__container {
.products-header__title-wrapper {
.devices-header__container {
.devices-header__title-wrapper {
margin: 120px 0 0 0;
}
}
}

@media screen and (max-width: 650px) {
.products-header__container {
.products-header__questions-list {
.devices-header__container {
.devices-header__questions-list {
margin: 10% 0 60px 0;

.products-header__questions-item-wrapper {
.devices-header__questions-item-wrapper {
a {
.products-header__questions-item-img {
.devices-header__questions-item-img {
width: 30px;
}

.products-header__questions-item {
.devices-header__questions-item {
font-size: calc(20px + 6 * ((100vw - 320px) / 680));
}
}
Expand All @@ -164,16 +164,16 @@
}

@media screen and (max-width: 340px) {
.products-header__container {
.devices-header__container {
min-height: 80vh;
.products-header__title-wrapper {
.devices-header__title-wrapper {
margin: 20vh 0 0 0;
}

.products-header__questions-list {
.products-header__questions-item-wrapper {
.devices-header__questions-list {
.devices-header__questions-item-wrapper {
a {
.products-header__questions-item-img {
.devices-header__questions-item-img {
width: 25px;
}
}
Expand Down
Loading