-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (86 loc) · 2.75 KB
/
index.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<title>Trendyol New Barcode Finder | Kolay Barkod Bulma Uzantısı</title>
</head>
<body
style="
background-color: #ffc069;
padding: 5px;
background-image: url(../icons/ty_icon.png);
background-size: 60px;
background-repeat: no-repeat;
background-position: 98% 2%;
float: left;
"
>
<header id="header1">
<br />
<p class="card-text">
Barkodlara ulaşmak için Sepete Ekle butonunun altına bakabilirsiniz.
</p>
</header>
<hr />
<div class="card" style="width: 100%; background-color: #e05d5d">
<div class="card-body">
<div class="socialiconsright">
<div class="socialicons">
<a
href="https://www.facebook.com/halituzantr"
target="_blank"
class="icons"
><img src="../images/facebook.png"
/></a>
<a
href="https://www.linkedin.com/in/halituzan/"
target="_blank"
class="icons"
><img src="../images/linkedin.png"
/></a>
</div>
<div class="socialicons">
<a
href="https://www.instagram.com/uzanhalit"
target="_blank"
class="icons"
><img src="../images/insta.png"
/></a>
<a href="https://github.com/halituzan" target="_blank" class="icons"
><img src="../images/github-logo.png"
/></a>
</div>
</div>
<h5 class="card-title" style="font-weight: bold; color: white">
Halit Uzan
</h5>
<hr
style="height: 3px; color: #212529; opacity: 1; border-radius: 15px"
/>
<p class="card-text" style="font-weight: bold; color: white">
Geliştirdiğim hayatınızı kolaylaştıran uygulamaları ve yazılımları,
Patreon hesabımdan takip edebilir ve beni destekleyebilirsiniz.
</p>
<a
href="https://www.patreon.com/uzanhalit"
target="_blank"
class="btn patreon"
style="
background: #ff424d;
color: white;
font-weight: bold;
box-shadow: 0px 0px 8px #00000059;
transition: all 0.2s ease-in-out;
"
>
<img src="../images/patreon.png" alt="patreon" style="width: 30px" />
Patreon'da Destekle</a
>
</div>
</div>
</body>
</html>