-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalanhw.html
84 lines (83 loc) · 4.73 KB
/
alanhw.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
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link href="style.css" rel="stylesheet" type="text/css" />
<meta name="description" content="Photoshopped Images using Paint" />
<script src="script.js"></script>
<title>Photoshopped Images</title>
<style>
img {
max-width: 100%;
}
img[src="Morone-St-PROFILE-PHOTO.png"] {
width: 50%;
}
.big {
font-size: 20px;
}
iframe {
border: none;
overflow: hidden !important;
}
div.callme:hover {
background-color: skyblue !important;
}
.callme a {
color: inherit;
text-decoration: none;
}
</style>
</head>
<body>
<h1>P<b>hotoshopped Images</b> using Paint.net</h1>
<div id="call" style="display: none; position: fixed; background-color: rgba(0, 0, 0, 0.5); width: 100vw; height: 100vh; top: 0; left: 0;">
<div style="border-radius: 7px; text-align: center; position: fixed; top:50%; left: 50%; transform: translate(-50%, -50%);">
<div style="background-color: #cccccc; padding: 3px;">Contact this number</div>
<div style="background-color: #cccccc; padding: 3px; font-size: 20px; font-weight: 700;">+3 <a href="alanhw133.html">(435) 973 8368</a></div>
<!-- My iPad shows the 435 974 8368 as a number. Making it a rickroll. -->
<div style="background-color: #eeeeee; padding: 3px;" class="callme"><a href="https://alanhw.weeklyd3.repl.co/alanhw133.html">Call number</a></div>
<div style="background-color: #eeeeee; padding: 3px;" class="callme"><a href="https://ircclone.weeklyd3.repl.co">Chat on IRCClone</a></div>
<div style="background-color: #eeeeee; padding: 3px;" class="callme"><a href="https://alanhw.weeklyd3.repl.co/alanhw133.html">Contact tutorial</a></div>
<div style="background-color: #eeeeee; padding: 3px;" class="callme"><a href="https://alanhw.weeklyd3.repl.co/alanhw13.html">This is unlucky (ADDED BY A TRISKAIDEKAPHOBIC)</a></div>
<div style="background-color: #eeeeee; padding: 3px;" class="callme"><a href="https://harmlesswebsite.leoshi6.repl.co/calculator.html#{%22size%22:14,%22chars%22:[%221%D0%B1%D0%B1%D1%87%22,%22+%22,%221%D0%B1%D0%B1%D1%87%22,%22=%22,%22%D0%B7%D0%B728%22]}">Show secret math equation</a></div>
<div style="background-color: #eeeeee; padding: 3px;" class="callme"><a href="https://harmlesswebsite.leoshi6.repl.co/calculator.html#{%22size%22:21,%22chars%22:[%22D%22,%221%22,%22C%22,%22|%22,%22(%22,%225%22,%22.%22,%225%22,%22P%22,%220%22,%22R%22,%22+%22,%221%22,%22%CF%80%22,%226%22,%22.%22,%226%22,%220%22,%220%22,%22D%22,%225%22]}">Another secret equation</a></div>
<div onclick="document.getElementById('call').style.display = 'none';" style="background-color: #eeeeee; padding: 3px; cursor: pointer;" class="callme" tabindex="0">Close window</div>
</div>
</div>
<main>
<p></p>
<p><img src="Morone-St-PROFILE-PHOTO.png" alt="Morone St" /></p>
<aside>
<img src="scamtown.png" alt="You've been scammed!" width="250" />
</aside>
<a href="blahblah.html">HECK DROOLOGY</a>
<p>I like photoshopping images. Here are some <b>photoshopped</b> images</p>
<hr />
<iframe width="150" height="200" src="https://www.myinstants.com/instant/rick-rolled-bwhahahahahaha/embed/"></iframe>
<p class="big">You are a big fat nub</p>
<aside>
<h2>Adding new pages</h2>
<ul>
<li>Copy code from <code>template.html</code></li>
<li>Remove comment at start</li>
<li>Add content</li>
<li>Link to it</li>
</ul>
</aside>
<iframe width="110" height="200" src="https://www.myinstants.com/instant/fart-button/embed/"></iframe>
<p>Too much taco bell nub</p>
<p>2<sup>35</sup> is <a href="javascript:document.getElementById('call').style.display = 'block';" onclick="event.preventDefault(); document.getElementById('call').style.display = 'block';">34359738368</a></p>
<article>
<h2>How to photoshop images</h2>
<p>You photoshop images by looking into google maps: street view, then you edit with paint.net.</p>
<p>You don't have to use street view; you can take pictures of other images. Then photoshop them.</p>
<aside><a href="noheckingallowed.html">BWAHAHAHAHAHA made u look</a></aside>
<a href="alanhw133.html">Our full <b>photoshopped images</b> folder</a>
<a href="https://drive.google.com/drive/folders/1s8T6eGONvSeSg78fsxeQV29Z6uMfQMMu?usp=sharing">enjoy</a>
<a href="alanhw2.html">More information</a>
</article>
</main>
</body>
</html>