-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
45 lines (44 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=0.66">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link href='https://www.sglbl.com/favicon.ico' rel='icon' type='image/x-icon'/>
<title>Süleyman Gölbol - Main Page</title>
</head>
<body>
<div class="wavebox">
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
</div>
<div class="container">
<div class="grid-2">
<div class="section-1">
<i class="fas fa-code fa-5x white"></i>
<h2>Hi, I am Süleyman</h2>
<p>Hatay, Turkey</p>
<a href="https://www.linkedin.com/in/sglbl"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/sglbl"><i class="fab fa-github"></i></a>
<!-- <a href="https://drive.google.com/file/d/1iDy_lWcKNbCjUNOgcJN04L_8JWZicmMK/view" target="_blank" title="Resume"><i class="fas fa-file-invoice"></i></a> -->
</div>
<div class="section-2">
<h2>About</h2>
<p2>I have graduated from Gebze Technical University with a degree in Computer Engineering and I am working as Data Engineer at Deduce Data Solutions.</p2>
<h2>Blog Page</h2>
<a href="https://www.sglbl.com">www.sglbl.com</a>
<h2>Github Projects</h2>
<a href="portfolio/projects">Portfolio</a>
<h2>Assigments</h2>
<a href="portfolio/assignments">Portfolio</a>
<h2>Contact</h2>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
</div>
</body>
</html>