FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docs/includes/code-examples.html at main · westonpace/docs · GitHub
westonpace
/
docs
Public
forked from
github/docs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docs
/
includes
/
code-examples.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (18 loc) · 1.31 KB
Breadcrumbs
docs
/
includes
/
code-examples.html
Copy path
File metadata and controls
22 lines (18 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<
div
class
="
my-6 pt-6
"
>
<
h2
class
="
mb-2 font-mktg h1
"
id
="
code-examples
"
>
<
a
href
="
#code-examples
"
>
{% data ui.product_landing.code_examples %}
</
a
>
</
h2
>
<
div
class
="
pr-lg-3 mb-5 mt-3
"
>
<
input
class
="
js-filter-card-filter input-lg py-2 px-3 col-12 col-lg-8 form-control
"
placeholder
="
{% data ui.product_landing.search_code_examples %}
"
type
="
search
"
autocomplete
="
off
"
aria-label
="
Search code examples
"
/>
</
div
>
<
div
class
="
d-flex flex-wrap gutter
"
>
{% render code-example-card for productCodeExamples as example %}
</
div
>
{% if productCodeExamples.length
>
6 %}
<
button
class
="
js-filter-card-show-more btn btn-outline float-right
"
data-js-filter-card-max
="
6
"
>
{% data ui.product_landing.show_more %} {% octicon "arrow-right" %}
</
button
>
{% endif %}
<
div
class
="
js-filter-card-no-results d-none py-4 text-center color-text-secondary font-mktg
"
>
<
div
class
="
mb-3
"
>
{% octicon "search" width="24" %}
</
div
>
<
h3
class
="
text-normal
"
>
{% data ui.product_landing.sorry %}
<
strong
class
="
js-filter-card-value
"
>
</
strong
>
</
h3
>
<
p
class
="
my-3 f4
"
>
{% data ui.product_landing.no_result %}
<
br
>
{% data ui.product_landing.try_another %}
</
p
>
<
a
href
="
https://github.com/github/docs/blob/main/data/variables/actions_code_examples.yml
"
>
{% data ui.product_landing.learn %} {% octicon "arrow-right" %}
</
a
>
</
div
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL