-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (104 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content=""/>
<meta name="author" content=""/>
<title>İbrahim Hulusi Oflaz</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<!-- Simple line icons-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css"
rel="stylesheet"/>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic"
rel="stylesheet" type="text/css"/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet"/>
<style>
a {
color: #fff;
text-decoration: none;
}
</style>
</head>
<body id="page-top">
<!-- Navigation-->
<a class="menu-toggle rounded" href="#"><i class="fas fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand"><a href="#page-top">İHOFLAZ</a></li>
<li class="sidebar-nav-item"><a href="#social">Sosyal Medya</a></li>
<li class="sidebar-nav-item"><a href="#cv">CV</a></li>
<li class="sidebar-nav-item"><a href="#contact">İletişim</a></li>
</ul>
</nav>
<!-- Header-->
<header class="masthead d-flex align-items-center">
<div class="container px-4 px-lg-5 text-center">
<h1 class="mb-1">İbrahim Hulusi Oflaz</h1>
<h3 class="mb-5"><em>FullStack Developer</em></h3>
<a class="btn btn-primary btn-xl" href="#contact">İletişim</a>
</div>
</header>
<!-- Services-->
<section class="content-section bg-primary text-white text-center" id="social">
<div class="container px-4 px-lg-5">
<div class="content-section-heading">
<h2 class="mb-5">Sosyal Medya Hesaplarım</h2>
</div>
<div class="row gx-4 gx-lg-5">
<div class="col-lg-4 col-md-6 mb-5 mb-lg-0">
<a href="https://github.com/ihoflaz">
<span class="service-icon rounded-circle mx-auto mb-3"><i class="icon-social-github"></i></span>
<h4><strong>Github</strong></h4>
</a>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-0">
<a href="https://www.linkedin.com/in/ihoflaz/">
<span class="service-icon rounded-circle mx-auto mb-3"><i class="icon-social-linkedin"></i></span>
<h4><strong>Linkedin</strong></h4>
</a>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-0">
<a href="https://x.com/ihoflaz/">
<span class="service-icon rounded-circle mx-auto mb-3"><i class="icon-social-twitter"></i></span>
<h4><strong>X</strong></h4>
</a>
</div>
</div>
</div>
</section>
<!-- Callout-->
<section class="callout" id="cv">
<div class="container px-4 px-lg-5 text-center">
<h2 class="mx-auto mb-5">
CV'mi inceleyebilirsiniz
</h2>
<a class="btn btn-primary btn-xl" href="assets/pdf/İbrahim%20Hulusi%20Oflaz.pdf" target="_blank">CV</a>
</div>
</section>
<!-- Call to Action-->
<section class="content-section bg-primary text-white" id="contact">
<div class="container px-4 px-lg-5 text-center">
<h2 class="mb-4">Bana E-Posta Gönder :)</h2>
<a class="btn btn-xl btn-light me-4" href="mailto:hulusioflaz200@gmail.com">Gönder</a>
</div>
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container px-4 px-lg-5">
<p class="text-muted small mb-0">Copyright © IHOFLAZ 2023</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top"><i class="fas fa-angle-up"></i></a>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>