-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9d03383
Showing
4 changed files
with
446 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# batinolez | ||
|
||
CV Challenge Site Projesi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
<!DOCTYPE html> | ||
<html lang="tr"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Batın Ölez</title> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" | ||
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="left_Side"> | ||
<div class="profileText"> | ||
<div class="imgBx"> | ||
<img src="logo.jpg"> | ||
</div> | ||
<h2>Batın Ölez<br><span>Siber Güvenlik Mühendisi</span></h2> | ||
</div> | ||
<hr> | ||
<div class="contactInfo"> | ||
<h3 class="title">Ulaşım Bilgileri</h3> | ||
<ul> | ||
<li> | ||
<span class="icon"><i class="fa fa-phone" aria-hidden="true"></i></span> | ||
<span class="text">+90 544 579 60 91</span> | ||
</li> | ||
<li> | ||
<span class="icon"><i class="fa fa-envelope-o" aria-hidden="true"></i></span> | ||
<span class="text">fazzpy@gmail.com</span> | ||
</li> | ||
<li> | ||
<span class="icon"><i class="fa fa-linkedin" aria-hidden="true"></i></span> | ||
<span class="text">batın-ölez</span> | ||
</li> | ||
<li> | ||
<span class="icon"><i class="fa fa-map-marker" aria-hidden="true"></i></span> | ||
<span class="text">Türkiye, Balıkesir, Ayvalık</span> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="contactInfo education"> | ||
<h3 class="title">Eğitim</h3> | ||
<ul> | ||
<li> | ||
<h4>Lise 10. Sınıf</h4> | ||
<h4>Mesleki Teknik ve Anadolu Lisesi</h4> | ||
<h4>Bilişim Bölümü</h4> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="contactInfo language"> | ||
<h3 class="title">Diller</h3> | ||
<ul> | ||
<li> | ||
<span class="text">İngilizce</span> | ||
<span class="percent"> | ||
<div style="width: 70%;"></div> | ||
</span> | ||
</li> | ||
<li> | ||
<span class="text">Türkçe</span> | ||
<span class="percent"> | ||
<div style="width: 95%;"></div> | ||
</span> | ||
</li> | ||
<li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
<div class="right_Side"> | ||
<div class="about"> | ||
<h2 class="title2">Profil</h2> | ||
<p>Selam! Ben Batın 16 Yaşındayım. Lise öğrencisiyim ve Python ve Bash dillerini biliyorum. | ||
Bilişim bölümü öğrencisiyim ve Linux, Ağ Sistemleri, Bulut Bilişim, Web Tasarım ve Dijital Pazarlama hakkında bilgiliyim. | ||
Siber Güvenlik Mühendisi olma yolundayım. | ||
Gelecekte görüşmek üzere!</p> | ||
</div> | ||
<div class="about"> | ||
<h2 class="title2">Tecrübelerim</h2> | ||
<div class="box"> | ||
<div class="year_company"> | ||
<h5>2021 - Present</h5> | ||
<h5>FazzTech</h5> | ||
</div> | ||
<div class="text"> | ||
<h4>Cyber Security</h4> | ||
<p>Freelancer olarak çalışıyorum.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="about skills"> | ||
<h2 class="title2">Profesyonel Yetenekler</h2> | ||
<div class="box"> | ||
<h4>Python</h4> | ||
<div class="percent"> | ||
<div style="width: 90%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>Siber Güvenlik</h4> | ||
<div class="percent"> | ||
<div style="width: 80%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>Linux</h4> | ||
<div class="percent"> | ||
<div style="width: 80%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>Ağ sistemleri</h4> | ||
<div class="percent"> | ||
<div style="width: 90%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>Html</h4> | ||
<div class="percent"> | ||
<div style="width: 75%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>css</h4> | ||
<div class="percent"> | ||
<div style="width: 50%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>Javascirpt</h4> | ||
<div class="percent"> | ||
<div style="width: 20%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>Cloud</h4> | ||
<div class="percent"> | ||
<div style="width: 70%"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<h4>Bash</h4> | ||
<div class="percent"> | ||
<div style="width: 75%"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="about interest"> | ||
<h2 class="title2">Hobilerim</h2> | ||
<ul> | ||
<li><i class="fa fa-book" aria-hidden="true"></i> Kitaplar</li> | ||
<li><i class="fa fa-briefcase" aria-hidden="true"></i> Yazılım</li> | ||
<li><i class="fa fa-gamepad" aria-hidden="true"></i> Oyunlar</li> | ||
<li><i class="fa fa-film" aria-hidden="true"></i> Film ve Diziler</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.