-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
83 lines (72 loc) · 3.18 KB
/
community.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>#StanTwtCommunity</h1>
</div>
<div id="profileArea">
<h3> Community & Belonging</h3>
<div id="profileContainer">
<img src="images/logo.png" alt="" style="width:100px;">
</div>
<p>Stan twitter gives many individuals the opportunity to explore personal interests and interact
with those within the same communities.</p>
<p>Twitter’s mere ability to spread media rapidly, allows for members of a
specific community to find each other. </p>
<div id="fourColumnContainer">
<div class="stanImage">
<img src="images/billie.jpeg" alt="image" style="width:100%;">
</div>
<br>
<div class="stanImage">
<img src="images/vbts.png" alt="image" style="width:100%;">
</div>
</div>
<p>There is a positive side to Stan Twitter actually... </p>
<p>It is not rare to be able to find online friends who love the same things you do and build meaningful friendships over time! </p>
<p>Sometimes, escaping real life for a while can be a good thing. Online communities allow for people to share their love for
their favorite artists, celebrities, shows, movies, books & more, without being judged for it.</p>
<div id="fourColumnContainer">
<div class="stanImage">
<img src="images/harry2.jpeg" alt="image" style="width:100%;">
</div>
</div>
<p> It can be said that stans form communities and interact with eachother to feel connected to one another and to collectively
bond over their their "faves" and support them as they flourish. Right? </p>
</div>
<div id="bodyArea">
<div id="infoArea">
<div id="infoHeadings">
<p> 2,290 <b>tweets</b> in the past hour</p>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="script3.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>