em19am

"POPULAR"

Apr 21st, 2025 (edited)
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!--
  4. ⠀⠀⢀⣤⣤⣤⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
  5. ⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⠋⠀⠀⠙⢿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
  6. ⠀⠀⠀⠀⠀⠀⠀⠀⣸⡇⠀⠀⠀⠀⠀⠙⢿⣦⡀⠀⢀⣀⣀⣠⣤⣀⠀⠀
  7. ⠀⠀⠀⠀⠀⠀⠀⠀⣿⠇⠀⠀⠀⠀⠀⠀⠀⠙⠿⠿⠟⠛⠛⠋⠉⠉⠛⣷⡄
  8. ⠀⠀⠀⠀⠀⠀⠀⢠⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⢸⡇
  9. ⠀⠀⠀⠀⣀⣤⣶⠿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡿⠃
  10. ⠀⣠⣶⠿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⡿⠃⠀
  11. ⢸⡟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡿⠁⠀⠀
  12. ⢸⣧⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣷⡀⠀⠀
  13. ⠀⠙⠿⣶⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣷⡄⠀
  14. ⠀⠀⠀⠀⠉⠛⠿⣶⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⡄
  15. ⠀⠀⠀⠀⠀⠀⠀⠘⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⢸⡇
  16. ⠀⠀⠀⠀⠀⠀⠀⠀⣿⡆⠀⠀⠀⠀⠀⠀⠀⣠⣶⣶⣦⣤⣤⣄⣀⣀⣤⡿⠃
  17. ⠀⠀⠀⠀⠀⠀⠀⠀⢹⡇⠀⠀⠀⠀⠀⣠⣾⠏⠀⠀⠀⠈⠉⠉⠙⠛⠉⠀⠀
  18. ⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣄⠀⠀⣠⣾⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
  19. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠛⠛⠛⠁⠀⠀⠀⠀
  20.  
  21. "POPULAR" TEMPLATE... BY EVILPERSON
  22.  
  23. - I do not claim that this is good code, but I've done my best to make it mobile friendly, and responsive.
  24. - Change and edit whatever you want, feel free to do literally anything.
  25. - No credit necessary. The net is free. The net is yours.
  26. - If you have any questions, message my guestbook.⠀⠀⠀⠀⠀⠀
  27. ⠀⠀⠀⠀
  28. -->
  29. <head>
  30. <meta charset="UTF-8">
  31. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  32. <title>I wanna be popular!</title>
  33. <link rel="icon" type="image/x-icon" href="https://files.catbox.moe/zd5h9u.gif">
  34. </head>
  35. <style>
  36. body, html{
  37. font-family: 'Courier New', Courier, monospace;
  38. font-size: 0.8vw;
  39. background-image: url('https://files.catbox.moe/1txkeb.jpg');
  40. }
  41.  
  42. .cont{
  43. padding: 1%;
  44. margin: auto;
  45. width: 40%;
  46. height: 1000px;
  47. background-image: url('https://files.catbox.moe/3suxyf.png');
  48. border: 1px solid darkgray;
  49. border-radius: 15px;
  50. -moz-box-shadow: 0 0 25px #fff;
  51. -webkit-box-shadow: 0 0 25px #fff;
  52. box-shadow: 0px 0px 25px #fff;
  53. }
  54.  
  55. .container { display: grid;
  56. grid-template-columns: 0.7fr 1.6fr 0.7fr;
  57. grid-template-rows: 1.5fr 0.1fr 1.5fr 1.3fr 1.3fr 1.9fr 0.1fr;
  58. gap: 1% 1%;
  59. grid-auto-flow: row;
  60. grid-template-areas:
  61. "header header header"
  62. "topscroll topscroll topscroll"
  63. "nav main button"
  64. "nav main todo"
  65. "nav updates extra"
  66. "extra2 extra3 extra3"
  67. "footer footer footer";
  68. border-width: 7px;
  69. border-style: solid;
  70. border-image: url("https://files.catbox.moe/fmru60.gif") 6 fill round;
  71. height: 980px;
  72. margin: auto;
  73. padding: 1%;
  74. }
  75.  
  76. .header {
  77. grid-area: header;
  78. background-image: url('https://files.catbox.moe/sd7fyy.gif');
  79. background-repeat: no-repeat;
  80. background-size: cover;
  81. border: 1px solid darkgray;
  82. border-radius: 15px;
  83. }
  84.  
  85. .title{
  86. color: white;
  87. font-weight: bold;
  88. text-decoration: none;
  89. transition: ease-in-out 0.3s;
  90. font-size: 3vw;
  91. filter: drop-shadow(1px 1px 0 rgb(202, 134, 160)) drop-shadow(-1px 1px 0 rgb(202, 134, 160)) drop-shadow(0 -1px 0 rgb(202, 134, 160)) drop-shadow(1px 0 rgb(202, 134, 160));
  92. margin-top: 14%;
  93. margin-left: 3%;
  94. }
  95.  
  96. .title span{
  97. transition: ease-in-out 0.5s;
  98. }
  99.  
  100. .title span:hover{
  101. letter-spacing: 5px;
  102. }
  103.  
  104. .topscroll {
  105. grid-area: topscroll;
  106. background-image: url('https://files.catbox.moe/mghfce.gif');
  107. border: 1px solid darkgray;
  108. border-radius: 15px;
  109. }
  110.  
  111. .topscroll marquee span{
  112. font-style: italic;
  113. color: white;
  114. filter: drop-shadow(1px 1px 0 rgb(122, 122, 122)) drop-shadow(-1px 1px 0 rgb(122, 122, 122)) drop-shadow(0 -1px 0 rgb(122, 122, 122)) drop-shadow(1px 0 rgb(122, 122, 122));
  115. }
  116.  
  117. .nav {
  118. grid-area: nav;
  119. border-width: 7px;
  120. border-style: solid;
  121. border-image: url("https://files.catbox.moe/jqcqeg.gif") 7 fill round;
  122. padding: 1%;
  123. overflow: auto;
  124. -ms-overflow-style: none;
  125. scrollbar-width: none;
  126. }
  127.  
  128. .nav h1{
  129. background-image: url('https://files.catbox.moe/khmhpt.gif');
  130. font-size: 1vw;
  131. text-align: center;
  132. animation: jerky 1s infinite;
  133. margin: 0;
  134. margin-top: 1%;
  135. filter: drop-shadow(1px 1px 0 rgb(122, 122, 122)) drop-shadow(-1px 1px 0 rgb(122, 122, 122)) drop-shadow(0 -1px 0 rgb(122, 122, 122)) drop-shadow(1px 0 rgb(122, 122, 122));
  136. }
  137.  
  138. .nav span{
  139. color: white;
  140. filter: drop-shadow(1px 1px 0 rgb(122, 122, 122)) drop-shadow(-1px 1px 0 rgb(122, 122, 122)) drop-shadow(0 -1px 0 rgb(122, 122, 122)) drop-shadow(1px 0 rgb(122, 122, 122));
  141. }
  142.  
  143. ul li{
  144. list-style-image: url('https://files.catbox.moe/zd5h9u.gif');
  145. }
  146.  
  147. a{
  148. color: #FFDFEC;
  149. font-weight: bold;
  150. text-decoration: none;
  151. transition: ease-in-out 0.3s;
  152. font-size: 1vw;
  153. filter: drop-shadow(1px 1px 0 rgb(202, 134, 160)) drop-shadow(-1px 1px 0 rgb(202, 134, 160)) drop-shadow(0 -1px 0 rgb(202, 134, 160)) drop-shadow(1px 0 rgb(202, 134, 160));
  154. }
  155.  
  156. a:hover{
  157. padding: 5px 15px 5px 15px;
  158. }
  159.  
  160. @keyframes jerky {
  161. 0% {
  162. transform: rotate(2deg);
  163. }
  164.  
  165. 50% {
  166. transform: rotate(2deg);
  167. }
  168.  
  169. 51% {
  170. transform: rotate(-2deg);
  171. }
  172.  
  173. 100% {
  174. transform: rotate(-2deg);
  175. }
  176. }
  177.  
  178. h1{
  179. color: #FFDFEC;
  180. font-weight: bold;
  181. text-decoration: none;
  182. transition: ease-in-out 0.3s;
  183. font-size: 2.5vw;
  184. text-align: center;
  185. margin: 0;
  186. filter: drop-shadow(1px 1px 0 rgb(202, 134, 160)) drop-shadow(-1px 1px 0 rgb(202, 134, 160)) drop-shadow(0 -1px 0 rgb(202, 134, 160)) drop-shadow(1px 0 rgb(202, 134, 160));
  187. }
  188.  
  189. .main {
  190. grid-area: main;
  191. background-image: url('https://files.catbox.moe/yttuxo.gif');
  192. border: 1px solid darkgray;
  193. border-radius: 15px;
  194. padding: 1%;
  195. -ms-overflow-style: none;
  196. scrollbar-width: none;
  197. overflow: auto;
  198. }
  199.  
  200. .updates, .button, .extra, .extra2, .extra3 p{
  201. text-align: center;
  202. }
  203.  
  204. .updates {
  205. grid-area: updates;
  206. border-width:7px;
  207. border-style:solid;
  208. border-image: url("https://files.catbox.moe/zfk7ik.gif") 7 fill round;
  209. padding: 1%;
  210. -ms-overflow-style: none;
  211. scrollbar-width: none;
  212. overflow: auto;
  213. }
  214.  
  215. .button {
  216. grid-area: button;
  217. border-width: 7px;
  218. border-style: solid;
  219. border-image: url("https://files.catbox.moe/kgeylk.gif") 7 fill round;
  220. overflow: auto;
  221. padding: 0.5%;
  222. -ms-overflow-style: none;
  223. scrollbar-width: none;
  224. }
  225.  
  226. .todo {
  227. grid-area: todo;
  228. padding: 1%;
  229. -ms-overflow-style: none;
  230. scrollbar-width: none;
  231. border: 1px solid darkgrey;
  232. border-radius: 15px;
  233. background-image: url('https://files.catbox.moe/1mmmh1.gif');
  234. overflow: auto;
  235. }
  236.  
  237. .extra {
  238. grid-area: extra;
  239. padding: 1%;
  240. -ms-overflow-style: none;
  241. scrollbar-width: none;
  242. border-width: 7px;
  243. border-style: solid;
  244. border-image: url("https://files.catbox.moe/kgeylk.gif") 7 fill round;
  245. overflow: auto;
  246. }
  247.  
  248. .todo h1, .extra h1{
  249. font-size: 1vw;
  250. }
  251.  
  252. .extra2 {
  253. grid-area: extra2;
  254. padding: 1%;
  255. -ms-overflow-style: none;
  256. scrollbar-width: none;
  257. border-width: 7px;
  258. border-style: solid;
  259. border-image: url("https://files.catbox.moe/kgeylk.gif") 7 fill round;
  260. overflow: auto;
  261. }
  262.  
  263. .extra3 {
  264. grid-area: extra3;
  265. padding: 1%;
  266. -ms-overflow-style: none;
  267. scrollbar-width: none;
  268. border: 1px solid darkgrey;
  269. border-radius: 15px;
  270. background-image: url('https://files.catbox.moe/z2ycv0.gif');
  271. overflow: auto;
  272. }
  273.  
  274. .footer {
  275. grid-area: footer;
  276. border-width:7px;
  277. border-style:solid;
  278. border-image: url("https://files.catbox.moe/zfk7ik.gif") 7 fill round;
  279. }
  280.  
  281. .footer marquee span{
  282. font-style: italic;
  283. color: white;
  284. filter: drop-shadow(1px 1px 0 rgb(122, 122, 122)) drop-shadow(-1px 1px 0 rgb(122, 122, 122)) drop-shadow(0 -1px 0 rgb(122, 122, 122)) drop-shadow(1px 0 rgb(122, 122, 122));
  285. }
  286.  
  287. .overlay{
  288. background-color: rgba(255, 255, 255, 0.5);
  289. padding: 1%;
  290. border: 1px solid transparent;
  291. border-radius: 10px;
  292. }
  293.  
  294. #doll{
  295. transition: ease-in-out 1s;
  296. }
  297.  
  298. #doll:hover{
  299. transform: rotate(-5deg);
  300. }
  301.  
  302. .todo .extra h1{
  303. font-size: 1vw;
  304. }
  305.  
  306. @media only screen and (max-width: 640px) {
  307.  
  308. #doll{
  309. display: none;
  310. }
  311.  
  312. .cont{
  313. margin: auto;
  314. width: 95%;
  315. height: auto;
  316. }
  317.  
  318. .container { display: grid;
  319. grid-template-columns: 1fr 1fr 1fr;
  320. grid-template-rows: 0.5fr 0.1fr 1fr 0.5fr 0.5fr 1fr 0.5fr;
  321. gap: 5px 5px;
  322. grid-auto-flow: row;
  323. grid-template-areas:
  324. "header header header"
  325. "topscroll topscroll topscroll"
  326. "nav main main"
  327. "nav main main"
  328. "updates updates extra"
  329. "extra2 extra3 extra3"
  330. "button todo todo";
  331. }
  332.  
  333. .footer{
  334. display: none;
  335. }
  336.  
  337. .title{
  338. font-size: 10vw;
  339. margin-top: 24%;
  340. }
  341.  
  342. .topscroll marquee span{
  343. font-size: 3.5vw;
  344. }
  345.  
  346. .nav {
  347. grid-area: nav;
  348. border-width: 7px;
  349. border-style: solid;
  350. border-image: url("https://files.catbox.moe/jqcqeg.gif") 7 fill round;
  351. padding: 1%;
  352. overflow: auto;
  353. -ms-overflow-style: none;
  354. scrollbar-width: none;
  355. }
  356.  
  357. .nav span{
  358. font-size: 5vw;
  359. }
  360.  
  361. ul{
  362. padding-left: 0;
  363. }
  364.  
  365. a{
  366. font-size: 4vw;
  367. }
  368.  
  369. h1{
  370. font-size: 7vw;
  371. }
  372.  
  373. .main, .updates, .button, .extra, .extra2, .extra3, .todo {
  374. font-size: 4vw;
  375. }
  376.  
  377. .todo ul{
  378. padding-left: 15%;
  379. }
  380.  
  381. .todo h1, .extra h1{
  382. font-size: 4vw;
  383. }
  384. }
  385. </style>
  386. <body>
  387. <img style="position: absolute; bottom: 0%; left: 10%; width: 20%; height: auto;" src="https://files.catbox.moe/x2b6du.png" id="doll">
  388.  
  389. <div class="cont">
  390. <div class="container">
  391. <div class="header">
  392. <div class="title">
  393. <span>YOURURLHERE</span>
  394. </div>
  395. </div>
  396.  
  397. <div class="topscroll">
  398. <marquee><span>welcome to my site (˶˃ ᵕ ˂˶) .ᐟ.ᐟ</span></marquee>
  399. </div>
  400.  
  401. <div class="nav">
  402. <h1><span>LINK TITLE</span></h1>
  403. <ul>
  404. <li><a href="/">Link 1</a></li>
  405. <li><a href="/">Link 2</a></li>
  406. <li><a href="/">Link 3</a></li>
  407. <li><a href="/">Link 4</a></li>
  408. </ul>
  409.  
  410. <h1><span>LINK TITLE</span></h1>
  411. <ul>
  412. <li><a href="/">Link 5</a></li>
  413. <li><a href="/">Link 6</a></li>
  414. <li><a href="/">Link 7</a></li>
  415. <li><a href="/">Link 8</a></li>
  416. </ul>
  417.  
  418. <h1><span>LINK TITLE</span></h1>
  419. <ul>
  420. <li><a href="/">Link 9</a></li>
  421. <li><a href="/">Link 10</a></li>
  422. <li><a href="/">Link 11</a></li>
  423. <li><a href="/">Link 12</a></li>
  424. </ul>
  425. </div>
  426.  
  427. <div class="main">
  428. <div class="overlay">
  429. <h1>main section</h1>
  430. <hr>
  431. <p>This is the main portion of the template, where your about info and such can go.</p>
  432. <p>Or whatever, I'm not the boss of you.</p>
  433. <p>Some borders used come from <a href="https://foollovers.com/">foollovers!</a></p>
  434. <p><a href="https://pastebin.com/466z7VAE" target="_blank">pastebin here</a></p>
  435. </div>
  436. </div>
  437.  
  438. <div class="updates">
  439. <div class="overlay">
  440. <h1>Updates</h1>
  441. <p>I recommend putting an iframe here instead, so that your index page doesn't get clogged up with millions of update posts.</p>
  442. <p>Just make a new page called "updates.html" or something and add this code instead...</p>
  443. <p>< iframe src="updates.html" name="updates" >< /iframe ></p>
  444. <p>Just remove the spaces from the arrows.</p>
  445. </div>
  446. </div>
  447.  
  448. <div class="button">
  449. <img style="margin: auto; display: block;" src="https://evilperson.neocities.org/imgs/evilbutton.gif">
  450. <textarea>you can put the code for your button here. i just added my own button for now.</textarea>
  451. <p>Lots of extra room for other buttons too if you want!</p>
  452. </div>
  453.  
  454. <div class="todo">
  455. <div class="overlay">
  456. <h1>TODO LIST</h1>
  457. <ul>
  458. <li><s>play games</s></li>
  459. <li>eat salad</li>
  460. <li>mion time</li>
  461. </ul>
  462. </div>
  463. </div>
  464.  
  465. <div class="extra">
  466. <div class="overlay">
  467. <h1>Extra Box</h1>
  468. <p>Usually, people will put a calendar or something here, if you wanna copy the popular people.</p>
  469. </div>
  470. </div>
  471.  
  472. <div class="extra2">
  473. <h1>CBOX</h1>
  474. <p>People usually put a chatbox here, but if I may recommend a guestbook instead, otherwise you'll likely to get trolls.</p>
  475. </div>
  476.  
  477. <div class="extra3">
  478. <div class="overlay">
  479. <h1>Another Title</h1>
  480. <p>Yet again, another box. Maybe you can put stamps or something here?</p>
  481. <p>I've added an overlay too so that the background is still seen, but it's easier to read. You can remove this in the CSS by deleting the ".overlay" section.</p>
  482. </div>
  483. </div>
  484.  
  485. <div class="footer">
  486. <marquee><span>be safe out there ᓚ₍⑅^..^₎♡ . . .</span></marquee>
  487. </div>
  488.  
  489. </div>
  490. </div>
  491. </body>
  492. </html>
Add Comment
Please, Sign In to add comment