forked from probot/probot.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
89 lines (76 loc) · 3.34 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
layout: default
title: Community
office_hours_link: https://github.zoom.us/j/221410810
redirect_from:
- /contribute/
---
<div class="container-lg px-3 featurette">
<h1 class="alt-h2 text-center">Join the Community</h1>
<p class="alt-lead col-md-8 text-center text-gray mx-auto">
We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
</p>
<div class="text-center mt-6">
<a class="btn btn-outline d-inline-block mb-1 mb-md-0 mr-0 mr-md-3" href="https://probot-slackin.herokuapp.com/">
Chat on Slack
</a>
<a class="btn btn-outline d-inline-block mb-1 mb-md-0 mr-0 mr-md-3" href="https://github.com/probot/probot">
Contribute on GitHub
</a>
<a class="btn btn-outline d-inline-block mb-1 mb-md-0 mr-0 mr-md-3" href="https://twitter.com/ProbotTheRobot">
Follow on Twitter
</a>
<a class="btn btn-outline d-inline-block mb-1" href="https://stackoverflow.com/questions/tagged/probot">
Ask on Stack Overflow
</a>
</div>
<div id="office-hours" class="d-md-flex flex-row-reverse my-6">
<div class="col-md-6 flex-md-self-center">
<h2 class="alt-h3">Office Hours</h2>
<p>
Join us every
<strong>
<span class="js-office-hours-start-time" data-format="dddd">Friday</span> at
<span class="js-office-hours-start-time" data-format="h:mm A">17:00 UTC</span>
</strong>
to give feedback, ask questions, get help, or just chat about ideas.
</p>
<span class="addtocalendar atc-style-blue">
<a class="atcb-link btn btn-outline">
{% octicon calendar class:"mr-2" %} Add to Calendar
</a>
<var class="atc_event">
<var class="atc_date_start js-office-hours-start-time"></var>
<var class="atc_date_end js-office-hours-end-time"></var>
<var class="atc_timezone">UTC</var>
<var class="atc_title">Probot Office Hours</var>
<var class="atc_description">Join us every Friday to give feedback, ask questions, get help, or just chat about ideas.</var>
<var class="atc_location">{{ page.office_hours_link }}</var>
</var>
</span>
<a href="{{ page.office_hours_link }}" class="btn btn-outline ml-2 office-hours-nag d-none">
{% octicon device-camera-video class:"mr-2" %} Join Now
</a>
</div>
<div class="col-md-6 py-4 px-md-6">
<a href="{{ page.office_hours_link }}">
<img src="/assets/office-hours.png" alt="" class="width-fit">
</a>
</div>
</div>
<div class="border-top container-md py-4 mx-auto d-block d-md-flex gutter-md">
<div class="col-12 col-md-6 mb-4 mb-md-0">
<div class="p-0 p-md-4">
{% octicon unmute class:"mr-2 text-gray" %}
Listen to The Changelog #264: <a class="text-bold" href="https://changelog.com/podcast/264">Automating GitHub with Probot</a>
</div>
</div>
<div class="col-12 col-md-6">
<div class="p-0 p-md-4">
{% octicon device-camera-video class:"mr-2 text-gray" %}
Watch the talk at GitHub Universe: <a class="text-bold" href="https://www.facebook.com/GitHub/videos/vb.262588213843476/1194319640670324">Extending with GitHub: easy integrations with Probot</a>
</div>
</div>
</div>
</div>
<script async src="//addtocalendar.com/atc/1.5/atc.min.js" charset="utf-8"></script>