-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
170 additions
and
1 deletion.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,13 @@ | ||
--- | ||
layout: layouts/base.html | ||
--- | ||
<div class="event content my-6"> | ||
<h1 class="title">{{title}}</h1> | ||
<p class="subtitle">{% formatEventDates start, end, timezone %}</p> | ||
<p class="subtitle">{{location}}</p> | ||
<p>{{content}}</p> | ||
<p class="has-text-centered my-6"> | ||
<a class="button is-rounded is-primary" href="{{link}}" target="_blank">Event website</a> | ||
<a class="button is-rounded is-link" href="{% eventGoogleCalendarLink title, link, location, start, end, timezone %}" target="_blank">Add to Calendar</a> | ||
</p> | ||
</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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
layout: layouts/base.html | ||
eleventyImport: | ||
collections: ["events"] | ||
--- | ||
<div class="events content my-6"> | ||
{{ content }} | ||
</div> | ||
|
||
{% for event in collections.events reversed %} | ||
<div class="columns event-list-item"> | ||
<div class="column is-one-fifth"> | ||
<div class="level"> | ||
<div class="level-item has-text-centered is-family-display"> | ||
<div> | ||
<p>{{event.data.start | formatDate: "MMM"}}</p> | ||
<p class="is-size-3">{{event.data.start | formatDate: "D"}}</p> | ||
<p>{{event.data.start | formatDate: "YYYY"}}</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="column"> | ||
<a class="title is-3 is-family-display" href="{{event.url}}">{{event.data.title}}</a> | ||
<p class="subtitle my-1">{% formatEventDates event.data.start, event.data.end, event.data.timezone %}</p> | ||
<p class="subtitle">{{event.data.location}}</p> | ||
<p>{{event.content}}</p> | ||
<p class="my-4"> | ||
<a href="{{event.url}}">More details</a> | ||
</p> | ||
</div> | ||
</div> | ||
{% endfor %} |
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,6 +1,5 @@ | ||
--- | ||
layout: layouts/base.html | ||
section: page | ||
--- | ||
<div class="page content my-6"> | ||
{{ content }} | ||
|
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,6 @@ | ||
--- | ||
layout: layouts/events.html | ||
title: Events | ||
--- | ||
|
||
# Events |
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,4 @@ | ||
export default { | ||
layout: "event.html", | ||
tags: "events", | ||
}; |
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,16 @@ | ||
--- | ||
layout: layouts/event.html | ||
title: Hardware Happy Hour Portland | ||
start: 2023-10-17 6:00 PM | ||
end: 2023-10-17 10:00 PM | ||
timezone: America/Los_Angeles | ||
organizer: Hardware Happy Hour | ||
location: The Bye Bye 1011 NE Alberta St, Portland | ||
link: https://www.meetup.com/hardware-happy-hour-3h-portland/ | ||
--- | ||
|
||
Hardware Happy Hour is an informal way to socialize, show off your projects, and talk about the world of hardware. | ||
|
||
We welcome anyone interested in any kind of hardware from beginner to expert: Arduino DIYers, engineers, hardware start up founders, e-textile experimenters, LED-curious folks, 3D printing enthusiasts or robotics geeks. | ||
|
||
If you’re working on something even vaguely related please do bring it along. No presentations, no pitch decks, just projects and conversation. |
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,12 @@ | ||
--- | ||
layout: layouts/event.html | ||
title: OSH + Licensing with Alicia Seidle Gibb | ||
start: 2023-10-25 1:00 PM | ||
end: 2023-10-25 2:30 PM | ||
timezone: America/New_York | ||
organizer: OSHWA | ||
location: Online | ||
link: https://www.youtube.com/watch?v=P7foUM-UrqU | ||
--- | ||
|
||
Join us for a conversation on open source and licensing by OSHWA Executive Director Alicia Gibb |
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,12 @@ | ||
--- | ||
layout: layouts/event.html | ||
title: OSHWA on OpenCV Live | ||
start: 2023-10-19 12:00 PM | ||
end: 2023-10-19 1:00 PM | ||
timezone: America/Los_Angeles | ||
organizer: OpenCV | ||
location: Online | ||
link: https://youtube.com/live/BswArZlx4dY | ||
--- | ||
|
||
Join us on OpenCV Live on October 19th at 9am Pacific/12pm Eastern to talk all things Open Source and OSHWA! |
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