-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathguidelines.html
More file actions
165 lines (162 loc) · 6.72 KB
/
guidelines.html
File metadata and controls
165 lines (162 loc) · 6.72 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
---
title: Contribution Guidelines · Hacktoberfest Swag
lede: Help us keep the Hacktoberfest swag directory accurate, welcoming, and useful.
description: Learn how to contribute new Hacktoberfest swag opportunities and keep the community list up to date.
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ page.title }}</title>
<meta name="description" content="{{ page.description }}" />
<link rel="icon" type="image/png" href="assets/hacktoberfest-logo.png" />
<link rel="stylesheet" href="assets/css/site.css" />
<script type="module" src="assets/js/site.js" defer></script>
</head>
<body class="no-js" data-page="guidelines">
<a class="skip-link" href="#mainContent">Skip to main content</a>
<header class="site-header" role="banner">
<div class="site-header__inner page-shell">
<a class="site-header__logo" href="/">Hacktoberfest Swag</a>
<button
class="site-header__toggle"
type="button"
aria-expanded="false"
aria-controls="siteNav"
data-nav-toggle
>
<span class="sr-only">Toggle navigation</span>
<span class="site-header__toggle-icon" aria-hidden="true">
<span></span>
<span></span>
<span></span>
</span>
</button>
<nav class="site-header__nav" id="siteNav" aria-label="Primary" role="navigation" data-nav>
<a class="site-header__link" href="/" data-page-target="home">Swag Explorer</a>
<a class="site-header__link" href="guidelines.html" data-page-target="guidelines">Contribution Guidelines</a>
<a
class="site-header__link"
href="code-of-conduct.html"
data-page-target="code-of-conduct"
>
Code of Conduct
</a>
<a
class="site-header__link"
href="https://github.com/benbarth/hacktoberfest-swag/issues/new?template=new-swag-opportunity.yml"
data-issue-trigger
>
Share an Opportunity
</a>
</nav>
</div>
</header>
<main class="page page-shell" id="mainContent" role="main" tabindex="-1" aria-labelledby="guidelinesTitle">
<header class="page__header">
<h1 class="page__title" id="guidelinesTitle">Contribution Guidelines</h1>
<p class="page__lede">{{ page.lede }}</p>
</header>
<article class="page__body" data-page-prose>
{%- capture guidelines_markdown -%}{% include_relative CONTRIBUTING.md %}{%- endcapture -%}
{%- assign guidelines_html = guidelines_markdown | markdownify -%}
{%- assign guidelines_html = guidelines_html | replace_first: '<h1 id="contributing">Contributing</h1>', '' -%}
{{- guidelines_html | strip -}}
</article>
</main>
<footer class="footer" role="contentinfo">
<div class="footer__inner page-shell">
<button class="footer__issue" type="button" data-issue-trigger>
<span>Create an issue</span>
<svg viewBox="0 0 20 20" aria-hidden="true" focusable="false">
<path
d="M14.44 5.56a.75.75 0 0 0-1.06 1.06l1.72 1.72H6a.75.75 0 0 0 0 1.5h9.1l-1.72 1.72a.75.75 0 0 0 1.06 1.06l3.25-3.25a.75.75 0 0 0 0-1.06z"
/>
</svg>
</button>
<p>
Maintained with ❤️ by the community.
<a href="https://github.com/benbarth/hacktoberfest-swag" target="_blank" rel="noreferrer">View the project on GitHub</a>.
</p>
<p class="footer__small">
Icons lovingly borrowed from the original project. Data is refreshed automatically from participant submissions.
</p>
</div>
</footer>
<div class="issue-overlay" data-issue-overlay hidden>
<div class="issue-overlay__backdrop" data-issue-close></div>
<div
class="issue-overlay__panel"
role="dialog"
aria-modal="true"
aria-labelledby="issueOverlayTitle"
aria-describedby="issueOverlayDescription"
>
<header class="issue-overlay__header">
<div>
<p class="issue-overlay__eyebrow">Create issue</p>
<h2 class="issue-overlay__title" id="issueOverlayTitle">
Choose how you'd like to contribute
</h2>
<p class="issue-overlay__subtitle" id="issueOverlayDescription">
Open an issue to add a new listing, request changes, or contact the maintainers.
</p>
</div>
<button type="button" class="issue-overlay__close" data-issue-close aria-label="Close issue menu">
×
</button>
</header>
<ul class="issue-overlay__list">
<li>
<a
class="issue-overlay__link"
href="https://github.com/benbarth/hacktoberfest-swag/issues/new?template=new-swag-opportunity.yml"
data-issue-link
target="_blank"
rel="noreferrer"
>
<span class="issue-overlay__link-title">Add new swag opportunity</span>
<span class="issue-overlay__link-description"
>Share details about a swag opportunity that isn't listed yet.</span
>
</a>
</li>
<li>
<a
class="issue-overlay__link"
href="https://github.com/benbarth/hacktoberfest-swag/issues/new?template=update-swag-opportunity.yml"
target="_blank"
rel="noreferrer"
>
<span class="issue-overlay__link-title">Update existing opportunity</span>
<span class="issue-overlay__link-description">Suggest edits to a swag opportunity entry.</span>
</a>
</li>
<li>
<a
class="issue-overlay__link"
href="https://github.com/benbarth/hacktoberfest-swag/issues/new?template=takedown-request.yml"
target="_blank"
rel="noreferrer"
>
<span class="issue-overlay__link-title">Request takedown</span>
<span class="issue-overlay__link-description">Ask us to remove a listing that shouldn't appear.</span>
</a>
</li>
<li>
<a
class="issue-overlay__link"
href="https://github.com/benbarth/hacktoberfest-swag/issues/new"
target="_blank"
rel="noreferrer"
>
<span class="issue-overlay__link-title">Blank issue</span>
<span class="issue-overlay__link-description">Start fresh when none of the templates fit.</span>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>