-
Notifications
You must be signed in to change notification settings - Fork 0
/
bilgilendirme.html
180 lines (162 loc) · 8.06 KB
/
bilgilendirme.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<html lang="tr">
<head>
<!-- bilgiler -->
<title>Slip_Bey SweetAlert Tasarımları</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Slipnkot#2494"> <!--Discord-->
<link rel="shortcut icon" href="https://cdn.glitch.com/a1b151f7-5183-4923-830f-62fecccf39a3%2F290dcfb8-f6f8-4824-b1e4-bb40217b115e.image.png?v=1615797972329" type="image/x-icon">
<meta name="description" content="Sweet Alert isimli alert scriptinin kullanım örnekleri!" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta itemprop="image" content="https://cdn.glitch.com/a1b151f7-5183-4923-830f-62fecccf39a3%2F290dcfb8-f6f8-4824-b1e4-bb40217b115e.image.png?v=1615797972329"/>
<!-- cssler -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="fonts.css" />
<link rel="stylesheet" href="relative.css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800" rel="stylesheet">
<!-- scriptler -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
<script src="script.js"></script>
</head>
<body>
<div class="title_text">
<h3>
Sweet Alert Tasarımları
</h3>
<hr>
</div>
<div class="description_text">
<div class="social_info" left>
<h3>
Sosyal Medya Hesaplarım:
<br>
<a class="tooltip" href="https://youtube.com/c/AngelCraftNW" target="_blank"><button class="social_button" youtube> <i class="fab fa-youtube fa-2x"></i> </button> <span class="tooltiptext">Youtube</span></a>
<a class="tooltip" href="https://slipyme.xyz/discord" target="_blank"><button class="social_button" discord> <i class="fa fa-discord fa-2x"></i> </button><span class="tooltiptext">Discord</span></a>
<a class="tooltip" href="https://github.com/SlipBey" target="_blank"><button class="social_button" github> <i class="fa fa-github fa-2x"></i> </button><span class="tooltiptext">Github</span></a>
</h3>
<h5>
<center><iframe src="https://www.youtube.com/embed/aSaFxTaRa3w" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
</h5>
</div>
<div class="sweet_info" right>
<h3>
Sweet Alert Bilgileri:
<br>
<a href="https://sweetalert.js.org/" target="_blank">Sitesine Gitmek İçin Tıkla</a>
</h3>
</div>
</div>
<br><br><br><br><hr class="two_hr">
<div class="margin_center">
<h3 class="info_text"><p>Dikkat:</p>
<a href="index.html">Örnekler İçin Tıkla</a>
</h3>
</div>
<h3 class="none-text">İndirme</h3>
<div class="sample_text-one">
<h3>HTML</h3>
<pre><script src="https://cdn.jsdelivr.net/npm/sweetalert2@9">
</script> </pre>
<h3>Nodejs</h3>
<pre><code><span class="unselectable">$ </span>npm install sweetalert --save</code></pre>
</div>
<h3 class="none-text">Kullanımlar:</h3>
<div class="none_text"><h3>GEÇİCİ SÜRELİĞİNE MOBİLDE KODLAR GÖSTERİLMEYECEKTİR!</h3></div>
<div class="sample_text">
<h3>Butona Basınca Çalıştırma </h3>
<h5>Neyde kullanacağınızı seçin! <br> Ben buton üzerinden gideceğim.</h5>
<pre><button class="btn btn-info"></button></pre>
<h5>Bu butona mouse'a basınca eventini yani: <br></h5>
<pre>onClick</pre>
<h5>Eventini ekliyorum.</h5>
<pre><button class="btn btn-info" onClick="tikla()"></button></pre>
<h5>Şimdi "tikla" eventini çalıştıralım.</h5>
<pre><script>
function tikla() {
Swal.fire('Öylesine Bir Mesaj')
}
</script> </pre>
<h5>Test Edelim: <button class="try_button" onClick="tikla()">Test Et</button> </h5>
<h3>Tasarım Değiştirme </h3>
<h5>Css ile renk değiştirimi yapacağız!</h5>
<pre><script>
function cssile() {
Swal.fire('Öylesine Bir Mesaj')
}
</script> </pre>
<h5>Bu kodun css temelini alalım birde!</h5>
<pre><style>
.swal2-popup {
background-color: #252525;
color: #fff;
border-radius: 1rem;
}
.swal2-title, .swal2-content {
color: #fff;
}
</style></pre>
<h5>Test Edelim: <button class="try_button" onClick="cssile()">Test Et</button> </h5>
<h3>TEMALAR:</h3>
<a class="themes_a" href="https://github.com/sweetalert2/sweetalert2-themes">Tema Kodları</a>
<h5>Örnekler</h5>
<h5>Dark</h5>
<img class="themes_img" src="https://sweetalert2.github.io/images/themes-dark.png">
<h5>Minimal</h5>
<img class="themes_img" src="https://sweetalert2.github.io/images/themes-minimal.png">
<h5>Borderless</h5>
<img class="themes_img" src="https://sweetalert2.github.io/images/themes-borderless.png">
<h5>Bootstrap 4</h5>
<img class="themes_img" src="https://sweetalert2.github.io/images/themes-bootstrap-4.png">
<h5>Bulma</h5>
<img class="themes_img" src="https://sweetalert2.github.io/images/themes-bulma.png">
<h5>Material UI</h5>
<img class="themes_img" src="https://sweetalert2.github.io/images/themes-material-ui.png">
<h5>WordPress Admin</h5>
<img class="themes_img" src="https://sweetalert2.github.io/images/themes-wordpress-admin.png">
<h5>Kurma</h5>
<h5 style="color:white;">npm install @sweetalert2/TEMA İSMİ | Şeklinde kuruluyor. Örnek:</h5>
<pre><code><span class="unselectable">$ </span>npm install @sweetalert2/theme-dark</code></pre>
<pre style="font-size: 14px;">
<link rel="stylesheet" href="@sweetalert2/themes/dark/dark.css">
<script src="sweetalert2/dist/sweetalert2.min.js">
</script>
</pre>
<h3>İKONLAR</h3>
<h3>success: <button class="try_button" onClick="success()">İncele</button> </h3>
<img class="icon_img" src="https://cdn.discordapp.com/attachments/804988114359681054/821351378550784010/bandicam_2021-03-16_14-41-41-687_prev_ui.png">
<h3>error: <button class="try_button" onClick="error()">İncele</button> </h3>
<img class="icon_img" src="https://cdn.discordapp.com/attachments/804988114359681054/821351379972653117/bandicam_2021-03-16_14-41-46-598_prev_ui.png">
<h3>warning: <button class="try_button" onClick="warning()">İncele</button> </h3>
<img class="icon_img" src="https://cdn.discordapp.com/attachments/804988114359681054/821351381670690886/bandicam_2021-03-16_14-41-51-294_prev_ui.png">
<h3>info: <button class="try_button" onClick="info()">İncele</button> </h3>
<img class="icon_img" src="https://cdn.discordapp.com/attachments/804988114359681054/821351383059922974/bandicam_2021-03-16_14-41-57-923_prev_ui.png">
<h3>question: <button class="try_button" onClick="question()">İncele</button> </h3>
<img class="icon_img" src="https://cdn.discordapp.com/attachments/804988114359681054/821351377631444992/bandicam_2021-03-16_14-42-06-857_prev_ui.png">
</div>
<style>
.swal2-popup {
background-color: #252525;
color: #fff;
border-radius: 1rem;
}
.swal2-title, .swal2-content {
color: #fff;
}
</style>
<br><br>
</body>
<footer>
<p style="margin-left: 5px;" left>
<a class="slip" href="https://slipyme.xyz" target="_blank"><button class="footer_button"> Slipyme </button><span class="sliptext">Yapımcı</span></a>
</p>
<p style="margin-right: 10px;" right>
<a class="tool" href="https://youtube.com/c/AngelCraftNW" target="_blank"><button class="social_button" youtube> <i class="fab fa-youtube fa-2x"></i> </button><span class="tooltext">Youtube</span></a>
<a class="tool" href="https://slipyme.xyz/discord" target="_blank"><button class="social_button" discord> <i class="fa fa-discord fa-2x"></i> </button><span class="tooltext">Discord</span></a>
<a class="tool" href="https://github.com/SlipBey" target="_blank"><button class="social_button" github> <i class="fa fa-github fa-2x"></i> </button><span class="tooltext">Github</span></a>
</p>
</footer>
</html>