Skip to content

Commit cf11ed3

Browse files
committed
refactor(home): reduce text; people hate reading
1 parent 52574e2 commit cf11ed3

File tree

1 file changed

+73
-73
lines changed

1 file changed

+73
-73
lines changed

src/routes/home/index.jsx

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function Home() {
3535
<i>Ushering in a new era of transparency and empowerment with decentralized news curation</i>
3636
</p>
3737
</header>
38-
<section>
38+
<section style={{ display: "none" }}>
3939
<div className={styles.twoColumn}>
4040
<p className="has-dropped-letter">
4141
Once upon a time, news was a trusted friend. It told us stories about our world, shared the triumphs and
@@ -114,6 +114,77 @@ export default function Home() {
114114
Explore The Truth Post
115115
</a>
116116
</section>
117+
<section className={styles.principles}>
118+
<h1>
119+
<strong>Embodying the Virtues:</strong>
120+
<br /> Key Principles of The Truth Post
121+
</h1>
122+
<div>
123+
<div>
124+
<figure>
125+
<img src={Decentralized} />
126+
</figure>
127+
<h2>Decentralized</h2>
128+
<p>
129+
<i>Everyone is equal here; there are no privileged parties.</i>
130+
</p>
131+
</div>
132+
<div>
133+
<figure>
134+
<img src={Pseudonymous} />
135+
</figure>
136+
<h2>Pseudonymous</h2>
137+
<p>
138+
<i>Build your reputation while staying safe from retaliation.</i>
139+
</p>
140+
</div>
141+
<div>
142+
<figure>
143+
<img src={Permissionless} />
144+
</figure>
145+
<h2>Permissionless</h2>
146+
<p>
147+
<i>Any user can adopt any role within the system.</i>
148+
</p>
149+
</div>
150+
<div>
151+
<figure>
152+
<img src={Transparent} />
153+
</figure>
154+
<h2>Transparent</h2>
155+
<p>
156+
<i>Every aspect of the system is open to verification by any user.</i>
157+
</p>
158+
</div>
159+
<div>
160+
<figure>
161+
<img src={Fair} />
162+
</figure>
163+
<h2>Fair</h2>
164+
<p>
165+
<i>Users are rewarded according to the quality and impact of their contributions.</i>
166+
</p>
167+
</div>
168+
<div>
169+
<figure>
170+
<img src={Trustless} />
171+
</figure>
172+
<h2>Trustless</h2>
173+
<p>
174+
<i>No need to trust any other user.</i>
175+
</p>
176+
</div>
177+
<div>
178+
<figure>
179+
<img src={Autonomous} />
180+
</figure>
181+
<h2>Autonomous</h2>
182+
<p>
183+
<i>The system functions as programmed, indefinitely.</i>
184+
</p>
185+
</div>
186+
</div>
187+
</section>
117188
<section className={styles.rightFloating}>
118189
<h1>
119190
<strong>Charting New Horizons:</strong> Why The Truth Post is the Beacon We’ve Been Searching For
@@ -164,7 +235,7 @@ export default function Home() {
164235
</p>
165236
</div>
166237
</section>
167-
<section className={styles.leftFloating}>
238+
<section className={styles.leftFloating} style={{ display: "none" }}>
168239
<h1>
169240
<strong>Under the Hood:</strong> Deciphering the Ingenuity of The Truth Post’s Mechanisms
170241
</h1>
@@ -226,77 +297,6 @@ export default function Home() {
226297
</p>
227298
</div>
228299
</section>
229-
<section className={styles.principles}>
230-
<h1>
231-
<strong>Embodying the Virtues:</strong>
232-
<br /> Key Principles of The Truth Post
233-
</h1>
234-
<div>
235-
<div>
236-
<figure>
237-
<img src={Decentralized} />
238-
</figure>
239-
<h2>Decentralized</h2>
240-
<p>
241-
<i>Everyone is equal here; there are no privileged parties.</i>
242-
</p>
243-
</div>
244-
<div>
245-
<figure>
246-
<img src={Pseudonymous} />
247-
</figure>
248-
<h2>Pseudonymous</h2>
249-
<p>
250-
<i>Build your reputation while staying safe from retaliation.</i>
251-
</p>
252-
</div>
253-
<div>
254-
<figure>
255-
<img src={Permissionless} />
256-
</figure>
257-
<h2>Permissionless</h2>
258-
<p>
259-
<i>Any user can adopt any role within the system.</i>
260-
</p>
261-
</div>
262-
<div>
263-
<figure>
264-
<img src={Transparent} />
265-
</figure>
266-
<h2>Transparent</h2>
267-
<p>
268-
<i>Every aspect of the system is open to verification by any user.</i>
269-
</p>
270-
</div>
271-
<div>
272-
<figure>
273-
<img src={Fair} />
274-
</figure>
275-
<h2>Fair</h2>
276-
<p>
277-
<i>Users are rewarded according to the quality and impact of their contributions.</i>
278-
</p>
279-
</div>
280-
<div>
281-
<figure>
282-
<img src={Trustless} />
283-
</figure>
284-
<h2>Trustless</h2>
285-
<p>
286-
<i>No need to trust any other user.</i>
287-
</p>
288-
</div>
289-
<div>
290-
<figure>
291-
<img src={Autonomous} />
292-
</figure>
293-
<h2>Autonomous</h2>
294-
<p>
295-
<i>The system functions as programmed, indefinitely.</i>
296-
</p>
297-
</div>
298-
</div>
299-
</section>
300300
<section className={styles.twoColumnsMerging}>
301301
<div>
302302
<h1>

0 commit comments

Comments
 (0)