Skip to content

Commit e362797

Browse files
committed
refactor: update image sources in template.html
1 parent 6aef4cb commit e362797

File tree

8 files changed

+8
-22
lines changed

8 files changed

+8
-22
lines changed

index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.
-1.13 MB
Binary file not shown.

signature/assets/icons/github.png

-7.47 KB
Binary file not shown.
-11.2 KB
Binary file not shown.

signature/assets/icons/twitch.png

-5.55 KB
Binary file not shown.

signature/assets/icons/twitter.png

-17 KB
Binary file not shown.

signature/assets/icons/youtube.png

-4.34 KB
Binary file not shown.

signature/template/template.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
<tr>
4747
<td>
4848
<a href="https://thinkr.fr" dir="ltr" target="_blank">
49-
<img
50-
src="https://raw.githubusercontent.com/ThinkR-open/signature/main/inst/app/www/templates/thinkr/assets/logo.jpg"
49+
<img src="https://raw.githubusercontent.com/ThinkR-open/signature/refs/heads/main/assets/logo.jpg"
5150
alt="" border="0" />
5251
</a>
5352
</td>
@@ -109,7 +108,7 @@
109108
<div>
110109
<a href="https://github.com/ThinkR-open" dir="ltr" target="_blank">
111110
<img
112-
src="https://raw.githubusercontent.com/ThinkR-open/signature.py/main/signature/assets/icons/github.png"
111+
src="https://raw.githubusercontent.com/ThinkR-open/signature/refs/heads/main/assets/icons/github.png"
113112
alt="" width="23" height="23" border="0" style="display: block">
114113
</a>
115114
</div>
@@ -119,7 +118,7 @@
119118
<div>
120119
<a href="https://twitter.com/thinkR_fr" dir="ltr" target="_blank">
121120
<img
122-
src="https://raw.githubusercontent.com/ThinkR-open/signature.py/main/signature/assets/icons/twitter.png"
121+
src="https://raw.githubusercontent.com/ThinkR-open/signature/refs/heads/main/assets/icons/twitter.png"
123122
alt="" width="23" height="23" border="0" style="display: block">
124123
</a>
125124
</div>
@@ -129,7 +128,7 @@
129128
<div>
130129
<a href="https://fr.linkedin.com/company/thinkr-sas" dir="ltr" target="_blank">
131130
<img
132-
src="https://raw.githubusercontent.com/ThinkR-open/signature.py/main/signature/assets/icons/linkedin.png"
131+
src="https://raw.githubusercontent.com/ThinkR-open/signature/refs/heads/main/assets/icons/linkedin.png"
133132
alt="" width="23" height="23" border="0" style="display: block">
134133
</a>
135134
</div>
@@ -140,7 +139,7 @@
140139
<a href="https://www.youtube.com/channel/UCE3OyQLmrQ5tnKc9qDIZbtw" dir="ltr"
141140
target="_blank">
142141
<img
143-
src="https://raw.githubusercontent.com/ThinkR-open/signature.py/main/signature/assets/icons/youtube.png"
142+
src="https://raw.githubusercontent.com/ThinkR-open/signature/refs/heads/main/assets/icons/youtube.png"
144143
alt="" width="23" height="23" border="0" style="display: block">
145144
</a>
146145
</div>
@@ -150,7 +149,7 @@
150149
<div>
151150
<a href="https://www.twitch.tv/thinkr_fr" dir="ltr" target="_blank">
152151
<img
153-
src="https://raw.githubusercontent.com/ThinkR-open/signature.py/main/signature/assets/icons/twitch.png"
152+
src="https://raw.githubusercontent.com/ThinkR-open/signature/refs/heads/main/assets/icons/twitch.png"
154153
alt="" width="20" height="20" border="0" style="display: block">
155154
</a>
156155
</div>
@@ -169,9 +168,8 @@
169168
<tbody>
170169
<tr>
171170
<td>
172-
<a href="https://thinkr-open.github.io/signature.py/" dir="ltr" target="_blank">
173-
<img
174-
src="https://raw.githubusercontent.com/ThinkR-open/signature.py/main/signature/assets/current_banner.png"
171+
<a href="https://thinkr-open.github.io/signature/" dir="ltr" target="_blank">
172+
<img src="https://raw.githubusercontent.com/ThinkR-open/signature/refs/heads/main/assets/banner/current.png"
175173
alt="ThinkR banner" border="0" height="150" width="520"
176174
style="max-width:520px;width:520px;height:150px" />
177175
</td>

0 commit comments

Comments
 (0)