Skip to content

Commit

Permalink
yanorei32「共有の溶融の部分」
Browse files Browse the repository at this point in the history
  • Loading branch information
Ry0taK committed Oct 5, 2024
1 parent 53dea3c commit 780ec44
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions root/details/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,47 @@ <h2 id=cre_id>Common RyotaK Scoring System Calculator</h2>
<div><label id=vector_string>読込中...</label></div>
</div>
</div>

<a id=share target=_blank>
<svg width="25px" height="25px" viewBox="0 0 67.228993 67.228996" version="1.1" id="svg1"
xml:space="preserve" inkscape:export-filename="SDGstwitter.png" inkscape:export-xdpi="240"
inkscape:export-ydpi="240" inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
sodipodi:docname="drawing.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1">
<g id="g11" transform="matrix(0.88995215,0,0,0.88995215,-26.378459,-44.709723)">
<rect
style="fill:#2ad4ff;fill-opacity:1;stroke-width:0.799999;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3, 3"
id="rect11" width="75.542168" height="75.542168" x="29.624344" y="50.262142"
ry="13.915663" />
<g id="g5" transform="matrix(0.70468741,0,0,0.70468741,18.171277,41.563105)">
<circle
style="fill:#ddf5fb;fill-opacity:1;stroke-width:0.905201;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.39452, 3.39452"
id="path1" cx="52.462666" cy="38.398869" r="9.904789" />
<circle
style="fill:#ddf5fb;fill-opacity:1;stroke-width:0.828987;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.10872, 3.10872"
id="circle1" cx="88.717476" cy="57.9529" r="9.0708618" />
<circle
style="fill:#ddf5fb;fill-opacity:1;stroke-width:0.843514;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.16318, 3.16318"
id="circle2" cx="88.876389" cy="94.164749" r="9.2297754" />
<rect
style="fill:#ddf5fb;fill-opacity:1;stroke-width:0.905201;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.39452, 3.39452"
id="rect2" width="19.809578" height="46.536121" x="42.557873" y="38.398869" />
<rect
style="fill:#ddf5fb;fill-opacity:1;stroke-width:0.905201;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.39452, 3.39452"
id="rect3" width="36.727245" height="18.141727" x="52.462666" y="48.882042" />
<rect
style="fill:#ddf5fb;fill-opacity:1;stroke-width:0.905201;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.39452, 3.39452"
id="rect4" width="26.822458" height="18.459538" x="62.367451" y="84.934982" />
<path id="path4"
style="fill:#ddf5fb;fill-opacity:1;stroke-width:0.905201;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.39452, 3.39452"
d="M 61.102224,67.968595 A 18.544369,17.712947 0 0 0 42.557783,85.681566 18.544369,17.712947 0 0 0 61.102224,103.39453 18.544369,17.712947 0 0 0 79.646666,85.681566 18.544369,17.712947 0 0 0 79.627375,84.934875 H 62.36756 V 68.015373 A 18.544369,17.712947 0 0 0 61.102224,67.9686 Z" />
</g>
</g>
</g>
</svg>
</a>
</div>
</main>
<footer class=owsc>
Expand Down Expand Up @@ -266,6 +307,8 @@ <h1><a href=/>OWSC</a></h1>
const severityElement = document.getElementById('severity');
severityElement.textContent = format(overall_score) + ' ' + severity.label;
severityElement.className = severity.class;

document.getElementById('share').href = `https://x.com/intent/tweet?text=${encodeURIComponent(`${data.author}${data.text}」(${format(overall_score)})\nhttps://crss.gnknzm.net/details/?id=${id}`)}`;
})();
</script>
</body>
Expand Down

0 comments on commit 780ec44

Please sign in to comment.