Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FazzPy authored Jul 12, 2022
1 parent 677ca80 commit 112f19b
Showing 1 changed file with 33 additions and 12 deletions.
45 changes: 33 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,26 @@
<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>
<title>Fazz</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">
<link rel = "icon" href = "logo.jpg" type = "image/x-icon">
<link rel = "icon" href = "logo.jpg" type = "image/x-icon">

<meta name="keywords" content="Fazz, FazzTech, Batın, BatınÖlez, BatınAteş, Batin" />
<meta name="title" content="Fazz" />
<meta name="author" content="https://github.com/FazzPy" />
<meta name="description" content="Yet another personal website." />
<meta name="robots" content="index, follow" />
<meta
content="https://avatars.githubusercontent.com/u/97360909?v=4"
property="og:image"
/>
<meta content="website" property="og:type" />
<meta content="Batın Ölez" property="og:title" />
<meta content="Fazz | Cyber Security Engineer" property="og:description" />
<meta content="Fazz" property="og:site_name" />
</head>
<body>
<div class="container">
Expand All @@ -26,15 +40,15 @@ <h3 class="title">Contact Info</h3>
<ul>
<li>
<span class="icon"><i class="fa fa-envelope-o" aria-hidden="true"></i></span>
<span class="text">fazz@batin.tk</span>
<span class="text">noreply@fazz.ml</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">Turkey</span>
<span class="icon"><i class="fa fa-github" aria-hidden="true"></i></span>
<span class="text">FazzPy</span>
</li>
</ul>
</div>
Expand All @@ -53,7 +67,7 @@ <h3 class="title">Languages</h3>
<li>
<span class="text">English</span>
<span class="percent">
<div style="width: 45%;"></div>
<div style="width: 50%;"></div>
</span>
</li>
<li>
Expand All @@ -63,19 +77,26 @@ <h3 class="title">Languages</h3>
</span>
</li>
<li>
<li>
<span class="text">Danish</span>
<span class="percent">
<div style="width: 5%;"></div>
</span>
</li>
<li>

</ul>
</div>
</div>
<div class="right_Side">
<div class="about">
<h2 class="title2">Profil</h2>
<h2 class="title2">Profile</h2>
<p><strong>Hi! I am Batın 17 years old. I am a high school student.
I am a student of IT department and I am knowledgeable about Operating Systems, Network Systems, Cloud Computing, Web Development, Digital Marketing, Finance and Block Chain.
I am on my way to become a Cyber Security Engineer. See you in the future!</strong></p>
</div>
<div class="about">
<h2 class="title2">Tecrübelerim</h2>
<h2 class="title2">My Experiences</h2>
<div class="box">
<div class="year_company">
<h5>2021 - Present</h5>
Expand Down Expand Up @@ -136,10 +157,10 @@ <h4>Blockchain</h4>
<div class="about interest">
<h2 class="title2">Hobbies</h2>
<ul>
<li><i class="fa fa-book" aria-hidden="true"></i> Books</li>
<li><i class="fa fa-briefcase" aria-hidden="true"></i> Tech</li>
<li><i class="fa fa-gamepad" aria-hidden="true"></i> Games</li>
<li><i class="fa fa-film" aria-hidden="true"></i> Movies & Series</li>
<li><i class="fa fa-book" aria-hidden="true"></i> <strong>Books</strong></li>
<li><i class="fa fa-briefcase" aria-hidden="true"></i> <strong>Tech</strong></li>
<li><i class="fa fa-gamepad" aria-hidden="true"></i> <strong>Games</strong></li>
<li><i class="fa fa-film" aria-hidden="true"></i> <strong>Movies & Series</strong></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 112f19b

Please sign in to comment.