Ombashi

Saved copy 4

Sep 21st, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html>
  3.  
  4. <div class = 'main'>
  5.  
  6. <div class = 'topro' style = 'position:relative;left:50px'>
  7.  
  8. <h1>Mars Argo.</h1>
  9.  
  10. </div>
  11.  
  12. <body>
  13.  
  14. <div class = 'nav'>
  15.  
  16. <a href = 'example.html'>Homepage</a>
  17.  
  18. <a href = 'lawsuit.html' class = 'active'>Mars Argo</a>
  19.  
  20. <a href = 'https://www.google.com/?client=safari'>Titanic Sinclair</a>
  21.  
  22. </div>
  23.  
  24. <p></p>
  25.  
  26. <body>
  27.  
  28. <div style = 'position:relative;left: 650px'>
  29.  
  30. <a class = 'opt' onclick = 'buttonFunc()'>Lawsuit</a>
  31.  
  32. <div class = 'optlist' id = 'try'>
  33.  
  34. <a onclick = 'buttonFuncClos()' class = 'optclos'>Close</a>
  35.  
  36. <a href = '#' class = 'optbut'>Disography</a>
  37.  
  38. <a href = 'lawsuit.html' class = 'outbutA'>Lawsuit</a>
  39.  
  40. <a href = 'mars.html' class = 'optbut'>Biography</a>
  41.  
  42. <a href = '#' class = 'optbut'>Social Media</a>
  43.  
  44. </div>
  45.  
  46. </div>
  47.  
  48. </body>
  49.  
  50. <body>
  51.  
  52. <div style = 'position:relative;left:50px'>
  53.  
  54. <h1 style = 'font-size: 50px'>Lawsuit</h1>
  55.  
  56. </div>
  57.  
  58. <div style = 'position:relative;left:70px' style = 'display:contents'>
  59.  
  60. <img src = 'https://cdn.discordapp.com/attachments/644364957525213184/756946827215110304/Lawsuit.png' title = 'Source: TMZ' class = 'tximg'>
  61.  
  62. <img src = 'https://cdn.discordapp.com/attachments/644364957525213184/756948903647117312/copies-jacket1.jpg' title = 'Source: Heavy.com' class = 'tximg' height = '390px' width = '400px'>
  63.  
  64. <img src = 'https://cdn.discordapp.com/attachments/644364957525213184/756557483585044620/Screen_Shot_2020-09-18_at_10.46.52_AM.png' class = 'tximg' title = 'Source: Mars Argo instagram' height = '391px' width = '400px'>
  65.  
  66. </div>
  67.  
  68. <div style = 'position:relative;left:5px'>
  69.  
  70. <p title = "Source: Wikipedia" id = 'kaa' onclick = 'LawFUnc()' style = 'cursor: pointer'>On April 17, 2018, Sheets filed a 44-page lawsuit against Corey Mixter (Titanic Sinclair) and his collaborator Moriah Pereira (P.K.A. Poppy) alleging copyright infringement, stalking, and emotional and physical abuse by Mixter during and after their breakup, and the subsequent abandonment of the Mars Argo project. That same day, Argo posted a message on her social media pages addressing the lawsuit, thanking her fans for their support and confirming new music to come. On May 7, Poppy made a public statement about the "frivolous" lawsuit, stating that Argo was attempting to manipulate her psychologically. She called the suit a "publicity campaign" and a "desperate grab for fame".
  71.  
  72. The lawsuit was dismissed on September 14, having been settled out of court, with Sheets gaining all rights, title, and interest to the Mars Argo music and brand.
  73.  
  74. Poppy later retracted her accusations towards Argo following her public split from Sinclair in December 2019, and alleged that she was a victim of the same psychological abuse he had inflicted on Argo.</p>
  75.  
  76. </div>
  77.  
  78. </body>
  79.  
  80. <body>
  81.  
  82. <div style = 'position:relative;left:50px'>
  83.  
  84. <h1 style = 'font-size: 50px'>Poppy &amp; Titanic Sinclairs response </h1>
  85.  
  86. </div>
  87.  
  88. <div style = 'position:relative;left:35px' style = 'display:contents'>
  89.  
  90. <div style = 'position:relative;left:500px'>
  91.  
  92. <p class = 'silicon'>
  93.  
  94. The Mars Argo lawsuit was filed on April 17, 2018. After the suit was filed Poppy came out with a statement on her Twitter on May 8, 2018
  95.  
  96. </p>
  97.  
  98. </div>
  99.  
  100. <img src = 'poppyres.jpg' height = '500px' width = '500px' class = 'tximg' title = 'Source: Reddit.com' style = 'white-space: nowrap'>
  101.  
  102. <small><figcaption>This was orignally posted to Poppys Twitter on May 7, 2018. It was since deleted.</figcaption></small>
  103.  
  104. </div>
  105.  
  106. </body>
  107.  
  108. <style>
  109.  
  110. .main {
  111.  
  112. }
  113.  
  114. .silicon {
  115.  
  116. position: relative;
  117. bottom: -50px;
  118.  
  119. }
  120.  
  121. .topro {
  122.  
  123. font-size: 40px;
  124. font-family: sans-serif;
  125. }
  126.  
  127. body {
  128.  
  129. font-family: sans-serif;
  130.  
  131. }
  132.  
  133. .nav {
  134.  
  135. overflow: hidden;
  136. background-color: #FFFFFF;
  137. border: solid black 2px;
  138. border-radius: 25px;
  139.  
  140. }
  141.  
  142. .nav a {
  143.  
  144. padding: 13px 9px;
  145. float: left;
  146. text-align: center;
  147. text-decoration: none;
  148. cursor: pointer;
  149. color: black;
  150.  
  151. }
  152.  
  153. .nav a:hover {
  154.  
  155. background-color: #000000;
  156. color: #FFFFFF;
  157.  
  158. }
  159.  
  160. </style>
  161.  
  162. <style>
  163.  
  164. .opt {
  165.  
  166. padding: 6px 14px;
  167. border-radius: 25px;
  168. background-color: #FFFFFF;
  169. color: #000000;
  170. text-align: center;
  171. border: 2px solid black;
  172. font-family: sans-serif;
  173. text-decoration: none;
  174. cursor: pointer;
  175.  
  176. }
  177.  
  178. .opt:hover {
  179.  
  180. background-color: #000000;
  181. color:#FFFFFF;
  182. cursor: pointer;
  183. }
  184.  
  185. .optlist {
  186.  
  187. padding-top: 30px;
  188. padding-bottom: 30px;
  189. padding-left: 24px;
  190. padding-right: 14px;
  191. border: 2px solid black;
  192. margin: 1px;
  193. border-radius: 20px;
  194. display: none;
  195. background-color: #FFFFFF;
  196.  
  197. }
  198.  
  199. .optbut {
  200.  
  201. background-color: #FFFFFF;
  202. color: #000000;
  203. border: 2px solid black;
  204. border-radius: 25px;
  205. text-decoration: none;
  206. font-family: sans-serif;
  207. padding: 14px 14px;
  208. }
  209.  
  210. .optbut:hover {
  211.  
  212. background-color: #000000;
  213. color: #FFFFFF;
  214. }
  215.  
  216. .outbutA {
  217.  
  218. background-color: #000000;
  219. color: #FFFFFF;
  220. border: 2px solid black;
  221. border-radius: 25px;
  222. text-decoration: none;
  223. font-family: sans-serif;
  224. padding: 14px 14px;
  225.  
  226. }
  227.  
  228. .optclos {
  229.  
  230. background-color: #FFFFFF;
  231. color: #000000;
  232. border: 2px solid black;
  233. border-radius: 25px;
  234. text-decoration: none;
  235. font-family: sans-serif;
  236. padding: 14px 14px;
  237. }
  238.  
  239. .optclos:hover {
  240.  
  241. background-color: #FF3535;
  242. cursor: pointer;
  243. color: #000000;
  244. }
  245.  
  246. .tximg:hover {
  247.  
  248. opacity: 0.9;
  249. cursor: pointer;
  250. border: 1px solid black;
  251. }
  252.  
  253. .cur {
  254.  
  255. cursor: pointer;
  256. }
  257.  
  258. </style>
  259.  
  260. <script>
  261.  
  262. // These 2 functions control the opening and closing of the menu.
  263.  
  264. function buttonFunc() {
  265.  
  266. document.getElementById('try').style.display = 'inline';
  267. }
  268.  
  269. function buttonFuncClos() {
  270.  
  271. document.getElementById('try').style.display = 'none';
  272.  
  273. }
  274.  
  275. function LawFUnc() {
  276.  
  277. document.getElementById('kaa').style.fontSize = '20px';
  278. }
  279.  
  280. </script>
  281.  
  282. </div>
  283.  
  284. </html>
Add Comment
Please, Sign In to add comment