Skip to content

help #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
81e4dd8
Update index.html
Greenpickles987 Feb 20, 2022
88b45f1
Update README.md
Greenpickles987 Feb 20, 2022
5ee2aa5
Create jekyll.yml
Greenpickles987 Feb 20, 2022
82d5f68
Add files via upload
Greenpickles987 Feb 20, 2022
c3d2d6d
Update index.html
Greenpickles987 Feb 20, 2022
7bc02b7
Update index.html
Greenpickles987 Feb 20, 2022
05c5820
Update about.html
Greenpickles987 Feb 20, 2022
3e1f084
Add files via upload
Greenpickles987 Feb 20, 2022
c828174
Add files via upload
Greenpickles987 Feb 20, 2022
5ad37d5
Update index.html
Greenpickles987 Feb 20, 2022
0c92683
Update portfolio.html
Greenpickles987 Feb 20, 2022
0e8b85b
Add files via upload
Greenpickles987 Feb 20, 2022
685a54f
Update videos.html
Greenpickles987 Feb 20, 2022
f0e889e
Update index.html
Greenpickles987 Feb 20, 2022
632689d
Update index.html
Greenpickles987 Feb 20, 2022
050f5c6
Update videos.html
Greenpickles987 Feb 20, 2022
3ef5546
Update index.html
Greenpickles987 Feb 20, 2022
3737ef1
Update about.html
Greenpickles987 Feb 20, 2022
186941f
Update index.html
Greenpickles987 Feb 20, 2022
0fb6f7d
Update about.html
Greenpickles987 Feb 20, 2022
3d1629c
Update index.html
Greenpickles987 Feb 20, 2022
492d38b
Update index.html
Greenpickles987 Aug 5, 2023
e5c68f2
Update index.html
Greenpickles987 Aug 5, 2023
b9c0694
Update index.html
Greenpickles987 Aug 5, 2023
1383d75
Update index.html
Greenpickles987 Aug 5, 2023
c26b3b0
Update index.html
Greenpickles987 Aug 5, 2023
c175ab2
Update index.html
Greenpickles987 Aug 6, 2023
7e882d2
Update news.html
Greenpickles987 Aug 6, 2023
7e00de9
Update videos.html
Greenpickles987 Aug 6, 2023
815fbe9
Update about.html
Greenpickles987 Aug 6, 2023
9eb5695
Update news.html
Greenpickles987 Aug 6, 2023
b30e2ff
Update news.html
Greenpickles987 Aug 6, 2023
112728c
Update portfolio.html
Greenpickles987 Aug 6, 2023
c8042e2
Update portfolio.html
Greenpickles987 Aug 6, 2023
050243d
Update news.html
Greenpickles987 Aug 6, 2023
3c7061a
Update about.html
Greenpickles987 Aug 6, 2023
0145da5
Update about.html
Greenpickles987 Aug 6, 2023
ee24063
Update index.html
Greenpickles987 Aug 6, 2023
3eaaae0
Update about.html
Greenpickles987 Aug 6, 2023
4bbd452
Update videos.html
Greenpickles987 Aug 6, 2023
7f678b4
Update videos.html
Greenpickles987 Aug 6, 2023
4f69590
Update news.html
Greenpickles987 Aug 6, 2023
a354d9d
Update portfolio.html
Greenpickles987 Aug 6, 2023
867eb66
Update video_0000137.html
Greenpickles987 Aug 11, 2023
68b0865
Update video_0000143.html
Greenpickles987 Aug 11, 2023
0c119f0
Update video_0000145.html
Greenpickles987 Aug 11, 2023
0933d5e
Update video_0000148.html
Greenpickles987 Aug 11, 2023
b5e4d1f
Update video_0000149.html
Greenpickles987 Aug 11, 2023
a4b2c29
Update video_0000137.html
Greenpickles987 Aug 11, 2023
3a2bd79
Update video_0000143.html
Greenpickles987 Aug 11, 2023
4ac4714
Update video_0000145.html
Greenpickles987 Aug 11, 2023
6c92b8a
Update video_0000148.html
Greenpickles987 Aug 11, 2023
761eb3e
Update video_0000149.html
Greenpickles987 Aug 11, 2023
8c0e113
Update news.html
Greenpickles987 Feb 25, 2024
e6eb126
Update news.html
Greenpickles987 Feb 25, 2024
6aa438e
Update about.html
Greenpickles987 Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Jekyll site CI

on:
push:
branches: [ gp987main ]
pull_request:
branches: [ gp987main ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
Binary file modified LucianoLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# LucianoTheWindowsFan
This is the source code for LucianoTheWindowsFan's website.
# Greenpickles987
This is the source code for this website.
16 changes: 6 additions & 10 deletions en/about.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>About - LucianoTheWindowsFan</title>
<title>About - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -38,13 +38,9 @@ <h1 style="background-color:#404040;">
</h1>
<center>
<p>
<b>LucianoTheWindowsFan</b> is a YouTube channel<br>
known for his fake VHS recordings (most notably, their anti-piracy<br>
screens).<br>
Due to COPPA, his YouTube channel got abandoned and most of their<br>
videos are privatized on October 7, 2021.<br>
This website allows you to watch several of these <s>lost</s> videos.
He returned on October 9, 2021.
<b>Greenpickles987 is an American YouTuber, by Mexican-Dominican descent. He launched a channel on March 26, 2020. He describes himself as a 15-year-old with autism and ADHD. He also describes himself as asexual grayromantic. In his family is a brother, Greenpickleshusky, who is 12 years old and also diagnosed with autism and ADHD. In November 2023, Greenpickles987 got into an online controversy where, among others, YouTubers Chaeify, better known online as Huh Yunnies, and Dat1OrangeCatMan, known online as D1OCM and their followers took part. This conflict started to rise and increase on November 17, when mean comments towards Greenpickles987's videos were made. The comments also accused him of stealing content and called the videos "offensive."
<b>
Everything got worse in early December 2023 when things started to take an even worse turn after a post by Huh Yunnies attracted more hate from her K-pop fanbase and the supporters of Dat1OrangeCatMan. One of these comments referred to him with the offensive slang for special needs and even lied about bullying. This harassment caused immense personal distress, including a family crisis, and resulted in Greenpickles987 losing access to his YouTube channel and the entire platform. The incident reached a point where his channel was deleted by the father of Huh Yunnies, and Greenpickles987's family continues to face challenges due to the situation..
</p>
</center>
<center>
Expand Down
19 changes: 4 additions & 15 deletions en/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Homepage - LucianoTheWindowsFan</title>
<title>Homepage - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -38,21 +38,10 @@ <h1 style="background-color:#404040;">
</h1>
<center>
<p>
Welcome to LucianoTheWindowsFan's website!<br>
Welcome to Greenpickles987 website!<br>
Here, you can find videos, pictures, and even announcements!
</p>
<h1>
<p>Latest news!</p>
</h1>
<p>
Posted on January 26, 2022:<br><br>
WARNING: There's an anti-Luciano campaign!<br>
LucianoTheWindowsFan got a lot of hate that there<br>
was even an <a href="https://www.youtube.com/channel/UC3BH3OWGnP-W1JB2PvHTbog" target="_self">anti-Luciano campaign.</a><br>
Luciano (alongside his dad) blocked and reported this user.<br>
You should also block them! <b>JUST DO IT!</b>
</p>
</center>
<center>
<small><small>
<p>
Expand Down
24 changes: 9 additions & 15 deletions en/news.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>News - LucianoTheWindowsFan</title>
<title>News - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -38,21 +38,15 @@ <h1 style="background-color:#404040;">
</h1>
<center>
<p>
Posted on January 26, 2022:<br><br>
WARNING: There's an anti-Luciano campaign!<br>
LucianoTheWindowsFan got a lot of hate that there<br>
was even an <a href="https://www.youtube.com/channel/UC3BH3OWGnP-W1JB2PvHTbog" target="_self">anti-Luciano campaign.</a><br>
Luciano (alongside his dad) blocked and reported this user.<br>
You should also block them! <b>JUST DO IT!</b>
Posted on Febuary 25, 2024:<br><br>
Note of Youtube Channel<br>
Dat1orangecatman and Huh Yunnies cyberbullied me in Late November 2023.
Then in Early December 2023 I got more hate thanks to a post by huh yunnies that got
her K-pop fans to hate me that lead to my family having a crisis.
One of the comments called me a sped kid and falsely accusing me of “harassing” her.
</p>
<br><br>
<p>
Posted on October 8, 2021:<br><br>
LucianoTheWindowsFan launches website for new videos!<br>
Due to COPPA, his YouTube channel is now abandoned.<br>
His videos are going to be moved onto this site.<br>
Fans have been making tributes to him, due to his popularity.
</p>
</center>
<center>
<small><small>
Expand Down
8 changes: 4 additions & 4 deletions en/portfolio.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio - LucianoTheWindowsFan</title>
<title>Portfolio - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -50,4 +50,4 @@ <h1><p>COMING SOON!</p></h1>
</small></small>
</center>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion en/video_0000137.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2016-2021) - LucianoTheWindowsFan</title>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2016-2021) - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
Expand Down
2 changes: 1 addition & 1 deletion en/video_0000143.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2005-2009) - LucianoTheWindowsFan</title>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2005-2009) - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
Expand Down
2 changes: 1 addition & 1 deletion en/video_0000145.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2013-2016) - LucianoTheWindowsFan</title>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2013-2016) - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
Expand Down
2 changes: 1 addition & 1 deletion en/video_0000148.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2021-present) - LucianoTheWindowsFan</title>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2021-present) - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
Expand Down
2 changes: 1 addition & 1 deletion en/video_0000149.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2009-2013) - LucianoTheWindowsFan</title>
<title>[FAKE] Discovery Kids (Latin America) Anti-Piracy Screen (2009-2013) - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
Expand Down
8 changes: 4 additions & 4 deletions en/videos.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Videos - LucianoTheWindowsFan</title>
<title>Videos - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -54,4 +54,4 @@ <h1 style="background-color:#404040;">
</small></small>
</center>
</body>
</html>
</html>
14 changes: 4 additions & 10 deletions es/about.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="es">
<head>
<title>Acerca - LucianoTheWindowsFan</title>
<title>Acerca - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -38,13 +38,7 @@ <h1 style="background-color:#404040;">
</h1>
<center>
<p>
<b>LucianoTheWindowsFan</b> es un canal de YouTube<br>
conocido por sus grabaciones de VHS falsas (más notablemente, sus<br>
pantallas antipiratería).<br>
Debido a la ley COPPA, su canal de YouTube se abandonó y mucho<br>
de sus videos estan en privatizado en 7 de octubre de 2021.<br>
Este sitio web te permite ver esos videos <s>perdidos</s>.<br>
El regersó el 9 de octubre de 2021.
<b>Greenpickles987</b> es un canal de YouTube.<br>
</p>
</center>
<center>
Expand Down
18 changes: 5 additions & 13 deletions es/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="es">
<head>
<title>Página principal - LucianoTheWindowsFan</title>
<title>Página principal - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -38,20 +38,12 @@ <h1 style="background-color:#404040;">
</h1>
<center>
<p>
¡Bienvenidos al sitio web de LucianoTheWindowsFan!<br>
¡Bienvenidos al sitio web de Greenpickles987!<br>
¡Aquí, puedes encontrar videos, imagenes e incluso anuncios!
</p>
<h1>
<p>¡Nuevas noticias!</p>
<p>Videos</p>
</h1>
<p>
Posteado en 26 de enero de 2022:<br><br>
¡Alto, hay campaña anti-Luciano!<br>
Fue tanto el hate de LucianoTheWindowsFan que hasta se hizo<br>
una <a href="https://www.youtube.com/channel/UC3BH3OWGnP-W1JB2PvHTbog" target="_self">campaña anti-Luciano.</a><br>
Luciano (junto con su papá) bloqueó y denunció a este usuario.<br>
¡Tu también la deberías denunciar! ¡Con fuerza. con fuerza!
</p>
</center>
<center>
<small><small>
Expand Down
26 changes: 10 additions & 16 deletions es/news.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="es">
<head>
<title>Noticias - LucianoTheWindowsFan</title>
<title>Noticias - Greenpickles987</title>
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<style>
a {
color: black;
color: blue;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
}
p {
color: black;
color: blue;
font-family: Verdana, Arial, sans-serif;
}
</style>
Expand Down Expand Up @@ -38,21 +38,15 @@ <h1 style="background-color:#404040;">
</h1>
<center>
<p>
Posteado en 26 de enero de 2022:<br><br>
¡Alto, hay campaña anti-Luciano!<br>
Fue tanto el hate de LucianoTheWindowsFan que hasta se hizo<br>
una <a href="https://www.youtube.com/channel/UC3BH3OWGnP-W1JB2PvHTbog" target="_self">campaña anti-Luciano.</a><br>
Luciano (junto con su papá) bloqueó y denunció a este usuario.<br>
¡Tu también la deberías denunciar! ¡Con fuerza. con fuerza!
Posteado en 25 de Febrero de 2024:<br><br>
Nota de canal de Youtube<br>
Dat1orangecatman y Huh Yunnies me acosaron cibernéticamente a finales de noviembre de 2023.
Luego, a principios de diciembre de 2023, recibí más odio gracias a una publicación
de huh yunnies que hizo que sus fanáticos del
K-pop me odiaran y eso llevó a que mi familia tuviera una crisis.
Uno de los comentarios me llamó niño acelerado y me acusó falsamente de “acosarla”.
</p>
<br><br>
<p>
Posteado en 8 de octubre de 2021:<br><br>
¡LucianoTheWindowsFan crea sitio web para nuevos videos!<br>
Debido a la ley COPPA, su canal de YouTube esta abandonado.<br>
Sus videos son transferidos a este sitio.<br>
Fans le están haciendo homenajes debido a su popularidad.
</p>
</center>
<center>
<small><small>
Expand Down
Loading