-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpact.html
83 lines (79 loc) · 3.6 KB
/
impact.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style2.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body onload="document.body.style.opacity='1'">
<div id="mainGrid">
<div id="header1">
<h1>#StanTwtImpact</h1>
</div>
<div id="profileArea">
<h3>The Need for Clout & Validation</h3>
<div id="profileContainer">
<img src="images/logo.png" alt=""style="width:100px;">
</div>
<p>Though stan twitter is an awesome place to find communities with similar interests,
and a great way to find new online friends, it also poses many negative interactions.</p>
<p>Moreover, the need for validation through retweets, replies and likes should be talked about.</p>
<div id="fourColumnContainer">
<div class="stanImage">
<img src="images/taylor2.jpeg" alt="image" style="width:100%;">
</div>
<br>
<div class="stanImage">
<img src="images/lisa.jpeg" alt="image" style="width:100%;">
</div>
</div>
<p>A lot of the time, stans are just looking to get "noticed" by their idols, or just want to gain as much clout as possible
by wanting more and more rts and likes</p>
<h3>Is This Behavior Harmful?</h3>
<p>The short answer is yes. Being a stan on twitter can be mentally tiring. </p>
<p>"Why am I not getting as many likes? Why does nobody want
to retweet my content? Is it good enough? Will I ever get noticed by my idol?"</p>
<div id="fourColumnContainer">
<div class="stanImage">
<img src="images/harry.png" alt="image" style="width:100%;">
</div>
<div class="stanImage">
<img src="images/ari2.jpeg" alt="image" style="width:100%;">
</div>
</div>
<p>Ultimately, a lot of individuals' self esteem and "worthiness" is based on how much engagement or interactions tweets are getting, which is
extremely troubling. </p>
<p>Though this may not be the case for every individual on Twitter, it is prominent specifically on Stan Twitter, due
to the expectations of gaining likes, retweets, comments etc. </p>
<p>Being a "stan" compared to being a casual fan is clearly very different and the impact it has on individuals can, at times, be concerning.</p>
</div>
<div id="bodyArea">
<div id="infoArea">
<div id="infoHeadings">
<p> 10.5k <b>tweets</b> in the past hour</p>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="script2.js"></script>
</div>
<div id="trendArea">
<div id="trendsBox">
<h2>Trends For You</h2>
<a href="index.html">#WhatIsStanTwt</a>
<a href="community.html">#StanTwtCommunity</a>
<a href="impact.html">#StanTwtImpact</a>
<h2>What's Happening?</h2>
<a href="https://www.the-future-of-commerce.com/2019/10/07/the-power-of-likes-on-social-media/">⇝ The Power of Likes</a>
<br>
<a href="https://www.theatlantic.com/technology/archive/2019/12/clout-definition-meme-influencers-social-capital-youtube/603895/"> ⇝ What is Clout?</a>
<br>
<a href="https://ucsdguardian.org/2018/03/08/internet-culture-stan-twitter-effect/">⇝ StanTwitter Effect</a>
<br>
<a href="https://thestevenpost.medium.com/what-happens-when-we-stop-seeking-validation-on-social-media-1a74e6c605ca">⇝ Validation? </a>
<h2>Who To Follow</h2>
</div>
</div>
</div>
</body>
</html>