-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
30 lines (28 loc) · 1.86 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: default
permalink: :basename
title: Contact
slug: contact
---
<div class="flex-content">
<section class="experience section-padding">
<div class="container">
<h3 class="experience-title">CONTANCT</h3>
<div class="contact-social">
<a class="fa-social" href="https://t.me/Darkfoe703" target="_blank" rel="noopener" title="link to Telegram"><i class="fab fa-telegram"></i></a>
<a class="fa-social" href="https://www.linkedin.com/in/marco-romero-at/" target="_blank" rel="noopener" title="link to LinkedIn"><i class="fab fa-linkedin"></i></a>
<a class="fa-social" href="https://github.com/Darkfoe703" target="_blank" rel="noopener" title="link to GitHub"><i class="fab fa-github-square"></i></a>
<a class="fa-social" href="https://instagram.com/Darkfoe703" target="_blank" rel="noopener" title="link to Instagram"><i class="fab fa-instagram-square"></i></a>
</div>
<hr>
<div class="contact-form col-1 med-col-1 sm-col-1">
<form action="submit">
<label for="name-input">Please enter your name: <input id="name-input" class="form-item" type="text" name="name" value="" placeholder="Name" alt="Name"></input></label>
<label for="email-input">Please enter your email: <input id="email-input" class="form-item" type="text" name="email" value="" placeholder="E-mail" alt="Email"></input></label>
<label for="message-input">Please enter your message: <textarea id="message-input" class="form-item" type="text" name="message" value="" placeholder="Message..." alt="Message"></textarea></label>
<button id="send-btn" class="form-item form-btn" type="button" name="send-btn" onclick="test()" title="Send">Send</button>
</form>
</div>
</section>
{%- include profile.html -%}
</div>