-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (151 loc) · 10 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<title>Arda Burak Atila Portfolio</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="index.html" class="nav__logo">Arda Burak Atila</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Project </a></li>
<li class="nav__item"><a href="#work" class="nav__link">Career</a></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title"><span class="home__title-color">Arda Burak Atila</span><br>Software Engineer</h1>
<a class="button" href="mailto: [email protected]" id="descr-contact" target="_blank">Contact</a>
<a class="button" href="assets/Cv_/Arda_Burak_Atila_CV_EN.pdf" id="descr-contact" target="_blank">CV_PDF[EN]</a>
<a class="button" href="assets/Cv_/Arda_Burak_Atila_CV_TR.pdf" id="descr-contact" target="_blank">CV_PDF[TR]</a>
</div>
<div class="home__social">
<a href="https://www.linkedin.com/in/arda-burak-atila-a5a126141/" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/archely" class="home__social-icon"><i class='bx bxl-github' ></i></a>
</div>
<div class="home__img">
<svg class="home__blob" viewBox="0 0 479 467" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<mask id="mask0" mask-type="alpha">
<path d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z"/>
</mask>
<g mask="url(#mask0)">
<path d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z"/>
<image class="home__blob-img" x="50" y="60" href="assets/img/user.png"/>
</g>
</svg>
</div>
</section>
<!--===== ABOUT =====-->
<section class="about section " id="about">
<h2 class="section-title">About</h2>
<div class="about__container bd-grid">
<div class="about__img">
<img src="assets/img/about.jpg" alt="about">
</div>
<div>
<h2 class="about__subtitle">Arda Burak Atila</h2>
<p class="about__text">I am a graduate of computer science engineering from the
University of Pécs. Since 2018, I have been focusing on web
development. My first programming skill is Python, and I have
also developed skills in React and Java. I have worked on some
school projects, one of which is "ParNote," a website similar to the
MS OneNote application, which I created with my friends. Another
project is my Vaadin Spring Boot project, and its repositories are
available on my GitHub account.</p>
</div>
</div>
</section>
<!--===== Project =====-->
<section class="Project section" id="skills">
<h2 class="section-title">Project - ParNote Note WebSite</h2>
<div class="skills__container bd-grid">
<p>ParNote works for my final university project. I completed with my friends. The project structure is two part. One part is the backend side repo: "ParNote App/ParNote" and another part is the UI side repo: "ParNote App/ParNote UI".
Project languages used Kotlin, svelte, SCSS, JavaScript, and Bootstrap. We used the kanban method for stages. My task is to get information such as passwords, Recaptcha, and log in from the database with API (Kotlin Language) and
I created token and email verification for security. In the UI part, I developed and designed the about me section of the login page using bootstrap and svelte.
A note application which allows you to add, edit and share personal notes, collaborate with your friends and moreover discover other people notes. <br> <a href="https://github.com/ParNote-App/ParNote"><b>ParNote Source Code</b></a> </p>
<div>
<img src="assets\img\project.png" alt="project" class="skills__img">
</div>
</div>
</section>
<!--===== > Career =====-->
<section class="Career" id="work">
<h2 class="section-title">My Experience & Education</h2>
<div class="work__container bd-grid">
<div class="card" style="width: 18rem;">
<img src="assets\img\pecs-university.jpg" class="card-img-top" alt="pecs">
<div class="card-body">
<h4 class="card-title">Education - University of Pécs Computer Science BSc Hungary</h4>
<p class="card-text">
*GPA: 3.50 / 5.00 <br>
*Final School Project: Prepared a thesis about Internet of Things security.
</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="assets\img\Crede.png" class="card-img-top" alt="Intern">
<div class="card-body">
<h4 class="card-title">Career - Crede Data Services & Trio Mobil Software Intern Turkey</h4>
<p class="card-text">
*Used postman test API for all check in databases.<br>
*Used Postman for API testing.<br>
*Learned GET, POST, PULL, and DELETE methods.<br>
*Learned how to send requests to API.<br>
*Performed API testing with the Axios method over Javascript and react.<br>
</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="assets\img\logo.png" class="card-img-top" alt="Logo">
<div class="card-body">
<br>
<br>
<h4 class="card-title">Career - Smartmind A.S Junior DWH & BI Consultant Turkey</h4>
<p class="card-text">
Worked at Memorial Hospital DWH Project
<br> *Created attribute mapping from an Excel sheet.
<br> *The tables for the schemas were created on postqre SQL.
<br> *Data transfers ETL started via Microsoft SSIS.
<br> *Created temporary tables for the ODS layer via SSIS tool
<br> *Used ETL from ODS to Data Warehouse (DWH).
</div>
</div>
</div>
</section>
<br>
<br>
<br>
<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">Arda Burak Atila</p>
<div class="footer__social">
<a href="https://tr-tr.facebook.com/arda.burak.atila/" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
<a href="https://www.linkedin.com/in/arda-burak-atila-a5a126141/" class="footer__icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/archely" class="footer__icon" ><i class='bx bxl-github' ></i></a>
</div>
</footer>
<!--===== SCROLL REVEAL =====-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>
<!- Test -->