Newer
Older
express-blog / src / views / partials / social_icons.handlebars
@Jason Jason on 24 Jul 920 bytes Merge branch 'testing'
<div class="social-contact">
    <p>
        <a href="#"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v11/icons/linkedin.svg"
                alt="Link to LinkedIn Profile" width="24" height="24">
        </a>
    </p>
    <p>
        <a href="https://github.com/jpoage1"><img src="https://cdn.jsdelivr.net/npm/simple-icons@v11/icons/github.svg"
                alt="Link to GitHub Profile" width="24" height="24" /></a>
        <a href="{{baseUrl}}/contact"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                class="feather feather-mail">
                <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
                <polyline points="22,6 12,13 2,6"></polyline>
            </svg></a>
    </p>
</div>