-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (47 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>
Baris KIYIPINAR GitHub Website
</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="common_styles.css" rel="stylesheet"/>
</head>
<style>
body {background-image:url(resim1.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container {
border-radius: .35rem;
background-color: rgba(200, 200, 200, .25);
backdrop-filter: blur(25px);
}
h1{
}
</style>
<body>
<div class="container mt-5">
<div >
<h1><font color="red" face="Perpetua">GİRİŞ</font></h1>
</div>
<font color="black"> Öncelikle merhabalar benim adım Barış.Ben üniversite de eğitim gören bir öğrenciyim.
Bu aralar Bootstrap kütüphanesini kullanarak web sayfası üretmeye başladım.<br>Bu kütüphane ile maceram github platformunda başladı
ve umarım kendimi daha da geliştirme fırsatı bulurum.Bu amaçlada sizlere bootstrap kütüphanesini kullanarak lightbox yapımını anlatmaya çalıştım.
<br>Kişisel Github profilime bakmak isterseniz😀
<a href="https://github.com/bariskiyipinar">Github Profilim</a>
<br>Linke basarak hazırladığım bootstrap projeme bakabilirsiniz😀
</font>
<a href="anasayfa.html">Linke Tiklayiniz</a>
</div>
</div>
<br><br>
<marquee behavior="alternate" >
<img src="kayanresim.png" width="280" height=140" >
</marquee>
</body>
</html>