Skip to content

Commit a6f6ab0

Browse files
committed
feat(icons): add devin icons and update header
1 parent c715fdb commit a6f6ab0

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

_includes/devin-icons.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
2+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
3+
<polygon points="12,2 14.5,3.5 14.5,7.5 12,9 9.5,7.5 9.5,3.5" />
4+
<polygon points="18,9.5 20.5,11 20.5,15 18,16.5 15.5,15 15.5,11" />
5+
<polygon points="6,9.5 8.5,11 8.5,15 6,16.5 3.5,15 3.5,11" />
6+
<polygon points="12,17 14.5,18.5 14.5,22.5 12,24 9.5,22.5 9.5,18.5" />
7+
</svg>

_includes/header.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,32 @@ <h3 class="project-tagline">{{ page.description | default: site.description | de
1414
{% include theme-icons.html %}
1515
</button>
1616

17-
<button id="searchHeader" class="icon-button" aria-label="Search" onclick="window.location.href='/search-en'">
18-
{% include search-icons.html %}
17+
<button id="devinHeader" class="icon-button" aria-label="Devin"
18+
onclick="window.location.href='https://deepwiki.com/lzwjava/lzwjava.github.io'">
19+
{% include devin-icons.html %}
1920
</button>
20-
21-
<button id="githubHeader" class="icon-button" aria-label="GitHub" onclick="window.location.href='https://github.com/lzwjava/lzwjava.github.io'">
21+
22+
<!-- <button id="searchHeader" class="icon-button" aria-label="Search" onclick="window.location.href='/search-en'">
23+
{% include search-icons.html %}
24+
</button> -->
25+
26+
<button id="githubHeader" class="icon-button" aria-label="GitHub"
27+
onclick="window.location.href='https://github.com/lzwjava/lzwjava.github.io'">
2228
{% include github-icons.html %}
2329
</button>
2430

2531
<!-- <button id="statusHeader" class="icon-button" aria-label="Check Status"
2632
onclick="window.location.href='/status-page-en'">
2733
</button> -->
28-
34+
2935
</div>
3036

3137
<div class="row">
3238
<!-- Information-related buttons -->
3339
<a href="/original/2025-01-11-resume-en" class="btn">📄 <br>Résumé</a>
3440
<a href="/original/2025-01-11-portfolio-en" class="btn"><br> أعمال</a>
3541
<a href="/original/2025-01-11-notes-en" class="btn">📎 <br>メモ</a>
36-
<a href="/original/2025-01-11-papers-en" class="btn">🔍 <br>논문</a>
42+
<a href="/original/2025-01-11-papers-en" class="btn">🔍 <br>논문</a>
3743
</div>
3844

3945
<div class="row">

0 commit comments

Comments
 (0)