Skip to content

Commit 75faa23

Browse files
- ADD: Initial content import.
1 parent 1d1ac8c commit 75faa23

24 files changed

+1896
-1
lines changed

LICENSE

Lines changed: 437 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# gridscore-next-training
1+
# GridScore Training
2+
3+
Please visit https://cropgeeks.github.io/gridscore-next-training

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
title: GridScore Training
2+
name: GridScore Training
3+
description: The open-source plant phenotyping app
4+
show_downloads: false
5+
theme: jekyll-theme-cayman

assets/css/style.scss

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
---
3+
4+
$header-bg-color: #55ddff;
5+
$header-bg-color-secondary: #216778;
6+
7+
@import "{{ site.theme }}";
8+
9+
@media screen and (min-width: 64em){
10+
.main-content{
11+
max-width:64rem;
12+
}
13+
}
14+
@media screen and (min-width: 80em){
15+
.main-content{
16+
max-width:80rem;
17+
}
18+
}
19+
@media screen and (min-width: 90em){
20+
.main-content{
21+
max-width:90rem;
22+
}
23+
}
24+
@media screen and (min-width: 100em){
25+
.main-content{
26+
max-width:100rem;
27+
}
28+
}
29+
@media screen and (min-width: 120em){
30+
.main-content{
31+
max-width:120rem;
32+
}
33+
}
34+
35+
36+
td,
37+
th {
38+
border: none !important;
39+
}
40+
41+
.main-content table {
42+
display: table;
43+
width: auto;
44+
margin-left: auto;
45+
margin-right: auto;
46+
}
47+
48+
.logos {
49+
background-color: white;
50+
display: flex;
51+
justify-content: space-around;
52+
align-items: center;
53+
flex-wrap: wrap;
54+
}
55+
56+
.logos img {
57+
margin: 10px !important;
58+
max-width: 100%;
59+
width: 200px;
60+
}

img/best-crop.svg

Lines changed: 201 additions & 0 deletions
Loading

img/crop-trust.svg

Lines changed: 276 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)