-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutme.html
144 lines (126 loc) · 7 KB
/
Aboutme.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
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="bootstrap.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.3/jspdf.debug.js"></script>
<script>
function pdfindir(){
var CV = [
{"Ad":"Seha", "Soyad":"Bozkuş","Mzn":"Karşıyaka Anadolu Lisesi"}
];
var pdf = new jsPDF();
CV.forEach(function(CV, i){
pdf.text(50, 10 + (i * 10),
"Ad: " + CV.Ad +
" Soyad: " + CV.Soyad+
"Mezun Olunan İlkokul:" +CV.Mzn);
});
pdf.save('CV.pdf');
}
</script>
</head>
<body>
<nav class="navbar navbar-dark bg-dark navbar-expand-lg" >
<div class="container">
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbar-1" aria-controls="navbar-1" >
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse text-center" id="navbar-1" >
<ul class="navbar-nav" >
<li class="nav-item p-4"><a class="nav-link" href="index.html">Ana Sayfa</a></li>
<li class="nav-item p-4"><a class="nav-link" href="Aboutme.html">Hakkımda</a></li>
<li class="nav-item p-4"><a class="nav-link" href="contact.html">İletişim</a></li>
<li class="nav-item p-4"><a class="nav-link" href="port.html">Portfolio</a></li>
</ul>
</div>
</div>
</nav>
<section class="bg-secondary py-5"></section>
<section class="bg-secondary py-1"></section>
<section class="bg-secondary container-fluid " style="height: 70%; width: 100%;">
<div class=" py-5 container rounded col-md-11" style="height: 90%; background-color:rgb(206, 199, 199);">
<h1 class="text-center">Hakkımda</h1>
<div class="container" style="height: 600px; width: 1300px;">
Merhaba ben Seha İnönü Ünüversitesinde Yazılım Mühendisliği okuyorum.
Küçüklüğümden beri bilgisayarla içli dışlı olmam bu bölümü seçmemde büyük etkiye sahip.
Ve genel olarak teknolojinin gelişimini izlemek ben çok heycanlandırıyor.
Hocalarımın ders anlatımıyla geleceğe daha iyi hazırlanacağımı düşünüyorum.
Şu ana kadar C,javaScript,Html gibi dilleri öğrendim cok ileri seviye olmasada.Ama pratikler ile ilerleteceğime inanıyorum.
Sayfamı ziyaret ettiginiz icin teşekkür ederim.
Mutlu bir gün geçirmeniz dileğiyle.
<div class="text-center ">
C
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width: 80%; ">
%80
</div>
</div>
<div class="text-center ">
C++
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width: 25%; ">
%25
</div>
</div>
<div class="text-center ">
java script
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width: 40%; ">
%40
</div>
</div>
<div class="text-center ">
HTML
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width: 70%; ">
%70
</div>
</div>
<div class="text-center ">
Java
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width: 30%; ">
%30
</div>
</div>
<div class="text-center ">
jquery
</div>
<div class="progress">
<div class="progress-bar bg-secondary" style="width: 20%; ">
20%
</div>
</div>
<div class="text-center mt-3">
<button class="btn btn-primary" onclick="pdfindir()">
CV indir
</button>
</div>
</div>
</div>
</section>
<section class="bg-dark py-4">
<div class="text-center text-white">
<ul style="list-style-type: none;">
<li> <a href="instagram.com"><img src="icons8-instagram-100.png" width="20" height="20">İnstagram</a></li>
<li> <a href="facebook.com"><img src="icons8-facebook-100.png" width="20" height="20"> Facebook</a></li>
<li> <a href="twitter.com"><img src="icons8-twitter-100.png" width="20" height="20"> Twitter</a> </li>
</ul>
</div>
</section>
<script src="bootstrap.js"></script>
</body>
</html>