Skip to content

Commit deeb7c8

Browse files
Merge pull request #696 from InnerSourceCommons/adding-the-public-ISC-to-the-website
Adding the public calendar
2 parents 7559d73 + f658298 commit deeb7c8

5 files changed

Lines changed: 49 additions & 10 deletions

File tree

config/_default/menus.en.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,24 @@ main:
2222
- name: Events
2323
URL: events
2424
weight: 2
25+
- name: Calendar
26+
URL: calendar
27+
weight: 3
2528
- name: Community
2629
identifier: community
2730
URL: community
28-
weight: 3
31+
weight: 4
2932
- name: Stories
3033
URL: stories
31-
weight: 4
34+
weight: 5
3235
- name: Services Directory
3336
URL: community/services
3437
parent: community
3538
weight: 2
3639
- name: About
3740
identifier: about
3841
URL: about
39-
weight: 5
42+
weight: 6
4043
- name: Announcements
4144
URL: about/announcements
4245
parent: about

content/en/calendar/_index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "InnerSource Commons Calendar"
3+
subtitle: ""
4+
description: "The InnerSource Commons Calendar."
5+
draft: false
6+
---
7+
8+
<section class="section">
9+
<div class="container">
10+
<div class="row align-items-center">
11+
<p>Welcome to the InnerSource Commons Calendar - we are so happy you are here! All our events are open to everyone. The magic happens when the community comes together to share learnings. We hope you will join our working groups and events!
12+
<div class="col-md-6 order-1 order-md-2 mb-4 mb-md-0">
13+
<iframe src="https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> </p>
14+
</div>
15+
</div>
16+
</div>
17+
</div>
18+
</section>
19+
20+

content/en/events/_index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

layouts/calendar/list.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{{ define "main" }}
2+
3+
{{ partial "breadcrumbs.html" . }}
4+
{{ partial "page-header.html" . }}
5+
6+
{{ .Content }}
7+
8+
{{ end }}

layouts/calendar/single.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{{ define "main" }}
2+
{{ partial "breadcrumbs.html" . }}
3+
{{ partial "page-header.html" . }}
4+
5+
<section class="section">
6+
<div class="container">
7+
<div class="row">
8+
<div class="col-lg-10 mx-auto">
9+
<div class="content">{{ .Content }}</div>
10+
</div>
11+
</div>
12+
</div>
13+
</section>
14+
15+
{{ end }}

0 commit comments

Comments
 (0)