FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeIndore.github.io/_layouts/connect.html at master · codeIndore/codeIndore.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codeIndore
/
codeIndore.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeIndore.github.io
/
_layouts
/
connect.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (40 loc) · 1.36 KB
Breadcrumbs
codeIndore.github.io
/
_layouts
/
connect.html
Copy path
File metadata and controls
40 lines (40 loc) · 1.36 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
---
{% assign channel_list = site.channels | sort:"sort-order" %}
{{ content }}
<
div
class
="
columns is-desktop
"
>
{% assign i = 0 %}
{% for channel in channel_list %}
{% assign remainder = i | modulo: 3 %}
{% if remainder == 0 and i != 0 %}
</
div
>
<
div
class
="
columns is-desktop
"
>
{% endif %}
<
div
class
="
column
"
>
<
div
class
="
card
"
>
<
a
href
="
{{ channel.channel-url }}
"
target
="
_blank
"
>
<
div
class
="
card-image has-text-centered
"
>
<
br
/>
<
figure
class
="
image is-128x128 is-inline-block
"
>
<
img
src
="
{{ channel.channel-logo }}
"
alt
="
{{ channel.platform-name }} Logo
"
>
</
figure
>
</
div
>
</
a
>
<
div
class
="
card-content
"
>
<
div
class
="
media
"
>
<
div
class
="
media-content
"
>
<
p
class
="
title is-4
"
>
{{ channel.platform-name }}
</
p
>
<
p
class
="
subtitle is-6
"
>
<
a
href
="
{{ channel.channel-url }}
"
target
="
_blank
"
>
{{ channel.channel-display-link }}
</
a
>
</
p
>
</
div
>
</
div
>
<
div
class
="
content
"
>
{{ channel.channel-content }}
<
br
/>
</
div
>
</
div
>
</
div
>
</
div
>
{% assign i = i | plus:1 %}
{% endfor %}
</
div
>
Back
|
FazBrowse Home
|
New Git URL