Skip to content

Commit 2aee059

Browse files
committed
Deploying to gh-pages from @ 158dd5a 🚀
1 parent d830298 commit 2aee059

15 files changed

Lines changed: 822 additions & 17 deletions

File tree

404.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444

4545

4646

47+
<link rel="stylesheet" href="/cicd-examples/assets/extra.css">
48+
4749
<script>__md_scope=new URL("/cicd-examples/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
4850

4951

@@ -89,7 +91,7 @@
8991
xmlns="http://www.w3.org/2000/svg"
9092
>
9193
<path
92-
d="M 3 1 A 1 1 0 0 0 3 4 A 1 1 0 0 0 3 1 M 3 4 L 3 11.5 A 2 2 0 0 0 5 13.5 L 10.5 13.5 M 9 12 L 10.5 13.5 L 9 15 M 13.5 12 A 1 1 0 0 0 13.5 15 A 1 1 0 0 0 13.5 12 M 13.5 12 L 13.5 4.5 A 2 2 0 0 0 11.5 2.5 L 6 2.5 M 7.5 1 L 6 2.5 L 7.5 4"
94+
d="M 2.5 1 A 1 1 0 0 0 2.5 4 A 1 1 0 0 0 2.5 1 M 2.5 4 L 2.5 11.5 A 2 2 0 0 0 4.5 13.5 L 10.5 13.5 M 9 12 L 10.5 13.5 L 9 15 M 13.5 12 A 1 1 0 0 0 13.5 15 A 1 1 0 0 0 13.5 12 M 13.5 12 L 13.5 4.5 A 2 2 0 0 0 11.5 2.5 L 5.5 2.5 M 7 1 L 5.5 2.5 L 7 4"
9395
fill="none"
9496
stroke="currentColor"
9597
stroke-linecap="round"
@@ -233,7 +235,7 @@
233235
xmlns="http://www.w3.org/2000/svg"
234236
>
235237
<path
236-
d="M 3 1 A 1 1 0 0 0 3 4 A 1 1 0 0 0 3 1 M 3 4 L 3 11.5 A 2 2 0 0 0 5 13.5 L 10.5 13.5 M 9 12 L 10.5 13.5 L 9 15 M 13.5 12 A 1 1 0 0 0 13.5 15 A 1 1 0 0 0 13.5 12 M 13.5 12 L 13.5 4.5 A 2 2 0 0 0 11.5 2.5 L 6 2.5 M 7.5 1 L 6 2.5 L 7.5 4"
238+
d="M 2.5 1 A 1 1 0 0 0 2.5 4 A 1 1 0 0 0 2.5 1 M 2.5 4 L 2.5 11.5 A 2 2 0 0 0 4.5 13.5 L 10.5 13.5 M 9 12 L 10.5 13.5 L 9 15 M 13.5 12 A 1 1 0 0 0 13.5 15 A 1 1 0 0 0 13.5 12 M 13.5 12 L 13.5 4.5 A 2 2 0 0 0 11.5 2.5 L 5.5 2.5 M 7 1 L 5.5 2.5 L 7 4"
237239
fill="none"
238240
stroke="currentColor"
239241
stroke-linecap="round"

assets/extra.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.icon {
2+
background: var(--md-primary-fg-color);
3+
color: var(--md-primary-bg-color);
4+
display: inline-block;
5+
}
6+
7+
.icon svg {
8+
display: block;
9+
height: 1em;
10+
width: auto;
11+
}
12+
13+
.icon.size-48x48 {
14+
font-size: 36px;
15+
padding: 6px;
16+
}
17+
18+
.icon.size-512x512 {
19+
font-size: 384px;
20+
padding: 64px;
21+
}

assets/favicon.png

95 Bytes
Loading

0 commit comments

Comments
 (0)