-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact me.html
36 lines (33 loc) · 1.31 KB
/
Contact me.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
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact me</title>
<link rel="stylesheet" href="https://isaque4nd.github.io/Web-Profile-2.0-CSS/styles.css">
</head>
<body>
<h2>More informations about me</h2>
<ul>
<li>Email: andradeisq1.7@gmail.com</li>
<li>phone number: +55 (77) 99971-0134</li>
<li>Github page: <a href="https://github.com/Isaque4nd">https://github.com/Isaque4nd</a></li>
<li>instagram: <button><a href="https://www.instagram.com/isaquerib5/">isaquerib5</a></button></li>
<li>Curriculum: <button><a href="http://lattes.cnpq.br/3072749083760170">Lattes</a></button></li>
</ul>
<br>
<hr>
<br>
<h2>Send me an Email:</h2>
<form action="mailto:andradeisq1.7@gmail.com" method="post" enctype="text/plain">
<label>Your name:</label>
<input type="text" name="yourName"><br>
<label>Your Email:</label>
<input type="email" name="yourEmail"><br>
<label>Your message:</label><br>
<textarea name="yourMessage" id="" cols="30" rows="10"></textarea><br>
<input type="submit">
</form>
</body>
</html>