-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_eng.html
469 lines (428 loc) · 26.6 KB
/
index_eng.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
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!DOCTYPE html>
<html>
<head>
<title>Murat Kahraman</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./files/site.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif
}
</style>
</head>
<body class="w3-light-grey w3-content" style="max-width:1600px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-collapse w3-white w3-animate-left" style="z-index: 3; width: 300px; display: none;" id="mySidebar">
<br>
<div class="w3-container">
<a href="#" onclick="w3_close()" class="w3-hide-large w3-right w3-jumbo w3-padding w3-hover-grey" title="close menu">
<i class="fa fa-remove"></i>
</a>
<img src="./files/avatar_g2.jpg" title="Murat Kahraman" style="width:45%;" class="w3-round"><br><br>
<h4><b>Murat Kahraman</b></h4>
<p class="w3-text-grey">Software Developer</p>
</div>
<div class="w3-bar-block">
<a href="#portfolio" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-text-teal"><i class="fa fa-th-large fa-fw w3-margin-right"></i>PROJECTS</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-user fa-fw w3-margin-right"></i>ABOUT ME</a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-envelope fa-fw w3-margin-right"></i>CONTACT</a>
</div>
</nav>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor: pointer; display: none;" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px">
<!-- Header -->
<header id="portfolio">
<a href="#"><img src="./files/avatar_g2.jpg" title="Murat Kahraman" style="width: 65px;" class="w3-circle w3-right w3-margin w3-hide-large w3-hover-opacity"></a>
<span class="w3-button w3-hide-large w3-xxlarge w3-hover-text-grey" onclick="w3_open()"><i class="fa fa-bars"></i></span>
<div class="w3-container">
<div></div>
<div class="clearfix">
<div class="img-container1">
<h1><b>PROJECTS</b></h1>
</div>
<div class="img-container">
<a class="w3-button w3-white lang" href="index.html" onclick="w3_close()">DE </a>
<!--<img src="./files/deutsch.png" style="width:90%" alt="Alternate Text" />-->
</div>
<div class="img-container">
<a class="w3-button w3-black lang" href="index_eng.html" onclick="w3_close()">ENG </a>
<!--<img src="./files/englisch.png" style="width:90%" alt="Alternate Text" />-->
</div>
<div class="img-container">
<a class="w3-button w3-white lang" href="index_tr.html" onclick="w3_close()">TR </a>
<!--<img src="./files/turkce.png" style="width:90%" alt="Alternate Text" />-->
</div>
</div>
<div class="w3-section w3-padding"></div>
<div class="w3-third ">
<a class="w3-button w3-black" style="width:80%;" href="#portfolio" onclick="w3_close()"><i class="fa fa-th-large fa-fw w3-margin-right"></i>PROJECTS</a>
</div>
<div class="w3-third ">
<a class="w3-button w3-white" style="width:80%;" href="#about" onclick="w3_close()"><i class="fa fa-user fa-fw w3-margin-right"></i>ABOUT ME</a>
</div>
<div class="w3-third ">
<a class="w3-button w3-teal" style="width:80%;" href="#contact" onclick="w3_close()"><i class="fa fa-envelope fa-fw w3-margin-right"></i>CONTACT</a>
</div>
</div>
</header>
<div class="w3-container">
<div class="w3-section w3-bottombar"></div>
<br />
<h3><b>Some Web Projects</b></h3>
<div class="w3-section w3-bottombar"></div>
</div>
<!-- First Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<a href="https://github.com/Kahraman-Murat/CourseCenter">
<img src="./files/coursecenter.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>CourseCenter Frontend and Backend</b></p>
<p>This website provides course information and user operations for a Course Center. There are also role-based pages for administrators, teachers and students. The frontend was developed with .Net MVC and the backend was implemented with .Net Core API C#, which is accessible from different frontends.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="https://github.com/Kahraman-Murat/Immobilien">
<img src="./files/immobilien.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Immobilien .Net Core MVC MongoDB</b></p>
<p>The website features the promotion of real estate. Customers can learn more about the company and its properties. There are also management pages for administrators. As an alternative approach, it was developed as a .NET Core MVC project using Entity Framework Core and the MongoDB database.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="https://github.com/Kahraman-Murat/MiniECommerce">
<img src="./files/ecommerce.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Mini E-Commerce Software Frontend Backend</b></p>
<p>The website has been prepared for medium-sized companies and allows selling products over the Internet. The customers can learn about products and there are also management pages for admin. The frontend was developed with Angular Typescript and the backend was implemented with .Net Core API C#.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/rezervasyon.jpg">
<img src="./files/rezervasyon.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Reservation System Backend</b></p>
<p>The software has been prepared to allow customers to make reservations and appointments over the Internet. Notifications of transactions made are communicated to customers via email. The backend was developed with .Net Core WebAPI C#.</p>
</div>
</div>
<div class="w3-third w3-container">
<a href="./files/realtimeserver.jpg">
<img src="./files/realtimeserver.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>RealTimeVision Server</b></p>
<p>In this web project, a live video stream from the selected camera is provided for remote monitoring via the web server. The necessary basic coding infrastructure was implemented using .NET Core Web API.</p>
</div>
</div>
<div class="w3-third w3-container">
<a href="https://github.com/Kahraman-Murat/freeCodeCamp_Product_Landing_Page">
<img src="./files/landing.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Product Landing Page</b></p>
<p>The website serves to present all information and functions of a product. It allows the customer to find all product information together. The page was implemented with HTML, CSS and Javascript.</p>
</div>
</div>
</div>
<br />
<div class="w3-container">
<br />
<h3><b>Some Desktop Projects</b></h3>
<div class="w3-section w3-bottombar"></div>
</div>
<!-- First Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/bakimbilgi.jpg">
<img src="./files/bakimbilgi.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Maintenance Information System</b></p>
<p>A program that works on a local network, prepared to follow the maintenance and repair processes of Medical Devices. It allows keeping business and transaction records and preparing documents.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/ikmalci1.jpg">
<img src="./files/ikmalci1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Supplier - Medicine and material</b></p>
<p>It is a program prepared to follow the storage and use processes of medical drugs and materials. Records and documents of the processing processes of materials can be prepared.</p>
</div>
</div>
<div class="w3-third w3-container">
<a href="./files/dershane1.jpg">
<img src="./files/dershane1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Course Center Automation System</b></p>
<p>A program that allows keeping all kinds of information belonging to the students studying in the course center. It provides evaluation of students and Exam results.</p>
</div>
</div>
</div>
<br />
<!-- Second Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/ceptensms1.jpg">
<img src="./files/ceptensms1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>SMS from Mobile Phone</b></p>
<p>Instead of using expensive Internet services, it allows to use sms on the mobile phone line. It does this by connection between PC and mobile phone. Bulk sms can be sent.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/kurbanlik1.jpg">
<img src="./files/kurbanlik1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Slaughterhouse Automation System</b></p>
<p>It is a program prepared for planning the transactions in the slaughtering places and following the customer shares. It has Accounting and Reporting feature.</p>
</div>
</div>
<div class="w3-third w3-container">
<a href="./files/bakimform1.jpg">
<img src="./files/bakimform1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Preparation of Device Maintenance Forms</b></p>
<p>It is a program designed to prepare maintenance checklists using standard maintenance items for devices that need maintenance.</p>
</div>
</div>
</div>
<br />
<!-- Third Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/barkodolustur1.jpg">
<img src="./files/barkodolustur1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Generate-Print Barcode</b></p>
<p>Product barcode labels can be created and printed by entering the information about the products. Thus, all products can be read with a barcode reader.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/kasamuhasebe1.jpg">
<img src="./files/kasamuhasebe1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Cash Accounting</b></p>
<p>It is an application that allows businesses to keep cash accounting records in the form of expenses and incomes in pre-set items and get reports.</p>
</div>
</div>
<div class="w3-third w3-container">
<a href="./files/kopyalacevir1.jpg">
<img src="./files/kopyalacevir1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Copy-Translate-Save</b></p>
<p>When the text selected in the computer environment is copied, the translation into the desired language is performed. Due to its practical use, it is very useful during language learning.</p>
</div>
</div>
</div>
<br />
<!-- Fourth Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/elektrikguvenlik1.jpg">
<img src="./files/elektrikguvenlik1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Electrical Safety Tester Reporting Program</b></p>
<p>The Fluke 601 Series electrical safety tester is an application for reporting test results. In addition, the data is stored in the database.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/x24c44_1.jpg">
<img src="./files/x24c44_1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>X24C44 Integrated Programmer</b></p>
<p>It is a program that allows reading and writing the data of the X24C44 integrated circuit with the help of a computer and a simple circuit.</p>
</div>
</div>
</div>
<br />
<div class="w3-container">
<br />
<h3><b>Some Mobile Android Projects</b></h3>
<div class="w3-section w3-bottombar"></div>
</div>
<!-- First Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/calartv.jpg">
<img src="./files/calartv.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>TV Reminder</b></p>
<p>It is an Android application designed to give information about television broadcasts and to notify the user before the program starts.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/leylamecnun.jpg">
<img src="./files/leylamecnun.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Quotes from TV series "Leyla ile Mecnun"</b></p>
<p>It gives users the opportunity to listen and share the lines used by the characters in the popular TV series Leyla and Mecnun.</p>
</div>
</div>
<div class="w3-third w3-container">
<a href="./files/geometri.jpg">
<img src="./files/geometri.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Geometry 1</b></p>
<p>It is an Android application that is designed especially for students as a source of geometry formulas and can be accessed immediately.</p>
</div>
</div>
</div>
<br />
<!-- Second Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/barkodoku1.jpg">
<img src="./files/barkodoku1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Bluetooth Qr-Barcode Reader + PC BT Server</b></p>
<p>It is an Android application designed to use the phone as a barcode reader device. The Bluetooth Server application is run on the PC from which the data will be received.</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<a href="./files/icerde1.jpg">
<img src="./files/icerde1.jpg" alt="Norway" style="width:100%" class="w3-hover-opacity">
</a>
<div class="w3-container w3-white">
<p><b>Quotes from TV series "İçerde"</b></p>
<p>It gives users the opportunity to listen and share the lines used by the characters in the popular TV series İçerde.</p>
</div>
</div>
</div>
<div class="w3-container">
<br />
<div class="w3-section w3-bottombar" id="about"></div>
</div>
<!-- Images of Me -->
<div class="w3-row-padding w3-padding-16">
<div class="w3-col m6">
<img src="./files/source.jpg" alt="Me" style="width:100%">
</div>
<div class="w3-col m6">
<img src="./files/coder.jpg" alt="Me" style="width:100%">
</div>
</div>
<div class="w3-container w3-padding-large" style="margin-bottom:32px">
<h4><b>ABOUT ME</b></h4>
<p>My interest in computers and programming started in my high school years. Of course, at that time, PC-based devices were just launched in my country. At that time I had a computer called Commodore which allowed users only Basic programming and also Machine language / Assembly coding.</p>
<p>Then I dealt with the different types of Basic programming language GWBasic, Qbasic, Visual Basic. I tried to satisfy my curiosity about Ms-Dos, Windows, Linux Operating Systems. Meeting Delphi took me to a different dimension. Databases and Sql language added a different meaning to the programs I wrote. I was also interested in information sharing technology on the web.</p>
<p>After Delphi, which lost its popularity with the closure of Borland company, I started to use C# Programming language in coding with Visual Studio ide. Active web pages could be prepared with the ease provided by Asp.Net technology. Also, the easy database integration was impressive.</p>
<p>The developments in mobile phones and the idea of having a computer in everyone's hands provided all software developers with the opportunity to reach not only companies but also people with the products they prepared. This is how I started to write programs for phones with Android operating system through Eclipse and Anroid Studio and Java Programming language. I was introduced to Python in recent years. With its easy coding and large library, it intrigued me like everyone else.</p>
<p>Because of my curiosity and interest in computers and software, I always tried to follow new technologies. From now on, I am thinking of keeping up with the times by keeping myself up to date by following the developments openly to innovations in my life.</p>
<hr>
<p>
<span class="w3-button w3-teal w3-margin-bottom">Html</span>
<span class="w3-button w3-teal w3-margin-bottom">Css</span>
<span class="w3-button w3-teal w3-margin-bottom">JavaScript</span>
<span class="w3-button w3-teal w3-margin-bottom">JQuery</span>
<span class="w3-button w3-teal w3-margin-bottom">BootStrap</span>
<span class="w3-button w3-teal w3-margin-bottom">TypeScript</span>
<span class="w3-button w3-teal w3-margin-bottom">Angular</span>
<span class="w3-button w3-teal w3-margin-bottom">VB</span>
<span class="w3-button w3-teal w3-margin-bottom">Delphi</span>
<span class="w3-button w3-teal w3-margin-bottom">Java</span>
<span class="w3-button w3-teal w3-margin-bottom">Python</span>
<span class="w3-button w3-teal w3-margin-bottom">C#</span>
<span class="w3-button w3-teal w3-margin-bottom">Asp</span>
<span class="w3-button w3-teal w3-margin-bottom">.Net- Core</span>
<span class="w3-button w3-teal w3-margin-bottom">Sql</span>
<span class="w3-button w3-teal w3-margin-bottom">Mssql</span>
<span class="w3-button w3-teal w3-margin-bottom">MySql</span>
<span class="w3-button w3-teal w3-margin-bottom">PostgreSQL</span>
<span class="w3-button w3-teal w3-margin-bottom">MongoDB</span>
<span class="w3-button w3-teal w3-margin-bottom">MS Access</span>
<span class="w3-button w3-teal w3-margin-bottom">DBeaver</span>
<span class="w3-button w3-teal w3-margin-bottom">Visual Studio</span>
<span class="w3-button w3-teal w3-margin-bottom">VS Code</span>
<span class="w3-button w3-teal w3-margin-bottom">DelphiRadStudio</span>
<span class="w3-button w3-teal w3-margin-bottom">Android Studio</span>
<span class="w3-button w3-teal w3-margin-bottom">Git</span>
<span class="w3-button w3-teal w3-margin-bottom">GitHub</span>
<span class="w3-button w3-teal w3-margin-bottom">Docker</span>
<span class="w3-button w3-teal w3-margin-bottom">Jira</span>
<span class="w3-button w3-teal w3-margin-bottom">Postman</span>
</p>
<h4>Technical Skills</h4>
<ul>
<li>Programmiersprache C#</li>
<li>.Net Core </li>
<li>Asp.Net - Mvc - WinForms - Wpf</li>
<li>Angular - Typescript</li>
<li>Responsive Web Design</li>
<li>HTML-JavaScript und Bootstrap</li>
<li>Data Science with Python</li>
<li>Python 3 </li>
<li>Delphi Programming Language</li>
<li>MS Visual Basic Language</li>
<li>Javascripts</li>
<li>Xml</li>
<li>HTML</li>
<li>MS SQL Server</li>
<li>Sql Language Statements</li>
<li>Computer Networks</li>
<li>Microsoft Certified Professional MCP 070-210</li>
<li>Windows Server System Management</li>
<li>Microsoft Windows Operating System</li>
<li>Linux Operating System</li>
<li>MS Office </li>
<li>Computer Englisch</li>
<li>Computer Literacy</li>
</ul>
<hr>
</div>
<!-- Contact Section -->
<div class="w3-container w3-padding-large w3-grey">
<h4 id="CONTACT"><b>Contact Me</b></h4>
<div class="w3-row-padding w3-center w3-padding-24" style="margin:0 -16px">
<div class="w3-third w3-dark-grey">
<p><i class="fa fa-envelope w3-xxlarge w3-text-light-grey"></i></p>
<p>[email protected]</p>
</div>
<div class="w3-third w3-teal">
<p><i class="fa fa-map-marker w3-xxlarge w3-text-light-grey"></i></p>
<p>Germany</p>
</div>
<div class="w3-third w3-dark-grey">
<p><i class="fa fa-xing-square w3-xxlarge w3-text-light-grey"></i></p>
<p><a href="https://www.xing.com/profile/Murat_Kahraman52">XING - Murat Kahraman</a></p>
</div>
</div>
<hr class="w3-opacity">
</div>
</div>
<script>
// Script to open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
</script>
<div class="betternet-wrapper"></div>
</body>
</html>