Skip to content

Commit

Permalink
Ty Bill
Browse files Browse the repository at this point in the history
  • Loading branch information
r3n33 committed Jul 24, 2021
1 parent 18dac31 commit 255979d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ navbar-links:
- FreeSK8 Forums: "https://forum.freesk8.org"
- Docs: "https://codex.freesk8.org/docs"
- VESC Project: "https://www.vesc-project.com"
❤ Support: "https://patreon.com/FreeSK8Devs"
About Us: "aboutus"

# --- Logo --- #
Expand Down
12 changes: 12 additions & 0 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,18 @@ img {
}
}

/* Support button in navbar */
.navbar-custom .navbar-nav li.nav-item a[href*="patreon.com/FreeSK8Devs"] {
color: hotpink;
transition: background 300ms, color 300ms;
}

@media (min-width: 768px) {
.navbar-custom .navbar-nav .nav-item:not(.dropdown):last-child .nav-link {
padding-right: 1rem;
}
}

/* --- Footer --- */

footer {
Expand Down
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
layout: home
subtitle: An open source, comprehensive eboarding & LEV system
subtitle: An open source, comprehensive eboarding & PEV system
---
<link rel="stylesheet" href="/assets/css/skin-switch.css">
<center><img src="assets/img/w0bbl3z.png" width="420"/></center>


Hello! 👋
What is FreeSK8?
<p/>
We're the (small) team developing FreeSK8 - an open source hardware and software reference platform providing all necessary power, motor control, lighting, navigation, logging and wireless control under one OS umbrella. Open reference specs of all included devices will be published under various free and open software licenses such as GPL GNU v3, CC BY-SA 4.0, CERN-OHL-S V2.0, etc.

The FreeSK8 System is an Open Source, comprehensive eboarding & PEV system that consists of multiple devices that are designed to communicate with each other to provide critical system sensor, fault data, and performance metrics to the rider & other system components.
<p/>
For too long, we’ve made do with mashed together, dumb, and unreliable gear in the esk8 and PEV world, and lived with the resulting lack of standards that make the devices we love to ride less reliable and safe then they need to be.
<p/>
The small team developing FreeSK8 has experience in robotics hardware and software, general EE, and PEV creation, as well as a fierce dedication to the principles of Open Source. We feel this makes us an ideal alliance to build and maintain an open source hardware and software reference platform providing all necessary power, motor control, lighting, navigation, logging and wireless control under one OS umbrella.
<p/>
(Open reference specs of all included devices will be published under various free and open software licenses such as GPL GNU v3, CC BY-SA 4.0, CERN-OHL-S V2.0, etc.)
<p/>
What's FreeSK8?
FreeSK8 System is an Open Source, comprehensive eboarding & LEV system comprised of multiple devices that communicate with each other to provide critical system sensor & fault data to the rider & other system components.
The FreeSK8 system is currently comprised of the Robogotchi Datalogger & GPS Module, the FreeSK8 Remote & Wireless Receiver Module (OSRR 1.0), the FreeSK8 netBMS, Power Switch, & LightShow- a light & general purpose IO controller.
<p/>
These systems are comprised of the Robogotchi Datalogger & GPS Module, the FreeSK8 Remote & Wireless Receiver Module (OSRR 1.0), the FreeSK8 netBMS, Power Switch, & LightShow- a light & general purpose IO controller.
In the longer term, it is our goal to expand our hardware offerings into full eBoard Kits with open source reference documentation on each component, and clear and concise instructions on building them properly to offer the performance, reliability and safety we feel should be present.
<p/>
In the longer term, it is our goal to expand our hardware offerings into full eBoard Kits with open source reference documentation on each component.
If this sounds like something you’d like to be a part of, please reach out and say hello. The more people rowing in the right direction, the better.

0 comments on commit 255979d

Please sign in to comment.