Replace hire with general contact info.
This commit is contained in:
parent
70070b4a1b
commit
8afd9c0dc5
2 changed files with 32 additions and 3 deletions
23
voussoir.net/cv/contact.svg
Normal file
23
voussoir.net/cv/contact.svg
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 640 640"
|
||||
height="640"
|
||||
width="640"
|
||||
xml:space="preserve"
|
||||
id="svg1521"
|
||||
version="1.1"><metadata
|
||||
id="metadata1527"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs1525" /><path
|
||||
id="rect4518"
|
||||
d="m 198.32049,139.81287 h 329.61923 c 14.97419,0 27.02923,12.04085 27.02923,26.99742 v 201.7947 37.75022 l -61.84656,-37.75064 h -294.8019 c -14.97419,0 -27.02922,-12.04084 -27.02922,-26.99742 V 166.81029 c 0,-14.95657 12.05503,-26.99742 27.02922,-26.99742 z"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:15.99999905;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /><path
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:15.99999905;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 447.67949,233.64536 H 118.06027 c -14.97419,0 -27.02923,12.04086 -27.02923,26.99742 v 201.79471 37.75022 l 61.84656,-37.75063 h 294.80189 c 14.9742,0 27.02924,-12.04086 27.02924,-26.99742 V 260.64278 c 0,-14.95656 -12.05504,-26.99742 -27.02924,-26.99742 z"
|
||||
id="path4521" /></svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -356,11 +356,17 @@ code { font-family: monospace; }
|
|||
|
||||
<div class="cvitem">
|
||||
<div class="width_limited">
|
||||
<h3 class="cvitem_title">Hire</h3>
|
||||
<h3 class="cvitem_title" id="meansoftransmission">Means of transmission</h3>
|
||||
<div class="cvitem_details">
|
||||
<p>If you like what you see here, and you've got something that you need an <strong><em>EXPERT</em></strong> to tackle, send an email to hire@voussoir.net.</p>
|
||||
<p>If you'd like to get in touch, please email contact@voussoir.net. If you'd like to chat in real time, consider:</p>
|
||||
<ul>
|
||||
<li>Element, my id is <a href="https://matrix.to/#/@voussoir:matrix.org">@voussoir:matrix.org</a> and my public room is <a href="https://matrix.to/#/!aOtSMPrYrQuRgWJwFd:matrix.org">#voussoircontact:matrix.org</a>.</li>
|
||||
<li><a href="https://webchat.freenode.net/">freenode</a>, my name is voussoir.</li>
|
||||
<li>Discord, my id is voussoir#7582.</li>
|
||||
</ul>
|
||||
<p>Please email me first so we can coordinate.</p>
|
||||
</div>
|
||||
<img class="cvitem_logo" src="./cv/hire.svg"/>
|
||||
<img class="cvitem_logo" src="./cv/contact.svg"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue