File tree Expand file tree Collapse file tree 4 files changed +35
-17
lines changed Expand file tree Collapse file tree 4 files changed +35
-17
lines changed Original file line number Diff line number Diff line change 9
9
> </ script >
10
10
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
11
11
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
12
- < link
13
- href ="https://fonts.googleapis.com/css2?family=Kode+Mono&display=swap "
14
- rel ="stylesheet "
15
- />
12
+ <!-- Font -->
13
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
14
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
15
+ < link href ="
https://fonts.googleapis.com/css2?family=Quicksand:[email protected] &display=swap "
16
+ rel ="stylesheet ">
16
17
< link
17
18
rel ="stylesheet "
18
19
href ="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css "
77
78
} ) ;
78
79
}
79
80
</ script >
81
+ < style >
82
+ html * {
83
+ font-family : 'Quicksand' , sans-serif;
84
+ }
85
+ </ style >
80
86
</ head >
81
87
< body >
82
88
< main class ="container " style ="text-align: center ">
83
89
< header >
84
- < h1 > Poularidad de Nombres en Argentina</ h1 >
90
+ < h1 > Popularidad de Nombres en Argentina</ h1 >
85
91
</ header >
86
92
< div id ="chart " style ="width: 80vw; height: 50vh; margin: auto "> </ div >
87
93
< form
Original file line number Diff line number Diff line change 9
9
> </ script >
10
10
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
11
11
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
12
- < link
13
- href ="https://fonts.googleapis.com/css2?family=Kode+Mono&display=swap "
14
- rel ="stylesheet "
15
- />
12
+ <!-- Font -->
13
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
14
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
15
+ < link href ="
https://fonts.googleapis.com/css2?family=Quicksand:[email protected] &display=swap "
16
+ rel ="stylesheet ">
16
17
< link
17
18
rel ="stylesheet "
18
19
href ="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css "
77
78
} ) ;
78
79
}
79
80
</ script >
81
+ < style >
82
+ html * {
83
+ font-family : 'Quicksand' , sans-serif;
84
+ }
85
+ </ style >
80
86
</ head >
81
87
< body >
82
88
< main class ="container " style ="text-align: center ">
83
89
< header >
84
- < h1 > Poularidad de Nombres en Argentina</ h1 >
90
+ < h1 > Popularidad de Nombres en Argentina</ h1 >
85
91
</ header >
86
92
< div id ="chart " style ="width: 80vw; height: 50vh; margin: auto "> </ div >
87
93
< form
Original file line number Diff line number Diff line change 9
9
> </ script >
10
10
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
11
11
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
12
- < link
13
- href ="https://fonts.googleapis.com/css2?family=Kode+Mono&display=swap "
14
- rel ="stylesheet "
15
- />
12
+ <!-- Font -->
13
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
14
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
15
+ < link href ="
https://fonts.googleapis.com/css2?family=Quicksand:[email protected] &display=swap "
16
+ rel ="stylesheet ">
16
17
< link
17
18
rel ="stylesheet "
18
19
href ="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css "
77
78
} ) ;
78
79
}
79
80
</ script >
81
+ < style >
82
+ html * {
83
+ font-family : 'Quicksand' , sans-serif;
84
+ }
85
+ </ style >
80
86
</ head >
81
87
< body >
82
88
< main class ="container " style ="text-align: center ">
83
89
< header >
84
- < h1 > Poularidad de Nombres en Argentina</ h1 >
90
+ < h1 > Popularidad de Nombres en Argentina</ h1 >
85
91
</ header >
86
92
< div id ="chart " style ="width: 80vw; height: 50vh; margin: auto "> </ div >
87
93
< form
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ pass github-registry | docker login ghcr.io -u ralsina --password-stdin
3
3
docker run --rm --privileged \
4
4
multiarch/qemu-user-static \
5
5
--reset -p yes
6
- docker build . --platform=linux/arm64 -t ghcr.io/ralsina/faaso-arm64:latest --push
7
- docker build . --platform=linux/amd64 -t ghcr.io/ralsina/faaso:latest --push
6
+ docker build . --platform=linux/arm64 -t ghcr.io/ralsina/faaso-arm64:latest -t ghcr.io/ralsina/faaso-arm64:0.1.0 - -push
7
+ docker build . --platform=linux/amd64 -t ghcr.io/ralsina/faaso:latest -t ghcr.io/ralsina/faaso:0.1.0 - -push
You can’t perform that action at this time.
0 commit comments