-
Notifications
You must be signed in to change notification settings - Fork 1
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
0 parents
commit ca55b98
Showing
13 changed files
with
1,479 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>nijika.de</title> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="roraosu's website."> | ||
<meta name="keywords" content="blog about me"> | ||
<link rel="stylesheet" href="../styles/blog.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" | ||
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" /> | ||
<script src="/script.js" defer></script> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h2 class="logo">nijika.de</h2> | ||
<nav class="navigation"> | ||
<a href="/">Home</a> | ||
<a href="/#about">About</a> | ||
<a href="/#portfolio">Portfolio</a> | ||
<a href="/blogs.html">Blogs</a> | ||
<a href="#">Stories</a> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark"></i> | ||
</nav> | ||
|
||
<div class="mobilenav"> | ||
<div class="menutext"> | ||
<ul> | ||
<li> | ||
<a href="#" id="menubutton">Menu <i class="fas fa-caret-down"></i></a> | ||
|
||
<div class="dropdown"> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/#about">About</a></li> | ||
<li><a href="/#portfolio">Portfolio</a></li> | ||
<li><a href="/blogs.html">Blogs</a></li> | ||
<li><a href="#">Stories</a></li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark2"></i> | ||
</nav> | ||
</header> | ||
<div class="container"> | ||
<h4>.</h4> | ||
<section id="blogs"> | ||
<div class="bloglist" class="padded"> | ||
<h4>Blogs</h4> | ||
<br> | ||
<h5>2023</h5> | ||
<a class="btna" href="/blogs/my-first-light-novel.html">My First Light Novels</a><p>April 4, 2023</p><br> | ||
<a class="btna" href="/blogs/the-ultrakill-experience.html">THE ULTRAKILL™ EXPERIENCE</a><p>April 4, 2023</p><br> | ||
<a class="btna" href="/blogs/being-forced-to-dance.html">WHEN YOU GET FORCED TO DANCE</a><p>March 28, 2023</p><br> | ||
<br> | ||
<h5>2022</h5> | ||
<a class="btna" href="/blogs/1-year-of-evescans.html">1 Year of EveScans</a><p>November 20, 2022</p><br> | ||
<a class="btna" href="/blogs/how-to-get-removed-from-lous-list.html">How to Get Removed From Lou's List</a><p>October 20, 2022</p> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
</div> | ||
</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,70 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>nijika.de</title> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="roraosu's website."> | ||
<meta name="keywords" content="blog about me"> | ||
<link rel="stylesheet" href="../styles/blog.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" | ||
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" /> | ||
<script src="/script.js" defer></script> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h2 class="logo">nijika.de</h2> | ||
<nav class="navigation"> | ||
<a href="/">Home</a> | ||
<a href="/#about">About</a> | ||
<a href="/#portfolio">Portfolio</a> | ||
<a href="/blogs.html">Blogs</a> | ||
<a href="#">Stories</a> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark"></i> | ||
</nav> | ||
|
||
<div class="mobilenav"> | ||
<div class="menutext"> | ||
<ul> | ||
<li> | ||
<a href="#" id="menubutton">Menu <i class="fas fa-caret-down"></i></a> | ||
|
||
<div class="dropdown"> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/#about">About</a></li> | ||
<li><a href="/#portfolio">Portfolio</a></li> | ||
<li><a href="/blogs.html">Blogs</a></li> | ||
<li><a href="#">Stories</a></li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark2"></i> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<section id="blog"> | ||
<div class="contents" class="padded3"> | ||
<h4>1 Year of EveScans</h4> | ||
<p>Making a scanlation group and somehow have it still going even after a year to me is an absurd feat, knowing I’m the type of person who has hobbies that mostly last a month or few, if lucky. In a year, we went from 20 members in the first week, to 800 in 6 months, and approximately 1,250 members in a year. The rate of the group’s growth in just a year is insane to me, and I hope that I, together with the group, will grow in the future years to come. As the end of the year draws near, I’d like to say that this has been one of the best years of my life (in the scanlation space).</p> | ||
</div> | ||
</section> | ||
<section id="back"> | ||
<div class="toblog" class="padded3"> | ||
<a href="/blogs.html">Back to blog list</a> | ||
</section> | ||
</div> | ||
|
||
|
||
</div> | ||
</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,80 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>nijika.de</title> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="roraosu's website."> | ||
<meta name="keywords" content="blog about me"> | ||
<link rel="stylesheet" href="../styles/blog.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" | ||
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" /> | ||
<script src="/script.js" defer></script> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h2 class="logo">nijika.de</h2> | ||
<nav class="navigation"> | ||
<a href="/">Home</a> | ||
<a href="/#about">About</a> | ||
<a href="/#portfolio">Portfolio</a> | ||
<a href="/blogs.html">Blogs</a> | ||
<a href="#">Stories</a> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark"></i> | ||
</nav> | ||
|
||
<div class="mobilenav"> | ||
<div class="menutext"> | ||
<ul> | ||
<li> | ||
<a href="#" id="menubutton">Menu <i class="fas fa-caret-down"></i></a> | ||
|
||
<div class="dropdown"> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/#about">About</a></li> | ||
<li><a href="/#portfolio">Portfolio</a></li> | ||
<li><a href="/blogs.html">Blogs</a></li> | ||
<li><a href="#">Stories</a></li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark2"></i> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<section id="blog"> | ||
<div class="contents" class="padded3"> | ||
<h4>When You Get Forced to Dance</h4> | ||
<h5>SMH.</h5> | ||
<br> | ||
<p>Do you hate it when schools just tell you to choreograph your own dance steps despite having absolutely no originality and experience? Yeah, me too. It’s frustrating to be forced into something that you’re not comfortable with, especially when you already have a lot on your plate.</p> | ||
|
||
<p>I mean, I get that they want to encourage creativity and self-expression, but come on. Not everyone is cut out for dancing, let alone choreographing their own routine. Plus, we all have busy schedules with academic and extracurricular commitments. How are we supposed to fit this in?</p> | ||
|
||
<p>It’s not just about coming up with a good routine, but also executing it well and making sure you don’t mess up. The stress and anxiety of it all can be overwhelming.</p> | ||
|
||
<p>Don’t get me wrong, I’m not saying that we shouldn’t challenge ourselves and try new things. But there’s a difference between willingly taking on a challenge and being forced into something that you’re not comfortable with. It’s important for schools to remember that not everyone has the same interests or talents, and that’s okay.</p> | ||
|
||
<p>Honestly, I’m not looking forward to this at all. The thought of having to choreograph and perform my own routine is actually infuriating. I don’t think this experience will be rewarding for me at all. But I’ll try my best and hope that it turns out okay. Atleast.</p> | ||
</div> | ||
</section> | ||
<section id="back"> | ||
<div class="toblog" class="padded3"> | ||
<a href="/blogs.html">Back to blog list</a> | ||
</section> | ||
</div> | ||
|
||
|
||
</div> | ||
</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,81 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>nijika.de</title> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="roraosu's website."> | ||
<meta name="keywords" content="blog about me"> | ||
<link rel="stylesheet" href="../styles/blog.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" | ||
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" /> | ||
<script src="/script.js" defer></script> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h2 class="logo">nijika.de</h2> | ||
<nav class="navigation"> | ||
<a href="/">Home</a> | ||
<a href="/#about">About</a> | ||
<a href="/#portfolio">Portfolio</a> | ||
<a href="/blogs.html">Blogs</a> | ||
<a href="#">Stories</a> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark"></i> | ||
</nav> | ||
|
||
<div class="mobilenav"> | ||
<div class="menutext"> | ||
<ul> | ||
<li> | ||
<a href="#" id="menubutton">Menu <i class="fas fa-caret-down"></i></a> | ||
|
||
<div class="dropdown"> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/#about">About</a></li> | ||
<li><a href="/#portfolio">Portfolio</a></li> | ||
<li><a href="/blogs.html">Blogs</a></li> | ||
<li><a href="#">Stories</a></li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark2"></i> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<section id="blog"> | ||
<div class="contents" class="padded3"> | ||
<h4>How to Get Removed From Lou's List</h4> | ||
<p>Did you do something to offend Lou? Did she add you to her “list”? Look no further, here is a step-by-step guide to never have your name in her list ever again with these three easy steps!</p> | ||
<br> | ||
<p>1. Get in touch with Lou</p> | ||
<br> | ||
<p>2. Say these exact words:</p> | ||
<br> | ||
<p>“Paki remove ko sa listahan nimo Lou please thank you”</p> | ||
<br> | ||
<p>3. Profit</p> | ||
<p>Disclaimer:</p> | ||
|
||
<p>You may or may not be killed by a hitman under Lou’s command after attempting this.</p> | ||
</div> | ||
</section> | ||
<section id="back"> | ||
<div class="toblog" class="padded3"> | ||
<a href="/blogs.html">Back to blog list</a> | ||
</section> | ||
</div> | ||
|
||
|
||
</div> | ||
</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,81 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>nijika.de</title> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="roraosu's website."> | ||
<meta name="keywords" content="blog about me"> | ||
<link rel="stylesheet" href="../styles/blog.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" | ||
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" /> | ||
<script src="/script.js" defer></script> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<h2 class="logo">nijika.de</h2> | ||
<nav class="navigation"> | ||
<a href="/">Home</a> | ||
<a href="/#about">About</a> | ||
<a href="/#portfolio">Portfolio</a> | ||
<a href="/blogs.html">Blogs</a> | ||
<a href="#">Stories</a> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark"></i> | ||
</nav> | ||
|
||
<div class="mobilenav"> | ||
<div class="menutext"> | ||
<ul> | ||
<li> | ||
<a href="#" id="menubutton">Menu <i class="fas fa-caret-down"></i></a> | ||
|
||
<div class="dropdown"> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/#about">About</a></li> | ||
<li><a href="/#portfolio">Portfolio</a></li> | ||
<li><a href="/blogs.html">Blogs</a></li> | ||
<li><a href="#">Stories</a></li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<i class="bi bi-brightness-high-fill" id="toggleDark2"></i> | ||
</nav> | ||
</header> | ||
|
||
<div class="container"> | ||
<section id="blog"> | ||
<div class="contents" class="padded3"> | ||
<h4>My First Light Novels</h4> | ||
<p>Okay, I actually got them a day ago but it still counts.</p> | ||
<h5>I GOT MY FIRST LIGHT NOVEL (ever)</h5> | ||
<br> | ||
<img src="https://scontent.fdvo4-1.fna.fbcdn.net/v/t39.30808-6/336655069_180167641495631_7909597394094640340_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8bfeb9&_nc_ohc=iajZg9UiRxAAX9ZfFig&_nc_ht=scontent.fdvo4-1.fna&oh=00_AfB9akrrY8rnaBErAIdctLY0b9HlmijHfbAPPNlpS5A8ow&oe=6457C1FE" width="30%" height="30%"> | ||
<br> | ||
<br> | ||
<p>The light novel(s) (since there are four of them...) that I bought is FUNA’s <b>“I Shall Survive Using Potions!”</b>. It’s about a person named Kaoru Nagase who basically gets ULTRAKILL™-ed by a distortion due to other world lines (parallel worlds, multiverses, whatever you wanna call it) that was fixed too late, and she became the only casualty. Then the God of Earth basically tried to compensate for his mistake and offered to reincarnate her in another less culturally advanced world, as doing so in her former world would collapse the world’s balance. And accept she did and then the story goes on from there. Though she said goodbye in her two friends’ and family’s dreams for a few minutes before actually leaving (foreshadowing).</p> | ||
|
||
<p>Currently there are 8 volumes and more to count (7 translated to English and have physical copies while the eighth is only an EBook for now), and I bought four of them. I read all eight volumes in an EBook form that I obtained through other means but after some time I finally got the chance to get physical copies. I had initially planned to buy six but that’d drain all the money I’ve earned for this month. So I’ll be gradually collecting all the volumes as time passes. I highly recommend you to read this light novel if you want a fun and exciting story, with interesting situations and funny interactions between characters. Overall, it’s a fun read to pass time if you have some.</p> | ||
|
||
<p>Buy the light novel here!: <a href="https://j-novel.club/series/i-shall-survive-using-potions">https://j-novel.club/series/i-shall-survive-using-potions</a></p> | ||
|
||
</div> | ||
</section> | ||
<section id="back"> | ||
<div class="toblog" class="padded3"> | ||
<a href="/blogs.html">Back to blog list</a> | ||
</section> | ||
</div> | ||
|
||
|
||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.