This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
313 lines (312 loc) · 12.2 KB
/
config.json
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
{
"name": "Berk Altıok - Front-End Developer",
"description": "10 yılı aşkın sektörel deneyimimle bir çok projede yer aldım ve yaptım. Remote çalışma düzenim ve profesyonel iş anlayışım ile Front-End geliştiriciliği yapmaktayım. Kaliteli bir Front-End kodlaması istiyorsanız doğru adrestesiniz.",
"short_name": "Berk Altıok",
"start_url": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"orientation": "portrait",
"icons": [
{
"src": "https://avatars2.githubusercontent.com/u/17373485",
"sizes": "460x460",
"type": "image/png"
}
],
"about": {
"top": {
"avatar": "https://avatars2.githubusercontent.com/u/17373485",
"buttons": [
{
"url": "https://github.com/berkaltiok/berkaltiok.github.io",
"text": "This Repo",
"color": "gray"
},
{
"url": "http://api.whatsapp.com/send?phone=905345829224",
"text": "Hire Me",
"color": "yellow"
}
]
},
"content": {
"title": "I’m Berk,",
"subtitle": "Front End Developer, from Ankara.",
"info": "Çizilmiş bir arayüz tasarımını kodlamaktan zevk alıyorum. Alanında önemli şirketlerden start-up projelerine kadar geniş bir müşteri yelpazesi için profesyonel kodlama hizmeti sunuyorum. Mobil, tarayıcı, performans odaklı arayüz kodlamada, birebir CSS dökümünde ve bir çok FrontEnd konusunda uzmanım."
},
"social": [
{"url": "https://medium.com/berkaltiok", "icon": "medium-m"},
{"url": "https://github.com/berkaltiok", "icon": "github"},
{"url": "https://instagram.com/berk.pw", "icon": "instagram"},
{"url": "https://behance.net/berkaltiok", "icon": "behance"},
{"url": "https://join.skype.com/invite/wZuKsXi07fgq", "icon": "skype"}
]
},
"portfolio": [
{
"thumbnail": "projects/cbl/brand.png",
"title": "CBL",
"tag": "Front-End",
"color": "yellow",
"live": "https://tinyurl.com/cblcomtr",
"images": [
{"image": "projects/cbl/1.png", "name": "Anasayfa"},
{"image": "projects/cbl/2.png", "name": "Fikstür"},
{"image": "projects/cbl/3.png", "name": "Takımlar"},
{"image": "projects/cbl/4.png", "name": "Takım Detay"},
{"image": "projects/cbl/5.png", "name": "Videolar"}
]
},
{
"thumbnail": "projects/jemars/brand.png",
"title": "Jemars Hosting",
"tag": "Front-End",
"color": "yellow",
"live": "https://jemars.com/",
"images": [
{"image": "projects/jemars/1.png", "name": "Anasayfa"},
{"image": "projects/jemars/2.png", "name": "Sanal Sunucu"},
{"image": "projects/jemars/3.png", "name": "Alan Adları"},
{"image": "projects/jemars/4.png", "name": "Kurumsal E-Posta"},
{"image": "projects/jemars/5.png", "name": "Sunucu Barındırma"},
{"image": "projects/jemars/6.png", "name": "Hakkında"},
{"image": "projects/jemars/7.png", "name": "Giriş Yap"}
]
},
{
"thumbnail": "projects/html5game/brand.png",
"title": "html5game",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/html5game/1.png", "name": "Anasayfa"},
{"image": "projects/html5game/2.png", "name": "Geliştirici Başvurusu"},
{"image": "projects/html5game/3.png", "name": "Yayınlayıcı Başvurusu"},
{"image": "projects/html5game/4.png", "name": "Oyun Listesi"},
{"image": "projects/html5game/5.png", "name": "Oyun Detayları"},
{"image": "projects/html5game/6.png", "name": "Giriş Yap"},
{"image": "projects/html5game/7.png", "name": "Kayıt Ol"}
]
},
{
"thumbnail": "projects/gezgin724/brand.png",
"title": "Gezgin 7/24",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/gezgin724/1.png", "name": "Anasayfa"},
{"image": "projects/gezgin724/2.png", "name": "Arama Sonucu"},
{"image": "projects/gezgin724/3.png", "name": "Araç Detayı"},
{"image": "projects/gezgin724/4.png", "name": "Sürücü Bilgileri"},
{"image": "projects/gezgin724/5.png", "name": "Giriş Yap"},
{"image": "projects/gezgin724/6.png", "name": "Üye Bilgileri"},
{"image": "projects/gezgin724/7.png", "name": "Rezervasyon Geçmişi"}
]
},
{
"thumbnail": "projects/totowin/brand.png",
"title": "TotoWin",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/totowin/1.png", "name": "Anasayfa"},
{"image": "projects/totowin/2.png", "name": "Spor"},
{"image": "projects/totowin/3.png", "name": "Canlı Spor"},
{"image": "projects/totowin/4.png", "name": "Slot"},
{"image": "projects/totowin/5.png", "name": "Canlı Casino"},
{"image": "projects/totowin/6.png", "name": "Promosyonlar"},
{"image": "projects/totowin/7.png", "name": "Kayıt Ol"},
{"image": "projects/totowin/8.png", "name": "Profil"}
]
},
{
"thumbnail": "projects/deepfit/brand.png",
"title": "DeepFit",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/deepfit/1.png", "name": "Anasayfa"},
{"image": "projects/deepfit/2.png", "name": "Şube Listesi"},
{"image": "projects/deepfit/3.png", "name": "Şube Detay"},
{"image": "projects/deepfit/4.png", "name": "Giriş Yap"},
{"image": "projects/deepfit/5.png", "name": "Üye Detay"},
{"image": "projects/deepfit/6.png", "name": "Kullanıcı Paneli"}
]
},
{
"thumbnail": "projects/massping/brand.png",
"title": "Massping",
"tag": "Front-End",
"color": "yellow",
"live": "https://mass-ping.com/",
"images": [
{"image": "projects/massping/1.png", "name": "Anasayfa"},
{"image": "projects/massping/2.png", "name": "Sonuç Alanı"},
{"image": "projects/massping/3.png", "name": "Fiyat Hesaplama"},
{"image": "projects/massping/4.png", "name": "Blog"},
{"image": "projects/massping/5.png", "name": "Blog İçerik"},
{"image": "projects/massping/6.png", "name": "İletişim"},
{"image": "projects/massping/7.png", "name": "Kayıt Ol"}
]
},
{
"thumbnail": "projects/adt/brand.png",
"title": "ADT Bilişim",
"tag": "Front-End",
"color": "yellow",
"live": "https://www.adtbilisim.com.tr/",
"images": [
{"image": "projects/adt/1.png", "name": "Anasayfa"},
{"image": "projects/adt/2.png", "name": "E-Ticaret Paketleri"},
{"image": "projects/adt/3.png", "name": "E-Ticaret Özellikleri"},
{"image": "projects/adt/4.png", "name": "Tasarım Hizmeti"}
]
},
{
"thumbnail": "projects/eloboost/brand.png",
"title": "EloBoost Türkiye",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/eloboost/1.png", "name": "Anasayfa"},
{"image": "projects/eloboost/2.png", "name": "Boost Paketleri"},
{"image": "projects/eloboost/3.png", "name": "Müşteri Yorumları"},
{"image": "projects/eloboost/4.png", "name": "Hesap Ayarları"}
]
},
{
"thumbnail": "projects/adfor/brand.png",
"title": "AdFor",
"tag": "Front-End",
"color": "yellow",
"live": "https://adfor.io",
"images": [
{"image": "projects/adfor/1.png", "name": "Anasayfa"},
{"image": "projects/adfor/2.png", "name": "Yayıncılar"},
{"image": "projects/adfor/3.png", "name": "İletişim"},
{"image": "projects/adfor/4.png", "name": "Reklam Türleri"},
{"image": "projects/adfor/5.png", "name": "Kayıt Sayfası"}
]
},
{
"thumbnail": "projects/forguard/brand.png",
"title": "ForGuard",
"tag": "Front-End",
"color": "yellow",
"live": "https://ikincieldeguven.com",
"images": [
{"image": "projects/forguard/1.png", "name": "Anasayfa"},
{"image": "projects/forguard/2.png", "name": "Hakkımızda"},
{"image": "projects/forguard/3.png", "name": "Aramıza Katıl"},
{"image": "projects/forguard/4.png", "name": "Giriş Yap"},
{"image": "projects/forguard/5.png", "name": "Profil Sayfası"},
{"image": "projects/forguard/6.png", "name": "Spariş Sayfası"}
]
},
{
"thumbnail": "projects/sosyalmarket/brand.png",
"title": "Sosyal Market",
"tag": "Front-End",
"color": "yellow",
"live": "https://sosyal.market",
"ref": true,
"images": [
{"image": "projects/sosyalmarket/1.png", "name": "Anasayfa"},
{"image": "projects/sosyalmarket/2.png", "name": "Kontrol Paneli"},
{"image": "projects/sosyalmarket/3.png", "name": "Fiyat Listesi"},
{"image": "projects/sosyalmarket/4.png", "name": "Spariş Listesi"},
{"image": "projects/sosyalmarket/5.png", "name": "Destek"}
]
},
{
"thumbnail": "projects/iptvsatis/brand.png",
"title": "IPTVSatış",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/iptvsatis/1.png", "name": "Kontrol Paneli"},
{"image": "projects/iptvsatis/2.png", "name": "Bakiye Yükleme"},
{"image": "projects/iptvsatis/3.png", "name": "Paket Listesi"},
{"image": "projects/iptvsatis/4.png", "name": "Paket Ayarları"},
{"image": "projects/iptvsatis/5.png", "name": "Uygulamalar"},
{"image": "projects/iptvsatis/6.png", "name": "Kurulum"},
{"image": "projects/iptvsatis/7.png", "name": "Giriş"}
]
},
{
"thumbnail": "projects/lastik/brand.png",
"title": "Lastik",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/lastik/1.png", "name": "Anasayfa"},
{"image": "projects/lastik/2.png", "name": "Ürün Sayfası"},
{"image": "projects/lastik/3.png", "name": "Kayıt Sayfası"},
{"image": "projects/lastik/4.png", "name": "Mounting Center"}
]
},
{
"thumbnail": "projects/unicorn/brand.png",
"title": "Unicorn",
"tag": "Front-End",
"color": "yellow",
"ref": true,
"images": [
{"image": "projects/unicorn/1.png", "name": "Anasayfa"},
{"image": "projects/unicorn/2.png", "name": "Oyun Sayfası"},
{"image": "projects/unicorn/3.png", "name": "Keşfet"},
{"image": "projects/unicorn/4.png", "name": "Profil"},
{"image": "projects/unicorn/5.png", "name": "Chat"},
{"image": "projects/unicorn/6.png", "name": "Giriş Yap"}
]
},
{
"thumbnail": "projects/digiturk/brand.png",
"title": "Digiturk Euro",
"tag": "Front-End",
"color": "yellow",
"images": [
{"image": "projects/digiturk/1.png", "name": "Anasayfa"},
{"image": "projects/digiturk/2.png", "name": "Paket Oluşturucu"},
{"image": "projects/digiturk/3.png", "name": "Ekipmanlar & Ürünler"},
{"image": "projects/digiturk/4.png", "name": "Sepet & Ödeme"},
{"image": "projects/digiturk/5.png", "name": "Kanal Listesi"},
{"image": "projects/digiturk/6.png", "name": "Yardım Merkezi"}
]
},
{
"thumbnail": "projects/wplink/brand.png",
"title": "WPLink",
"tag": "Front-End & Back-End",
"color": "yellow",
"live": "https://wplink.org",
"ref": true,
"images": [
{"image": "projects/wplink/1.png", "name": "Home"},
{"image": "projects/wplink/2.png", "name": "Login"},
{"image": "projects/wplink/3.png", "name": "Register"},
{"image": "projects/wplink/4.png", "name": "Profile"},
{"image": "projects/wplink/5.png", "name": "Payment"}
]
},
{
"thumbnail": "projects/forex/brand.png",
"title": "Forex",
"tag": "Front-End",
"color": "yellow",
"ref": true,
"images": [
{"image": "projects/forex/1.png", "name": "Anasayfa"},
{"image": "projects/forex/2.png", "name": "Popup"}
]
}
],
"footer": {
"copy": "Berk Altıok",
"links": [
{"url": "https://berk.pw", "text": "Blog"},
{"url": "https://github.com/berkaltiok", "text": "Github"}
]
}
}