bluesky,projects
This commit is contained in:
parent
4ba8f50ec1
commit
9938965677
2 changed files with 17 additions and 12 deletions
4
img/bluesky.svg
Normal file
4
img/bluesky.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="530" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 164.28-205.46 47.98-36.021 125.72-63.892 125.72 24.795 0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.3797-3.6904-10.832-3.7077-7.8964-0.0174-2.9357-1.1937 0.51669-3.7077 7.8964-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.4491-163.25-81.433-5.9562-21.282-16.111-152.36-16.111-170.07 0-88.687 77.742-60.816 125.72-24.795z" fill="#1185fe"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 745 B |
25
index.html
25
index.html
|
@ -83,17 +83,6 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Projects</h2>
|
|
||||||
|
|
||||||
<h3><a href="https://forge.rwx.work/rwx.work/spcd">Shell to Python<br>Continuous Deployment</a></h3>
|
|
||||||
|
|
||||||
<h3><a href="https://forge.rwx.work/rwx.work/rwx">Read Write eXecute</a></h3>
|
|
||||||
|
|
||||||
<h3><a href="https://forge.rwx.work/rwx.work/lsgm">Live Scan Grub Menu</a></h3>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Links</h2>
|
<h2>Links</h2>
|
||||||
|
|
||||||
|
@ -118,7 +107,7 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>BlueSky</th>
|
<th>BlueSky</th>
|
||||||
<td class="logo"><img src="img/bluesky" alt="BlueSky logo"></td>
|
<td class="logo"><img src="img/bluesky.svg" alt="BlueSky logo"></td>
|
||||||
<td><img class="inline" src="img/at.svg" alt="at">
|
<td><img class="inline" src="img/at.svg" alt="at">
|
||||||
<a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
|
<a href="https://bsky.app/profile/marc.beninca.link">marc.beninca.link</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -187,6 +176,18 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Projects</h2>
|
||||||
|
|
||||||
|
<h3><a href="https://forge.rwx.work/rwx.work/spcd"
|
||||||
|
>Shell to Python Continuous Deployment</a></h3>
|
||||||
|
|
||||||
|
<h3><a href="https://forge.rwx.work/rwx.work/rwx">Read Write eXecute</a></h3>
|
||||||
|
|
||||||
|
<h3><a href="https://forge.rwx.work/rwx.work/lsgm">Live Scan Grub Menu</a></h3>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Education</h2>
|
<h2>Education</h2>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue