-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
68 lines (60 loc) · 2.45 KB
/
contact-us.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html>
<head>
<lang="bg"></lang>
<title>Vayloan - Научи Java онлайн</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/contact-style.css">
<link rel="shortcut icon" href="css/img/favicon.ico">
</head>
<body>
<div id="header">
<nav>
<div id="logo">
<a href="index.html"><img src="css/img/logo.png" width="80px" height="80px"></a>
</div>
<ul>
<li><a href="index.html">Начало</a></li>
<li><a href="lessons.html">Уроци</a></li>
<li><a href="exercises.html">Упражнения</a></li>
<li><a href="contact-us.html">Свържете се с нас</a></li>
</ul>
</nav>
</div>
<div id="contact-bs">
</div>
<div id="content">
<div id="contact-us">
<div id="bs-3">
</div>
<form action="https://formspree.io/[email protected]"
method="POST">
<div id="info">
<h1>Свържете се с нас</h1>
<p>Ако имате някакви въпроси или предложения, моля свържете се с нас</p>
</div>
<div id="form">
<input type="text" name="name" placeholder="Въведи име">
<br>
<input type="email" name="email" placeholder="Въведи e-mail">
<br>
<textarea name="message" placeholder="Въведи съобщение" style="height:200px"></textarea>
<br>
<button class="btn1" type="submit">Изпрати</button>
</div>
</form>
</div>
</div>
<div id="contact-bs-2">
</div>
<div id="footer">
<div id="bs">
</div>
<h6>Copyright © 2018 | Изработен от Христо Тодоров и Янис Якимов | Проект №84 за НОИТ</h6>
<div id="contact">
<a href="https://www.facebook.com/Vayloan-1951527885163461/"><img src="css/img/fb.png"></a>
<a href="https://github.com/Vayloan"><img src="css/img/github.png"></a>
<a href="https://www.youtube.com/channel/UCWt3DkdlMsordyw967G1akg"><img src="css/img/yt.png"></a>
</div>
</div>
</body>
</html>