File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636< td class ="badge "> < a href ="https://github.com/imagej/pyimagej/actions "> < img src ="https://github.com/imagej/pyimagej/actions/workflows/build.yml/badge.svg "> </ a > </ td >
3737</ tr >
3838</ table >
39+
40+ < hr >
41+ 👍
Original file line number Diff line number Diff line change 1+ < hr >
2+ 👍
Original file line number Diff line number Diff line change 1+ < style >
2+ # site-nav {
3+ display : flex;
4+ gap : .4em ;
5+ padding : .6em 1em ;
6+ background : # 2e2e2e ;
7+ border-bottom : 1px solid # 333 ;
8+ }
9+ # site-nav a {
10+ padding : .3em .9em ;
11+ border-radius : 1em ;
12+ text-decoration : none;
13+ font-size : .9em ;
14+ color : # bbb ;
15+ }
16+ # site-nav a : hover { background : # 333 ; color : # fff ; }
17+ # site-nav a .active {
18+ background : # 444 ;
19+ color : # fff ;
20+ font-weight : bold;
21+ cursor : default;
22+ }
23+ .badge-block {
24+ display : inline-block;
25+ text-align : center;
26+ font-family : sans-serif;
27+ font-size : 0.8em ;
28+ font-variant : small-caps;
29+ line-height : 1.2em ;
30+ background : lightgray;
31+ padding : 0.5em ;
32+ margin : 0 0.3em 0.5em 0 ;
33+ border-radius : 0.5em ;
34+ }
35+ </ style >
36+ < nav id ="site-nav ">
37+ < a class ="active "> Status</ a >
38+ < a href ="/team "> Team</ a >
39+ </ nav >
40+ < div class ="badge-block ">
41+ < a href ="https://github.com/scijava/pom-scijava/actions/workflows/build.yml "> < img src ="https://github.com/scijava/pom-scijava/actions/workflows/build.yml/badge.svg "> </ a >
42+ < br > < a href ="https://github.com/scijava/pom-scijava "> pom-scijava</ a >
43+ </ div >
44+ < div class ="badge-block ">
45+ < a href ="https://github.com/scijava/pom-scijava-base/actions/workflows/build.yml "> < img src ="https://github.com/scijava/pom-scijava-base/actions/workflows/build.yml/badge.svg "> </ a >
46+ < br > < a href ="https://github.com/scijava/pom-scijava-base "> pom-scijava-base</ a >
47+ </ div >
Original file line number Diff line number Diff line change 1+ < style >
2+ # site-nav {
3+ display : flex;
4+ gap : .4em ;
5+ padding : .6em 1em ;
6+ background : # 2e2e2e ;
7+ border-bottom : 1px solid # 333 ;
8+ }
9+ # site-nav a {
10+ padding : .3em .9em ;
11+ border-radius : 1em ;
12+ text-decoration : none;
13+ font-size : .9em ;
14+ color : # bbb ;
15+ }
16+ # site-nav a : hover { background : # 333 ; color : # fff ; }
17+ # site-nav a .active {
18+ background : # 444 ;
19+ color : # fff ;
20+ font-weight : bold;
21+ cursor : default;
22+ }
23+ </ style >
24+ < nav id ="site-nav ">
25+ < a href ="/ "> Status</ a >
26+ < a class ="active "> Team</ a >
27+ </ nav >
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ repositories = ["scijava.public=https://maven.scijava.org/content/groups/public"
44
55[status ]
66rules = " rules.xml"
7- html = " index.html"
8- header = " header.html"
9- footer = " footer.html"
7+ html = " ../status.scijava.org/ index.html"
8+ header = " header-status .html"
9+ footer = " footer-status .html"
1010nexus-base = " https://maven.scijava.org"
1111cuttable = [
1212 " de.nanoimaging:*" ,
@@ -25,6 +25,9 @@ cuttable = [
2525]
2626
2727[team ]
28+ html = " ../status.scijava.org/team.html"
29+ header = " header-team.html"
30+ footer = " footer-team.html"
2831includes = [
2932 " de.nanoimaging:*" ,
3033 " fr.inra.ijpb:*" ,
You can’t perform that action at this time.
0 commit comments