4646 </ style >
4747 {% endblock %}
4848
49- < script src =" https://kit.fontawesome.com/4c86883252.js " crossorigin =" anonymous " > </ script >
49+ < link rel =" stylesheet " href =" https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css " >
5050 < title > {% block title %}{% endblock %}</ title >
5151 < meta name ="description " content ="{{ config.METAREGISTRY_DESCRIPTION }} " />
5252 < link rel ="icon " type ="image/svg+xml " href ="/static/logo.svg ">
9090 < a class ="dropdown-item " href ="{{ url_for( "metaregistry_ui.summary ") }}"> Summary</ a >
9191 {% else %}
9292 < a class ="dropdown-item " target ="_blank " href ="https://bioregistry.io/summary ">
93- Summary < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
93+ Summary < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
9494 </ a >
9595 {% endif %}
9696 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY_PAGES }}/glossary/ ">
97- Glossary < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
97+ Glossary < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
9898 </ a >
9999 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY_PAGES }}/datamodel/ ">
100- Data Model < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
100+ Data Model < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
101101 </ a >
102102 < a class ="dropdown-item " href ="{{ url_for( "metaregistry_ui.schema ") }}"> JSON and RDF Schemata</ a >
103103 {% if config.METAREGISTRY_FIRST_PARTY %}
104104 < div class ="dropdown-divider "> </ div >
105105 < h6 class ="dropdown-header "> Maintenance</ h6 >
106106 < a class ="dropdown-item " href ="{{ url_for( "metaregistry_ui.sustainability ") }}"> Deployment and Sustainability</ a >
107107 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY_PAGES }}/health/ ">
108- Health Report < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
108+ Health Report < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
109109 </ a >
110110 {% endif %}
111111 < div class ="dropdown-divider "> </ div >
@@ -117,16 +117,16 @@ <h6 class="dropdown-header">Attribution</h6>
117117 < div class ="dropdown-divider "> </ div >
118118 < h6 class ="dropdown-header "> Workshops</ h6 >
119119 < a class ="dropdown-item " target ="_blank " href ="https://biopragmatics.github.io/workshops/wpci2021 ">
120- WPCI 2021 < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
120+ WPCI 2021 < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
121121 </ a >
122122 < a class ="dropdown-item " target ="_blank " href ="https://biopragmatics.github.io/workshops/wpci2022 ">
123- WPCI 2022 < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
123+ WPCI 2022 < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
124124 </ a >
125125 < a class ="dropdown-item " target ="_blank " href ="https://biopragmatics.github.io/workshops/wpci2023 ">
126- WPCI 2023 < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
126+ WPCI 2023 < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
127127 </ a >
128128 < a class ="dropdown-item " target ="_blank " href ="https://biopragmatics.github.io/workshops/biocuration2025 ">
129- Biocuration 2025 < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
129+ Biocuration 2025 < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
130130 </ a >
131131 </ div >
132132 </ li >
@@ -138,21 +138,21 @@ <h6 class="dropdown-header">Workshops</h6>
138138 < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
139139 < h6 class ="dropdown-header "> Project Info</ h6 >
140140 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY }}/blob/main/docs/CONTRIBUTING.md ">
141- Contribution Guidelines < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
141+ Contribution Guidelines < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
142142 </ a >
143143 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY }}/blob/main/docs/CODE_OF_CONDUCT.md ">
144- Code of Conduct < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
144+ Code of Conduct < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
145145 </ a >
146146 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY }}/blob/main/docs/GOVERNANCE.md ">
147- Project Governance < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
147+ Project Governance < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
148148 </ a >
149149 < div class ="dropdown-divider "> </ div >
150150 < h6 class ="dropdown-header "> Getting Started</ h6 >
151151 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY }}/issues/new?labels=New%2CPrefix&template=new-prefix.yml&title=Add+prefix+%5BX%5D ">
152- Request a Prefix < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
152+ Request a Prefix < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
153153 </ a >
154154 < a class ="dropdown-item " target ="_blank " href ="{{ config.METAREGISTRY_REPOSITORY_PAGES }}/curation/ ">
155- Good First Contributions < i class ="fa fa-external- link " aria-hidden ="true "> </ i >
155+ Good First Contributions < i class ="bi bi- link-45deg " aria-hidden ="true "> </ i >
156156 </ a >
157157 <!--<div class="dropdown-divider"></div>-->
158158 </ div >
0 commit comments