diff options
author | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-06-10 22:35:15 +0300 |
---|---|---|
committer | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-06-10 22:35:15 +0300 |
commit | be36c9e086561c5d892e7ee534459291b416064f (patch) | |
tree | 2b2179274da3778e8cffa98a8052c31ce0935663 /site | |
parent | af7fa1daf5be256da3c61e5c87953277c0c13772 (diff) | |
download | community.vyos.net-be36c9e086561c5d892e7ee534459291b416064f.tar.gz community.vyos.net-be36c9e086561c5d892e7ee534459291b416064f.zip |
Add Hubspot forms styling
Diffstat (limited to 'site')
-rw-r--r-- | site/get/contributor-subscriptions.md | 6 | ||||
-rw-r--r-- | site/img/forms/bg.svg | 89 |
2 files changed, 93 insertions, 2 deletions
diff --git a/site/get/contributor-subscriptions.md b/site/get/contributor-subscriptions.md index 30ef707..937b519 100644 --- a/site/get/contributor-subscriptions.md +++ b/site/get/contributor-subscriptions.md @@ -24,16 +24,18 @@ please supply links to posts or recorded talks.</fn> track record of posting abo or speaking about it at live events (offline or online). Answering on the forums also counts. </dd> -<h2 id="application-form">Apply for a subscription</h2> +<div id="application-form"> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "4129050", - formId: "69cc4023-7ade-4d85-a013-4ce620ef5e47" + formId: "3c2d93a2-e9a9-49b8-b493-38369aa9cca5" }); </script> +</div> + <hr> <div id="footnotes"> </div> diff --git a/site/img/forms/bg.svg b/site/img/forms/bg.svg new file mode 100644 index 0000000..89fd785 --- /dev/null +++ b/site/img/forms/bg.svg @@ -0,0 +1,89 @@ +<?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" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="1340" + height="341" + viewBox="0 0 1340 341" + fill="none" + version="1.1" + id="svg39" + sodipodi:docname="CTA.svg" + inkscape:version="0.92.4 (33fec40, 2019-01-16)"> + <metadata + id="metadata43"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview41" + showgrid="false" + inkscape:zoom="0.26492537" + inkscape:cx="702.82024" + inkscape:cy="206.96837" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g32" /> + <g + clip-path="url(#clip0)" + id="g32"> + <rect + width="1340" + height="344" + fill="#18191C" + id="rect2" /> + <g + opacity="0.05" + id="g12"> + <path + d="M149.75 -71H191V66.5H224V-104H149.75V-71Z" + fill="white" + id="path4" /> + <path + d="M119.5 -104H-51V-29.75H-18V-71H119.5V-104Z" + fill="white" + id="path6" /> + <path + d="M-18 0.5H-51V171H23.25V138H-18V0.5Z" + fill="white" + id="path8" /> + <path + d="M53.5 138V171H224V96.75H191V138H53.5Z" + fill="white" + id="path10" /> + </g> + </g> + <defs + id="defs37"> + <clipPath + id="clip0"> + <rect + width="1340" + height="341" + fill="white" + id="rect34" /> + </clipPath> + </defs> +</svg>
\ No newline at end of file |