Skip to content

Commit

Permalink
adds certs page, renames the page, adds domain
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Jan 10, 2024
1 parent 498b396 commit b6bb512
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 9 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: OSHW Tools
title: Midscale Manufacturing Resources
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Building Open Hardware is difficult. This site is a collection of tools that make designing, collaborating on, and distributing Open Hardware easier.
Building hardware is difficult. This site is a collection of tools and information that make designing, collaborating on, and distributing hardware at a Midscale easier.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://midscale.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: opulo-inc
github_username: opulo-inc

Expand Down
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ main:
url: mcad
- title: "MFG"
url: mfg
- title: "Certification"
url: certs
- title: "Communication"
url: comm

Expand Down
Binary file added assets/certs.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions certs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

# <span class="badge badge-primary">Github CI</span>
#<span class="badge badge-secondary">Web Service</span>
#<span class="badge badge-success">Open Source</span>
#<span class="badge badge-danger">Paid Service</span>
#<span class="badge badge-info">Free Service</span>

title: "Certification"
layout: single
header:
overlay_color: "#000"
overlay_filter: "0.65"
overlay_image: /assets/feature.jpg
caption: "Photo credit: **Tobias Netzer**"
sidebar:
nav: "certs"
---

**Disclaimer**: Nothing on this website should be considered legal advice. You should always consult with a lawyer and a certification house in regards to the tests you are legally required to complete. Everything on this site should be considered anecdotal advice, and has no guarantee of being factually correct.

## Overview

Getting certification is one of the most daunting parts of shipping a hardware product. It typically costs a tremendous amount of money per round of testing, and over 50% of products fail their first time[^1].

[^1]: [Source](https://emcfastpass.com/ce-mark-guide-electronics/)
6 changes: 3 additions & 3 deletions ecad.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ sidebar:
## Design

### KiCAD
{::nomarkdown}<span class="badge badge-success">Open Source</span>{:/}
<span class="badge badge-success">Open Source</span>

With ECAD software, there's really only one serious option: KiCAD. KiCAD is a powerful, professional PCB design package. It has a vast plugin system, and being open source means it has a ton of automation potential. Lots of the other tools on this page rely on the fact that KiCAD is the EDA of choice.

### [WireViz](https://github.com/wireviz/WireViz)

## Automation

### [KiBot](https://github.com/INTI-CMNB/KiBot)
Expand Down Expand Up @@ -56,5 +58,3 @@ Embedded support soon

### [Tracespace](https://tracespace.io/view/)
<span class="badge badge-info">Free Service</span>


12 changes: 9 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

title: "Open Source Hardware Tools"
title: "Midscale Manufacturing Resources"
layout: splash
header:
overlay_color: "#000"
overlay_filter: "0.65"
overlay_image: /assets/feature.jpg
caption: "Photo credit: **Tobias Netzer**"
excerpt: "Building Open Hardware is difficult. This site is a collection of tools that make designing, collaborating on, and distributing Open Hardware easier."
excerpt: "Building hardware is difficult. This site is a collection of tools and information that make designing, collaborating on, and distributing hardware at a Midscale easier."
intro:
- excerpt: 'Open source software has an incredibly mature development and distribution ecosystem. This site is broken into three broad subsections around the tools needed to support the **other** aspects of an open hardware project: ECAD, MCAD, manufacturing, and communication.'
- excerpt: 'This site is broken into five broad subsections around the tools needed to support the aspects of a midscale, open hardware project: ECAD, MCAD, manufacturing, certification, and communication.'
feature_row:
- image_path: assets/ecad.jpg
alt: "placeholder image 1"
Expand All @@ -33,6 +33,12 @@ feature_row:
url: "mfg"
btn_label: "See Tools"
btn_class: "btn--primary"
- image_path: /assets/certs.jpeg
title: "Certification"
excerpt: "Information around getting your product certified in the ways it's required. NOT LEGAL ADVICE."
url: "certs"
btn_label: "See Info"
btn_class: "btn--primary"
- image_path: /assets/comm.png
title: "Communication"
excerpt: "Tools for community discussion, sharing updates, and general publication"
Expand Down

0 comments on commit b6bb512

Please sign in to comment.