forked from ReinKageno/reinkageno.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
253 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,10 @@ | |
|
||
.text-recenter { | ||
text-align: center!important; | ||
} | ||
|
||
@media (min-width:768px) { | ||
div .slom { | ||
max-width: 740px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" data-bs-theme="dark"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Another World</title> | ||
|
||
<link rel="stylesheet" href="../../../assets/css/index.css"> | ||
<link rel="stylesheet" href="../../../assets/css/mdc.css"> | ||
<link rel="shortcut icon" href="../../../assets/src/icon.png" type="image/x-icon"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="#">About World</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" aria-current="page" href="data/about/">Kanade</a> | ||
<a class="nav-link" href="#">Another Me</a> | ||
<a class="nav-link" href="data/journal/">Journal</a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
</header> | ||
<main> | ||
<div class="bd-masthead mb-2" id="content"> | ||
<div class="position-relative"> | ||
<img src="../../../assets/src/img/main.png" class="flipe img-fluid" alt="..." > | ||
<div class="container-xxl"> | ||
<div class="col-md-8 mx-auto text-center"> | ||
<div class="position-absolute top-50 start-50 translate-middle"> | ||
<h1 class="mb-3 fw-semibold lh-1">All About My Secrets</h1> | ||
<p class="lead mb-3">When I live everything repeats itself, and it's always remembered when I make mistakes</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container-xxl bd-gutter masthead-followup main-content"> | ||
<div class="col-lg-7 mx-auto pb-3 mb-3 mb-md-5 text-recenter"> | ||
<h3 class="display-6 mb-3 fw-semibold lh-sm">Kanaede, It's my name</h3> | ||
<p>You can call me Kanaede, the Cat-Shark with a lot of pain.</p> | ||
<br> | ||
<h3 class="display-6 mb-3 fw-semibold lh-sm">Many act and work in the shadows</h3> | ||
<p>I Know... I'm bad. I'm a burden on the team, forgive me if not, hopefully I can still bear that mistake.</p> | ||
</div> | ||
</div> | ||
<div class="container-xxl bd-gutter masthead-followup main-content"> | ||
<div class="mx-auto"> | ||
|
||
</div> | ||
</div> | ||
</main> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" data-bs-theme="dark"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>AW - Data File no.030424</title> | ||
|
||
<link rel="stylesheet" href="../../../../assets/css/journal.css"> | ||
<link rel="stylesheet" href="../../../../assets/css/index.css"> | ||
<link rel="shortcut icon" href="../../../../assets/src/icon.png" type="image/x-icon"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="https://reinkageno.github.io">About World</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" aria-current="page" href="../../../about/">Kanade</a> | ||
<a class="nav-link" href="#">Another Me</a> | ||
<a class="nav-link" href="../../">Journal</a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
</header> | ||
<main> | ||
<div class="bd-masthead mb-3 main-content" id="content"> | ||
<div class="container slom bd-gutter"> | ||
<div class="col-lg-12 mx-auto pb-3 mb-3 mb-md-5 text-md-center"> | ||
<h2 class="display-5 mb-3 fw-semibold lh-sm">Data File No.030424</h2> | ||
<P> | ||
Again, once again? Why... I don't understand. I don't know what you want from me. But... why you give me that... again. | ||
</P> | ||
<p> | ||
So sad, why they all want to help me? I'm useless.. I know that's not true, but don't look me like can don anything. I just normal person, mean.. not a god or hero. Yeah, I'm someone can help or bite. <br> | ||
I'm not understand.. Why you.. uhh... forget it, I'm... I don't know.. I'm confused for now, forget it and I don't care my life. Nevermind.. I'm very, very confused and don't know my fate. | ||
</p> | ||
<P> | ||
Then.. I always ask this.. "Why I'm here? Why this time is very fast? One day, One month, Two years" | ||
</P> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" data-bs-theme="dark"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>AW - Data File no.250324</title> | ||
|
||
<link rel="stylesheet" href="../../../../assets/css/journal.css"> | ||
<link rel="stylesheet" href="../../../../assets/css/index.css"> | ||
<link rel="shortcut icon" href="../../../../assets/src/icon.png" type="image/x-icon"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="https://reinkageno.github.io">About World</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" aria-current="page" href="../../../about/">Kanade</a> | ||
<a class="nav-link" href="#">Another Me</a> | ||
<a class="nav-link" href="../../">Journal</a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
</header> | ||
<main> | ||
<div class="bd-masthead mb-3 main-content" id="content"> | ||
<div class="container slom bd-gutter"> | ||
<div class="col-lg-12 mx-auto pb-3 mb-3 mb-md-5 text-md-center"> | ||
<h2 class="display-5 mb-3 fw-semibold lh-sm">Data File No.180424</h2> | ||
<P> | ||
I woke up today, why did I wake up? What's special? <br> | ||
I don't know... but my dream seems to be telling me something.. I can see it, asking me "Who are you, why are you so different from us." And without my control, I answered, "I am someone from the Future and the Past." <br> | ||
Then after I said that to him I woke up from my dream. I was scared and confused by what I said. <strong>I'm someone from the Future and the Past,</strong> I always think about this for a while after waking up. | ||
</P> | ||
<p> | ||
Why... why this dream, why did I wake up? That scared me! He asked when we were in the train, there was no one else but us. Alone, he seemed to represent billions of billions of people to me, yes I.. <strong>DIFFERENT</strong>. <br> | ||
Sad, why am I different from other people? Why am I here.. what am I doing here? I'm useless. <br> | ||
After that.. I'm pensive and sitting still as if sleeping with his eyes open, until my Mom shouts to me "Hey woke up, don't be stunned!" I want to cry, but nobody lets me cry or think about what I want. <br> | ||
Rules and Destiny, World and Dreams.. continuing without a care in the world is like a bulldozer pushing the ground without mercy. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" data-bs-theme="dark"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>AW - Data File no.250324</title> | ||
|
||
<link rel="stylesheet" href="../../../../assets/css/journal.css"> | ||
<link rel="stylesheet" href="../../../../assets/css/index.css"> | ||
<link rel="shortcut icon" href="../../../../assets/src/icon.png" type="image/x-icon"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="https://reinkageno.github.io">About World</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" aria-current="page" href="../../../about/">Kanade</a> | ||
<a class="nav-link" href="#">Another Me</a> | ||
<a class="nav-link" href="../../">Journal</a> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
</header> | ||
<main> | ||
<div class="bd-masthead mb-3 main-content" id="content"> | ||
<div class="container slom bd-gutter"> | ||
<div class="col-lg-12 mx-auto pb-3 mb-3 mb-md-5 text-md-center"> | ||
<h2 class="display-5 mb-3 fw-semibold lh-sm">Data File No.250324</h2> | ||
<P> | ||
Aku sakit, dan tidak ada yang peduli selain Ibuku. Ayahku hanya melihatku dan pergi, begitulah setiap hari untuk beberapa hari, diabaikan dalam keadaan lemas. <br><br> | ||
Aku tidak tau mengapa ini harus terjadi disaat itu, banyak tugas menumpuk, dan terlebih tidak ada koneksi internet karena dengan bodohnya ayahku mencabut sendiri wifi untuk diganti dengan model lain. <br> | ||
Apa yang harus aku lakukan, tidak ada internet.. itu sama saja seperti menghilangkan interaksiku ke dunia luar, karena itu satu satunya jalan agar aku bisa bereksplorasi. | ||
</P> | ||
<p> | ||
I'm not understand, I'm very want to know about this time, I left my work, and I left some important tasks.. because I got fever and I just can see my house is very berantakan. <br> | ||
Why my father not see that? Why just wake up and go work again? Nobody cares about this house, only my Mother that very care about it. And my siblings is very mengganggu, they say "Why you not work? I won't to help your tasks.", I'm angry but I still hold it, I know.. I'm bad. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.