mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2024-12-22 11:49:06 +03:00
Add files via upload
This commit is contained in:
parent
bb90bb8d97
commit
ea2fee7b11
3 changed files with 112 additions and 18 deletions
40
hakkımda.html
Normal file
40
hakkımda.html
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Alperen İsa Nalbant</title>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
<link href="noto-serif/noto-serif.css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<span class="sitebasligi">Alperen İsa Nalbant</span>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Ana Sayfa</a></li>
|
||||||
|
<li><a href="https://github.com/afacanc38/afacanc38.github.io/fork">Beni GitHub'da çatalla!</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
13 yaşındayım. Şu an okullardan dolayı pek fazla geliştirme yapmıyorum.
|
||||||
|
O yüzden bu site oldukça içeriksiz gibi gözüküyor.
|
||||||
|
<blockquote>
|
||||||
|
Psst. Bu web sitesi özgür yazılımdır, WTFPL altında dağıtılıyor.
|
||||||
|
</blockquote>
|
||||||
|
<code>Çırcır böceklerinden başka bir şey yok anlayacağın. Eh şimdilik işte...</code>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<span class="telifhakki">Telif Haksız © 2022 Alperen İsa Nalbant</span>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/afacanc38/afacanc38.github.io">Web sitesi kaynak kodu</a></li>
|
||||||
|
<li><a href="https://raw.githubusercontent.com/Afacanc38/afacanc38.github.io/main/LICENSE">Lisans</a></li>
|
||||||
|
<li><a href="/link.jpg">Başka bir link</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
45
index.html
45
index.html
|
@ -14,24 +14,51 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">Ana Sayfa</a></li>
|
<li><a href="#">Ana Sayfa</a></li>
|
||||||
<li><a href="https://github.com/afacanc38/afacanc38.github.io/fork">Beni GitHub'da çatalla!</a></li>
|
<li>
|
||||||
|
<a href="https://github.com/afacanc38/afacanc38.github.io/fork"
|
||||||
|
>Beni GitHub'da çatalla!</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
13 yaşındayım. Şu an okullardan dolayı pek fazla geliştirme yapmıyorum.
|
<ul id="gonderiListesi">
|
||||||
O yüzden bu site oldukça içeriksiz gibi gözüküyor.
|
<li class="gonderi">
|
||||||
<blockquote>
|
<a href="#">
|
||||||
Psst. Bu web sitesi özgür yazılımdır, WTFPL altında dağıtılıyor.
|
<span class="date">14 Ekim 2022 01:30</span>
|
||||||
</blockquote>
|
<h3>Merhaba!</h3>
|
||||||
<code>Çırcır böceklerinden başka bir şey yok anlayacağın. Eh şimdilik işte...</code>
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="gonderi">
|
||||||
|
<a href="#">
|
||||||
|
<span class="date">14 Ekim 2022 01:30</span>
|
||||||
|
<h3>Merhaba!</h3>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="gonderi">
|
||||||
|
<a href="#">
|
||||||
|
<span class="date">14 Ekim 2022 01:30</span>
|
||||||
|
<h3>Merhaba!</h3>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<span class="telifhakki">Telif Haksız © 2022 Alperen İsa Nalbant</span>
|
<span class="telifhakki">Telif Haksız © 2022 Alperen İsa Nalbant</span>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/afacanc38/afacanc38.github.io">Web sitesi kaynak kodu</a></li>
|
<li>
|
||||||
<li><a href="https://raw.githubusercontent.com/Afacanc38/afacanc38.github.io/main/LICENSE">Lisans</a></li>
|
<a href="https://github.com/afacanc38/afacanc38.github.io"
|
||||||
|
>Web sitesi kaynak kodu</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://raw.githubusercontent.com/Afacanc38/afacanc38.github.io/main/LICENSE"
|
||||||
|
>Lisans</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
<li><a href="/link.jpg">Başka bir link</a></li>
|
<li><a href="/link.jpg">Başka bir link</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
45
style.css
45
style.css
|
@ -1,7 +1,7 @@
|
||||||
:root {
|
:root {
|
||||||
--default-bg: #F0F0F0;
|
--default-bg: #f0f0f0;
|
||||||
--text: #212427;
|
--text: #212427;
|
||||||
--border: rgba(0, 0, 0, .5);
|
--border: rgba(0, 0, 0, 0.5);
|
||||||
--pre-bg: #dbdbdb;
|
--pre-bg: #dbdbdb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,10 +9,9 @@
|
||||||
:root {
|
:root {
|
||||||
--default-bg: #212427;
|
--default-bg: #212427;
|
||||||
--text: #f0f0f0;
|
--text: #f0f0f0;
|
||||||
--border: rgba(255, 255, 255, .5);
|
--border: rgba(255, 255, 255, 0.5);
|
||||||
--pre-bg: #2e3235;
|
--pre-bg: #2e3235;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -26,21 +25,29 @@ body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
font-family: 'Noto Serif', sans-serif;
|
font-family: "Noto Serif", sans-serif;
|
||||||
background-color: var(--default-bg);
|
background-color: var(--default-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
margin: 3em 0 1em;
|
margin: 3em 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,ul,ol {
|
p,
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
color: #1d1d1d;
|
color: #1d1d1d;
|
||||||
font-family: 'sans-serif';
|
font-family: "sans-serif";
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, .sitebasligi {
|
h1,
|
||||||
|
.sitebasligi {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,4 +86,24 @@ code {
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
#gonderiListesi {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gonderi {
|
||||||
|
padding: 1em 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gonderi a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gonderi h3 {
|
||||||
|
margin: 0;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
Loading…
Reference in a new issue