-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial pass at homepage, very incomplete
- Loading branch information
Showing
8 changed files
with
236 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: layouts/base.html | ||
--- | ||
<div class="home content my-6"> | ||
<img src="/static/images/header.svg" /> | ||
{{ content }} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,73 @@ | ||
--- | ||
layout: layouts/page.html | ||
layout: layouts/home.html | ||
title: 2025 Open Hardware Summit | ||
--- | ||
|
||
# October is Open Hardware Month! | ||
# The Open Hardware Summit returns to Montreal in 2025 | ||
|
||
October is Open Hardware Month! Join us at [OSHWA] by [certifying hardware][certify] as open source, [becoming a member][membership], or – where it is safe due to the pandemic – hosting a small event. | ||
|
||
We are providing resources and asking the community to host small, local events (if it’s safe) in the name of open source hardware. We ask that you have followed OSHWA’s rules listed on the ["Dos and Don'ts" page][dos-and-donts]. | ||
<div class="lil-guy"> | ||
<img src="/static/images/lil-guy-1-color.svg"> | ||
<p> | ||
The Open Hardware Summit will take place <strong>May 3rd & 4th, 2025</strong> at Concordia University and LESPACEMAKER in Montreal, Québec, Canada. | ||
</p> | ||
</div> | ||
|
||
<div class="is-flex is-justify-content-center my-6"> | ||
<a class="button is-link is-rounded is-large" href="/get-involved">Get involved</a> | ||
<div class="lil-guy is-right"> | ||
<img src="/static/images/lil-guy-2-color.svg"> | ||
<p> | ||
Since 2010, the <a href="">Open Source Hardware Association</a>, a 501(c)(3) not for profit charity, has hosted the Open Hardware Summit- a comprehensive conference for the open hardware community and the ever changing open source hardware movement. | ||
</p> | ||
</div> | ||
|
||
[OSHWA]: https://oshwa.org | ||
[certify]: https://certification.oshwa.org/ | ||
[membership]: https://www.oshwa.org/membership/ | ||
[dos-and-donts]: /dos-and-donts | ||
<div class="lil-guy"> | ||
<img src="/static/images/lil-guy-4-color.svg"> | ||
<p> | ||
Speakers include world renowned leaders from industry, academia, the arts and maker community. Talks cover a wide range of subjects from electronics, mechanics to related fields such as digital fabrication, fashion technology, self-quantification devices, and IP law. As a microcosm of the Open Source Hardware community, the Open Hardware Summit provides an annual, friendly forum for the community. | ||
</p> | ||
</div> | ||
|
||
|
||
## About OSHWA | ||
|
||
The Open Source Hardware Association (OSHWA) aims to foster technological knowledge and encourage research that is accessible, collaborative and respects user freedom. OSHWA’s primary activities include hosting the annual Open Hardware Summit and maintaining the Open Source Hardware certification, which allows the community to quickly identify and represent hardware that complies with the community definition of open source hardware. | ||
## Stay tuned! | ||
|
||
## Open Hardware Summit | ||
We'll have more details to share shortly, including when tickets go on sale and when we'll begin our call for speakers! In the meantime, [sign up for our newsletter][newsletter], [follow us], or [drop us an email][email]. | ||
|
||
Document your project in October, then join us for the Open Hardware Summit in Montreal in 2024! | ||
[Sign up for our newsletter][newsletter] to receive forthcoming details. | ||
|
||
[newsletter]: https://oshwa.us19.list-manage.com/subscribe?u=3e1619d377d5a6c361ef3292b&id=ca147d8610 | ||
[follow]: https://todo | ||
[email]: mailto:[email protected] | ||
|
||
|
||
|
||
## The team | ||
|
||
<div class="cool-person"> | ||
<img src="/static/images/lee.jpg" class="has-outlined-shadow"> | ||
<div> | ||
<h3>Lee Wilkins</h3> | ||
<ul class="details"> | ||
<li class="role">Summit chair</li> | ||
<li><a href="">@leeborg_</a></li> | ||
</ul> | ||
<p> | ||
Lee is an artist, cyborg, and educator currently based in Montreal. They hold a bachelor's from Concordia University, a master's from OCAD University, and currently are a PhD candidate at the University of Toronto. Lee is interested in lasers, technology, outer space exploration, and building whimsical robots. | ||
</p> | ||
<p> | ||
They are a member of OSHWA's board of directors, co-executive director at <a href="">Little Dada</a>, and secretary and board member at <a href="Pleasure Dome">. You may know them from co-organizing events like <a href="">Make Change Conference</a>, <a href="">Make Friends Meetup</a>, <a href="">Long Exposure Festival</a>, <a href="">Defcon Biohacking Village</a>, or from being director at <a href="">Site 3 coLaboratory</a>. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="cool-person"> | ||
<img src="/static/images/sid.png" class="has-outlined-shadow"> | ||
<div> | ||
<h3>Sid Dirmay</h3> | ||
<ul class="details"> | ||
<li class="role">Fellowship chair</li> | ||
<li><a href="">@webspookie</a></li> | ||
</ul> | ||
<p> | ||
Sid is a queer non-binary trans interdisciplinary artist who loves textiles, cyberpunk and snails. They work as the OSHWA's community coordinator and the summit fellowship chair for the OHS. They are also co-chair of <a href="">Dinacon</a> and a freelance journalist with bylines in CBC, This Magazine, and Broken Pencil Magazine. They are a passionate arts educator and zinester. They are probably in the middle of too many projects right now. You can find them at <a href="">sidneydrmay.com</a>. | ||
</p> | ||
</div> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters