Jan Kruis

Johannes Andries “Jan” Kruis (Dutch pronunciation: [jɑn krœys]; 8 June 1933 – 19 January 2017) was a Dutch comics artist most well known for the family strip Jack, Jacky and the Juniors (Jan, Jans en de Kinderen).[1]

Johannes Andries “Jan” Kruis
Born(1933-06-08)8 June 1933
Rotterdam, Netherlands
Died19 January 2017(2017-01-19) (aged 83)
Mantinge, Netherlands
NationalityDutch
Area(s)Cartoonist, Writer, Artist
Notable works
Jack, Jacky and the Juniors
AwardsOrder of the Netherlands Lion, 1996
http://www.janjans.nl.nu/info/jan-kruis

Biography

He began creating comics as a child. Later he worked for the Dutch comics pioneer Marten Toonder.

Kruis started his own comics career drawing Prins Freddie for the magazine De Havenloods,[2] but became famous thanks to his series of one-pagers called Jan, Jans en de Kinderen ("Jack, Jacky and the Juniors"). It first appeared in the woman's magazine Libelle on December 12, 1970. In German-speaking Switzerland it appeared in the magazine Spick which targeted children and teenagers; and in Germany Favorit published it for some time under the name "Ulli, Ulla und die Kinder". He also had a gag comic named Gregor running in Tintin, between 1965 and 1966, which was later reprinted in Pep.[3] Kruis took over Sjors en Sjimmie from Frans Piët in 1969 and modernized the characters, including a less stereotypical depiction of Sjimmie's black features. The series was later taken over by Jan Steeman.[4]

He was furthermore active as an illustrator of novels, magazines, advertisements and record covers.[5]

Kruis received the Order of the Netherlands Lion in 1996.[6] Two years later he retired.[7] Daughter Andrea Kruis has followed in her father's footsteps.

In 2013 his career was celebrated in a one-off glossy-zine; this includes previously unpublished gags of a comic about an infant punk raised by a gay couple; hence the nickname "Jan, Jan en de Kinderen" ("Jack, Jack and the Juniors").

At 20 January 2017 a good friend of the family informed the press about his death one day before. Jan Kruis died in his hometown Mantinge (Drenthe) at the age of 83.[8]

gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???

See also

Sources

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.