Skip to content

Commit 313a6a3

Browse files
Adição do tweet do MrSpaceman; Adição da planilha no menu; Citação de algumas pistas; Adição da seção de vídeos da comunidade
1 parent 09dc4a8 commit 313a6a3

File tree

3 files changed

+71
-15
lines changed

3 files changed

+71
-15
lines changed

img/arg-2/mrspaceman-tweet.png

49.7 KB
Loading

img/arg-2/mrspaceman-tweet.webp

6.22 KB
Binary file not shown.

index.html

+71-15
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@
9191
<li class="nav-item">
9292
<a class="nav-link" href="arg-1.html">First ARG</a>
9393
</li>
94+
<li class="nav-item">
95+
<a
96+
class="nav-link"
97+
target="_blank"
98+
rel="noopener"
99+
href="https://docs.google.com/spreadsheets/d/1QDv_6ovIWG2aD0QZzpKWPK-Xnh0mFJgUPQh1g3W2h3g/htmlview"
100+
>Spreadsheet</a
101+
>
102+
</li>
94103
</ul>
95104
<span class="navbar-text">
96105
<a
@@ -160,6 +169,31 @@ <h3 class="display-6">New ARG!</h3>
160169
<h3 class="display-6">Mysterious Video</h3>
161170
</div>
162171
</div>
172+
<a
173+
href="./img/arg-2/mrspaceman-tweet.png"
174+
target="_blank"
175+
rel="noopener"
176+
>
177+
<figure class="figure">
178+
<picture>
179+
<source
180+
srcset="./img/arg-2/mrspaceman-tweet.webp"
181+
type="image/webp"
182+
/>
183+
<source
184+
srcset="./img/arg-2/mrspaceman-tweet.png"
185+
type="image/png"
186+
/>
187+
188+
<img
189+
src="./img/arg-2/mrspaceman-tweet.png"
190+
class="figure-img img-fluid rounded"
191+
alt=""
192+
loading="lazy"
193+
/>
194+
</picture>
195+
</figure>
196+
</a>
163197
<p>
164198
FourZeroTwo was asked on
165199
<a
@@ -280,14 +314,19 @@ <h3 class="display-6">Decoded Video</h3>
280314
</figure>
281315
</a>
282316
<p>First green line:</p>
283-
<br />
284-
<p>VISORCORTEX CONNECTION SEVERED - BOOTING ADMIN SAFE MODE TERA</p>
317+
<blockquote class="blockquote">
318+
<p>
319+
VISORCORTEX CONNECTION SEVERED - BOOTING ADMIN SAFE MODE TERA
320+
</p>
321+
</blockquote>
285322
<p>White line:</p>
286-
<p>R.AVANTI@DRCCSAPM.COM:~$</p>
287-
<br />
323+
<blockquote class="blockquote">
324+
<p>R.AVANTI@DRCCSAPM.COM:~$</p>
325+
</blockquote>
288326
<p>Second green line:</p>
289-
<p>A 2020.B VERNE SYSTEMS MANAGEMENT - VISORCORTEX TERMINAL</p>
290-
<br />
327+
<blockquote class="blockquote">
328+
<p>A 2020.B VERNE SYSTEMS MANAGEMENT - VISORCORTEX TERMINAL</p>
329+
</blockquote>
291330
<b>R.AVANTI</b> is the user who is logged on the machine on which
292331
this terminal appears. <b>DRCCSAPM.COM</b> is the domain this user
293332
belongs to, however this looks like a website which led to the
@@ -341,22 +380,25 @@ <h3 class="display-6">DRCCSAPM!</h3>
341380
apparently written by Robert Avanti are cataloged.
342381
</p>
343382
<p>
344-
The messages in the bottom corner of the site are in a loop and
345-
say the following:
383+
The messages in the bottom corner of the site are in a loop
384+
(marquee effect) and say the following:
346385
</p>
347386
<marquee width="100%" direction="left" scrollamount="12">
348387
//DON'T TRUST THE VENDOR//FEED THE EMBERS//OUR HUMANITY LIES IN
349388
VARIANCE//SPACEMAN STOP SEARCHING//BLIND THE EYES//SPACEDUST IS
350389
THE SOURCE OF AND SOLUTION TO ALL PROBLEMS//WHEN BUILDINGS BECOME
351390
CITIES, LANDLORDS BECOME KINGS
352391
</marquee>
353-
<p>//DON'T TRUST THE VENDOR</p>
354-
<p>//FEED THE EMBERS</p>
355-
<p>//OUR HUMANITY LIES IN VARIANCE</p>
356-
<p>//SPACEMAN STOP SEARCHING</p>
357-
<p>//BLIND THE EYES</p>
358-
<p>//SPACEDUST IS THE SOURCE OF AND SOLUTION TO ALL PROBLEMS</p>
359-
<p>//WHEN BUILDINGS BECOME CITIES, LANDLORDS BECOME KINGS</p>
392+
<blockquote class="blockquote">
393+
<p>
394+
//DON'T TRUST THE VENDOR <br />
395+
//FEED THE EMBERS <br />
396+
//OUR HUMANITY LIES IN VARIANCE <br />
397+
//SPACEMAN STOP SEARCHING <br />//BLIND THE EYES <br />
398+
//SPACEDUST IS THE SOURCE OF AND SOLUTION TO ALL PROBLEMS <br />
399+
//WHEN BUILDINGS BECOME CITIES, LANDLORDS BECOME KINGS
400+
</p>
401+
</blockquote>
360402
</div>
361403
</div>
362404
<!-- ////////////////////////////// -->
@@ -1730,6 +1772,20 @@ <h2 class="display-5 fw-normal mt-4">Comics</h2>
17301772
</div>
17311773
<!-- ////////////////////////////// -->
17321774
<!-- videos -->
1775+
<h2 class="display-5 fw-normal mt-4">Community Videos</h2>
1776+
<div class="row mt-4">
1777+
<div class="col-md-4">
1778+
<div class="ratio ratio-16x9">
1779+
<embed
1780+
width="345"
1781+
height="240"
1782+
class="figure-img rounded"
1783+
src="https://www.youtube.com/embed/UQ9iwq3jNko?rel=0"
1784+
type="video/mp4"
1785+
/>
1786+
</div>
1787+
</div>
1788+
</div>
17331789
<!-- /videos -->
17341790
</div>
17351791
<!-- /container -->

0 commit comments

Comments
 (0)