-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanimelistem.html
206 lines (198 loc) · 5.85 KB
/
animelistem.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html> <html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Tasarımcı ve Anime Sever">
<meta property="og:image" content="https://kerimdemirkaynak.github.io/resimler/20241121_055155.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Kerim Demirkaynak">
<meta name="twitter:description" content="Tasarımcı ve Anime Sever">
<meta name="twitter:image" content="https://kerimdemirkaynak.github.io/resimler/20241121_055155.jpg">
<meta name="twitter:url" content="https://kerimdemirkaynak.github.io/">
<title>Kerim Demirkaynak | Anime Listem</title> <!-- Favicon -->
<link rel="icon" type="image/png" href="/resimler/favicon.png">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<style>
body {
font-family: Arial, sans-serif;
background-color: #121212;
color: #ffffff;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 100vh;
}
header {
background-color: #1f1f1f;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.logo {
display: flex;
align-items: center;
}
.logo img {
width: 100px;
height: auto;
filter: brightness(0) invert(1); /* Beyaz logo efekti */
}
nav {
display: flex;
align-items: center;
}
.nav-links {
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
}
.nav-links li {
margin: 0 15px;
}
.nav-links a {
color: #ffffff;
text-decoration: none;
font-size: 18px;
}
.menu-icon {
display: none;
cursor: pointer;
font-size: 24px;
color: #ffffff;
}
@media (max-width: 768px) {
.nav-links {
display: none;
flex-direction: column;
position: absolute;
top: 60px;
right: 20px;
background-color: #1f1f1f;
padding: 10px;
border-radius: 5px;
width: 100%;
max-width: 300px;
}
.nav-links.active {
display: flex;
}
.menu-icon {
display: block;
}
}
@media (max-width: 768px) {
.logo img {
width: 80px;
}
}
.content {
padding: 20px 20px; /* Üst padding'i 20px'e düşürdük */
text-align: center;
max-width: 800px; /* İçerik genişliğini ayarlayın */
margin: auto; /* Merkeze hizalayın */
}
h1 {
color: #ffffff;
margin: 10px 0; /* Başlık margin'ini ayarlayın */
}
h2 {
margin: 5px 0; /* Alt başlık margin'ini ayarlayın */
}
p {
margin: 5px 0; /* Paragraf margin'ini ayarlayın */
}
.bio-img {
border-radius: 50%;
width: 150px;
height: 150px;
margin-bottom: 20px;
}
.social-icons {
margin: 20px 0;
}
.social-icons a {
color: #ffffff;
margin: 0 10px;
font-size: 24px;
}
footer {
background-color: #1f1f1f;
padding: 20px;
text-align: center;
}
footer p {
font-size: 14px;
}
.footer-links {
margin-top: 20px;
}
.footer-links a {
color: #ffffff;
margin: 0 10px;
text-decoration: none;
}
.language-switch {
text-align: center;
margin-bottom: 20px;
}
.language-switch a {
color: #ffffff;
margin: 0 10px;
text-decoration: none;
}
</style>
</head>
<body> <!-- Üst Menü ve Logo -->
<header>
<a href="/">
<div class="logo">
<img src="resimler/logo.webp" alt="Site Logo">
</div>
</a>
<nav>
<div class="menu-icon" onclick="toggleMenu()">
<i class="fas fa-bars"></i>
</div>
<ul class="nav-links" id="navLinks">
<li><a href="/">Ana Sayfa</a></li>
<li><a href="hakkinda">Hakkında</a></li>
<li><a href="iletisim">İletişim</a></li>
</ul>
</nav>
</header>
<div class="content">
<h1>Anime Güncellemeleri</h1>
<!-- Elfsight RSS Feed widget -->
<script src="https://static.elfsight.com/platform/platform.js" async></script>
<div class="elfsight-app-56effefc-7d43-4dc8-b8e6-3f85914315d6" data-elfsight-app-lazy></div>
</div>
<!-- Footer -->
<footer>
<span class="footer-links">
<a href="/">Ana Sayfa</a> |
<a href="hakkinda">Hakkında</a> |
<a href="iletisim">İletişim</a>
</span>
<p style="margin-top: 20px;">© <span id="currentYear"></span> Kerim Demirkaynak. Tüm Hakları Saklıdır.</p> <script>
// Geçerli yılı al
const currentYear = new Date().getFullYear();
// Yılı span içine yerleştir
document.getElementById('currentYear').textContent = currentYear;
</script> </footer>
<script>
function toggleMenu() {
var navLinks = document.getElementById("navLinks");
navLinks.classList.toggle("active");
}
</script>
</body>
</html>