-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiletisim.html
66 lines (58 loc) · 1.98 KB
/
iletisim.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
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8">
<link href="style2.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<title>İletişim</title>
<link rel="icon" href="developer.ico">
<style>::-webkit-scrollbar-thumb {
background: linear-gradient(
to bottom,
white,
aqua,
white);
border-radius: 20px;
}
::-webkit-scrollbar-track {
background: #ffffff;
}</style>
<div class="banner">
<button class="btn" onClick="parent.location='index.html'"> Anasayfa </button>
</div>
</head>
<body>
<div class="container">
<form id="contact" action="" method="">
<h2>Bizimle İletişime Geç</h2>
<div class="form-control">
<input placeholder="Adınız Soyadınız" type="text" required autofocus>
</div>
<div class="form-control">
<input placeholder="E-Posta Adresiniz" type="email" required>
</div>
<div class="form-control">
<input placeholder="Konu" type="text" required>
</div>
<div class="form-control">
<textarea placeholder="Lütfen Mesajınızı Buraya Yazın.." required></textarea>
</div>
<div class="form-control">
<button name="gonder" type="gonder" id="gonder">GÖNDER</button>
</div>
</form>
<div class="main">
<a href="https://www.instagram.com/">
<div class="yuvarlak"><i class="fa-brands fa-instagram"></i>
</div></a>
<a href="">
<div class="yuvarlak"><i class="fa-brands fa-facebook"></i></div>
</a>
<a href="https://www.youtube.com">
<div class="yuvarlak"><i class="fa-brands fa-youtube"></i></div>
</a>
<a href="">
<div class="yuvarlak"><i class="fa-regular fa-envelope"></i></div>
</a>
</div>
</body>