Skip to content

Commit 01ad712

Browse files
committed
Update devicons
1 parent ef7696a commit 01ad712

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>EDIpack GitHub Pages</title>
77

8-
<!-- Font Awesome icons -->
9-
<link rel="stylesheet"
10-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
119

1210
<style>
1311
body {
@@ -84,28 +82,28 @@
8482
alt="EDIpack logo"
8583
style="display:block; margin:0 auto 30px auto; max-width:300px; height:auto;">
8684

87-
<h1>Welcome to EDIpack's GitHub Pages</h1>
85+
<h1>Welcome to the EDIpack project Homepage</h1>
8886

8987
<!-- ICON LINKS -->
9088
<div class="social-icons">
9189

9290
<a class="github" href="https://github.com/EDIpack" target="_blank" title="EDIpack on GitHub">
93-
<i class="fab fa-github"></i>
91+
<i class="devicon-github-original"></i>
9492
</a>
9593

9694
<a class="pypi" href="https://pypi.org/project/edipack2py/" target="_blank" title="EDIpack on PyPI">
97-
<i class="fab fa-python"></i>
95+
<i class="devicon-pypi-plain"></i>
9896
</a>
9997

10098
<a class="conda" href="https://anaconda.org/channels/EDIpack" target="_blank" title="EDIpack Anaconda channel">
101-
<i class="fas fa-circle-notch"></i>
99+
<i class="devicon-anaconda-original"></i>
102100
</a>
103101

104102
</div>
105103

106104
<h2>Project repositories</h2>
107105
<ul>
108-
<li><a href="https://github.com/EDIpack/EDIpack" target="_blank">EDIpack Fortran library</a></li>
106+
<li><a href="https://github.com/EDIpack/EDIpack" target="_blank">EDIpack</a></li>
109107
<li><a href="https://github.com/EDIpack/edipack2triqs" target="_blank">EDIpack - TRIQS compatibility layer</a></li>
110108
<li><a href="https://github.com/EDIpack/EDIpack2py" target="_blank">EDIpack2py Python module</a></li>
111109
</ul>

0 commit comments

Comments
 (0)