1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<!DOCTYPE html>
<head>
<title>The WordArt Kitsch</title>
<link rel="stylesheet" type="text/css" href="wordart.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="wordart rainbow"><h1 class="text">Melonland EZine #3<br>The WordArt Kitsch</h1></div>
<br>
<div class="wordart superhero"><h2 class="text">What?</h2></div>
<br>
<div class="wordart tilt"><h3 class="text">Kitsch</h3></div>
<p>For me <b>kitsch</b> defines something that stands out in it's overly <i>cliché</i>-looks. Wikipedia defines <a href="https://en.wikipedia.org/wiki/Kitsch"><b>kitsch</b></a> as "a term applied to art and design that is perceived as naïve imitation, overly eccentric, gratuitous or of banal taste", and from my interpretation of this definition, <b>kitsch</b> defines a design choice made to accentuate certain artistic elements to create the very typical looks of <b>kitsch</b>. <b>Kitschy</b> designs sometimes tend to represent visions of outdated scenes by gathering key elements together in such ways that they end up looking too much in-place, and make the result out-of-place (if that makes sense). They often also end up looking flashy, boasting lots of bright colors and shiny details. <b>Kitsch</b> can sometimes also be seen as a form of caricature of past or present situation/objects.</p>
<br>
<div class="wordart tilt"><h3 class="text">Examples</h3></div>
<br>
<figure>
<img src="img/Puppy.png" alt="Puppy">
<figcaption><u>Puppy</u>, Jeff Koons</figcaption>
</figure>
<figure>
<img src="img/Teapot.png" alt="Teapot and milk jug">
<figcaption><u>Teapot and milk jug</u></figcaption>
</figure>
<figure>
<img src="img/momg.png" alt="A random momg page">
<figcaption>Or kind of anything taken out of the <a href="https://momg.neocities.org">Museum Of Modern Gifs</a></figcaption>
</figure>
<div class="wordart tilt"><h3 class="text">WordArt</h3></div>
<p>WordArt has become easily recognizable in it's primary uses (PowerPoint presentations and technically every Office suite program), to the point of becoming overused and associated to the fact that it was overused. This led to this feature slowly turning old-fashioned. If someone today was to use WordArt in a presentation, it would be immediately noticed as being <i>cliché</i>, or <i>kitsch</i>.<br>
In case you had never heard about <b>WordArt</b>, it's a feature that's been present in PowerPoint for a while now (1991), which allows you to make some cool-ahh text effects. Rather than installing some unnecessary bloatware on my computer, I'm using a <a href="https://www.makewordart.com/">web editor</a> as well as some css snippets I <s>stole</s> found <a href="https://www.designpieces.com/2017/03/wordart-css3-text-effects">here</a> and <a href="https://codepen.io/front-end-developer/pen/omYJax">there</a> to style this article (honorable mention to <a href="https://arizzitano.github.io/css3wordart/">this website</a> which I found out about way too late). These showcase some features of <b>WordArt</b>, but feel free to try out what PowerPoint has to offer, as the full power of <b>WordArt</b> won't be covered in the span of this article.</p>
<br>
<div class="wordart superhero"><h2 class="text">Playing with the features</h2></div>
<figure>
<figcaption>While CSS technically allows for more features, the core features of <b>WordArt</b> include (along the usual color/highlighting/outline/etc. customizations) text effects ranging from good old shadows to letter 3-D shaping and text distortion :</figcaption>
<img src="img/features.png" alt="sowwy no features" style="width: 30%;">
</figure>
<figure>
<figcaption>Here's a global showcase (stolen from <a href="https://www.makewordart.com/images/meta/meta.png">makewordart</a>) of what WordArt is capable of !</figcaption>
<img src="img/stolen.png" alt="I totally stole this one but I really need to finish this article">
</figure>
<br>
<div class="wordart superhero"><h2 class="text"><a href="https://www.youtube.com/watch?v=M9J6DKJXoKk" target=blank>Dr. Kleiner sings or something</a></h2></div>
<p>Overall, I believe that kitsch isn't (or at least shouldn't be) a pejorative term. The "decay" of <b>WordArt</b> (or anything considered as kitsch) is a chance for a return marked by nostalgia and remembrance. I think WordArt just doesn't fit in today's graphical standard of everything being over-simplified and clean looking (which is a shame), and I've always seen WordArt as the Web revival equivalent of PowerPoint presentation styles. I believe that kitsch mostly means outdated, and that WordArt still has a chance in our presentations.</p>
<br>
<footer>Written by 👋 with ❤️ in a short amount of ⌛ by <a href="https://marcellus.cc">Marcellus</a>, going back to my compiler project</footer>
</body>
|