new article about school :D

This commit is contained in:
Sigmoid 2022-05-29 12:03:58 +01:00
parent e212f49697
commit fd026e5506
2 changed files with 65 additions and 0 deletions

64
articles/school.html Normal file
View File

@ -0,0 +1,64 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="insert your author name here">
<meta name="description" content="put whatever you want too">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="../css/fart.css"> <!-- don't touch this, do funny stuff if you want but keep it stylisticly consistent -->
<title>I HATE SCHOOL</title>
<style type="text/css" media="screen">
.rainbow {
animation-duration: 0.3s;
animation-name: rainbow;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: linear;
text-align: center;
}
@keyframes rainbow {
from {
color: green;
}
50% {
color: yellow;
}
to{
color: red;
}
}
</style>
</head>
<body>
<a href="../home.html"><img class="center" src="../media/gegenkultur.png" alt="GEGENKULTUR"></a>
<article class="ebin">
<div>
<marquee behaviour="scroll" direction="left" scrollamount="10"><h1 style="text-align:center;">I FUCKING HATE SCHOOL</h1></marquee>
<p style="color:lightgrey;"><i>written by: gap</i></p>
<hr>
<h2>HOW IS ANYONE LEARNING ANYTHING</h2>
<p>How did anyone think that making students, be it young children or young adults (why are they still treated similarly?), sit for around 10 fucking hours doing boring monotonous shit or literally nothing, yeah apparently kids aren't sponges they don't passively absorb information???</p>
<p>I am not learning shit I am vomiting things I don't care about on a test and forgetting them instantly.</p>
<p>Listening to a different constant stream of information every hour the whole day while also having to do homework and prepare for tests is exhausting (actually why do we have school at home after spending the whole day at school?), a kid after such a day will be too tired most of the time to do anything productive like <b class="rainbow">LEARNING</b> or creative activities and will just want to play or rest watching tv or something.</p>
<p>That was rambly (I don't care #gangsta :3) but if you want to be sure ask yourself if you remember anything from uhh shit like biology and if the amount of hours spent learning that in school is proportional to what you actually learned.</p>
<p>I know from personal experience that school dissuaded me from <b class="rainbow">LEARNING</b> in my free time because my brain is too fried after a whole day and my mind started correlating education with boredom and pain. But the shit I went to learn on my own stuck with me for life woah what??????,,,</p>
<p>Teaching people is good and even freeing, like the skill of reading and writing actually empowers people. But the way schools currently are is not it. The job of a teacher is respectable and they are merely a victim of the system, they have to follow the school system too.</p>
<h2>HOW WILL I GET A JOB THEN?</h2>
<p>Don't you think it's impressive that kids are trained in their life since age 6 towards the job pipeline? Constantly graded, evaluated and only treated like products with numbers attached that universities (and even certain middle schools and high schools) will pick apart from each other. Kids are trained to become a product and have to compete among other kids to become satisfactory and chosen. The truth is that school builds a tolerance for wage-slaving and obedience, so it does prepare you for jobs in a way. Except that at least in a fucking job you are paid and allowed to move and talk with coworkers. Kids work so hard for several years and recieve nothing besides "you will have an ebin job in the future :)".</p>
<p>Not to mention the fact you barely use shit you learned from school at your job, you have universities to teach specialized shit and training to do the majority of jobs like uhh an office job or being a baker or some shit. It's clear that the role of school is ideological!!!</p>
<h2>CONCLUSION:</h2>
<h3>AAAAAUUUUGHHHHHHHHHHHHHHHHHHHHHHHHH</h3>
<p>If the majority of kids and teenagers fucking hate school it should be a symptom of something. Just saying. Kids are naturally curious and always ask questions and are always willing to learn. We have a human drive to learn, and yet school removes it from people. It's the sign that there is something seriously wrong with society and that we should strive to fix it, but the inconvenient truth is that it has everything to do with how society is structured at large (poopitalism) as seen with how school trains you to be an obedient worker and that alienation is not only seen in kids but adults as well.</p>
<h2 class="rainbow">ABOLISH POOP?????</h2>
<hr>
<footer>29/05/2022</footer>
</div>
</article>
</body>
</html>

View File

@ -24,6 +24,7 @@
<div class="ebin">
<h1>ARTICLES:</h1>
<p><a href="articles/school.html">I FUCKING HATE SCHOOL</a></p>
<p><a href="articles/example.html">I HATE EXAMPLES</a> (exclusive template article deluxe)</p>
</div>