Skip to content

Commit ececd0f

Browse files
Add course building docs
1 parent 2c35511 commit ececd0f

26 files changed

+604
-93
lines changed

_sass/custom/custom.scss

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,27 @@ p.note, blockquote.note {
244244
visibility: visible;
245245
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
246246
animation: fadein 0.5s, fadeout 0.5s 2.5s;
247+
}
248+
249+
.btn {
250+
display: inline-flex;
251+
align-items: center;
252+
}
253+
254+
.btn-icon {
255+
justify-content: flex-start;
256+
}
257+
.btn-icon > img {
258+
height: 0.85em;
259+
}
260+
// .btn > span {
261+
// line-height: 1;
262+
// }
263+
264+
.label:not(g) {
265+
background-color: $grey-dk-200;
266+
text-transform: none;
267+
}
268+
small {
269+
color: $grey-lt-300;
247270
}
169 KB
Loading
52.5 KB
Loading
224 KB
Loading
144 KB
Loading
585 KB
Loading
199 KB
Loading

assets/icons/apple.svg

Lines changed: 19 additions & 0 deletions
Loading

assets/icons/windows.svg

Lines changed: 19 additions & 0 deletions
Loading

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ layout: home
44
nav_order: 1
55
---
66

7-
OpenGolfSim creates software for home golf simulators. Most of our projects are still in the early stages of development, but welcome any and all feedback, just drop us a line on our [contact form](/contact) or connect with us on [Discord](/connect-with-us/)
7+
OpenGolfSim creates high quality, free home golf simulator software. Most of our projects are still in the early stages of development, but welcome any and all feedback, just drop us a line on our [contact form](/contact) or connect with us on [Discord](/connect-with-us/)

0 commit comments

Comments
 (0)