Jump to content

Main Page: Difference between revisions

From MRT X
No edit summary
No edit summary
Line 1: Line 1:
{{#css:
{{#css:
   body {
   .mrtx-main {
     background: linear-gradient(to right, #1e1e1e, #333);
     background: linear-gradient(to right, #1e1e1e, #333);
     font-family: 'Arial', sans-serif;
     font-family: 'Arial', sans-serif;
     color: #ffffff;
     color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.8);
    max-width: 800px;
    margin: auto;
   }
   }


   .mw-message-box {
   .mrtx-box {
     background: rgba(0, 0, 0, 0.8);
     background: rgba(0, 0, 0, 0.8);
     border: 2px solid #ff4500;
     border: 2px solid #ff4500;
Line 16: Line 21:
   }
   }


   .main-container {
   .mrtx-header {
    max-width: 800px;
    margin: auto;
    padding: 20px;
  }
 
  h2 {
     color: #ff4500;
     color: #ff4500;
     border-bottom: 2px solid #ff4500;
     border-bottom: 2px solid #ff4500;
Line 29: Line 28:
   }
   }


   ul {
   .mrtx-list {
     list-style-type: none;
     list-style-type: none;
     padding: 0;
     padding: 0;
   }
   }


   ul li {
   .mrtx-list li {
     background: rgba(255, 69, 0, 0.2);
     background: rgba(255, 69, 0, 0.2);
     padding: 10px;
     padding: 10px;
Line 41: Line 40:
   }
   }


   .links {
   .mrtx-links {
     margin-top: 20px;
     margin-top: 20px;
     text-align: center;
     text-align: center;
   }
   }


   .links a {
   .mrtx-links a {
     display: inline-block;
     display: inline-block;
     background: #ff4500;
     background: #ff4500;
Line 58: Line 57:
   }
   }


   .links a:hover {
   .mrtx-links a:hover {
     background: #ff5722;
     background: #ff5722;
   }
   }
}}
}}


<div class="main-container">
<div class="mrtx-main">
   <div class="mw-message-box">
   <div class="mrtx-box">
     '''Welcome to the official wiki of the MRT X Group!''' <br>We are publishing articles on cybersecurity, malware, and exploits.
     '''Welcome to the official wiki of the MRT X Group!''' <br>We are publishing articles on cybersecurity, malware, and exploits.
   </div>
   </div>


   === What you'll find here ===
   <h2 class="mrtx-header">What you'll find here</h2>
  * Documentation and guides
  <ul class="mrtx-list">
  * Project information
    <li>📜 Documentation and guides</li>
  * Team resources
    <li>📂 Project information</li>
  * Information about Malware and Exploits
    <li>👥 Team resources</li>
    <li>💀 Information about Malware and Exploits</li>
  </ul>
   ----
   ----


   <div class="links">
   <div class="mrtx-links">
     '''Find all Articles here:''' [https://wiki.mrtx.sh/wiki/Special:AllPages?from=&to=&namespace=0&hideredirects=1 All Pages] <br>
     <strong>Find all Articles here:</strong> [https://wiki.mrtx.sh/wiki/Special:AllPages?from=&to=&namespace=0&hideredirects=1 All Pages] <br>
     '''Check out our website:''' [https://mrtx.sh/ MRT X Website] <br>
     <strong>Check out our website:</strong> [https://mrtx.sh/ MRT X Website] <br>
     '''Donate to support us:''' [https://mrtx.sh/donate Donate]
     <strong>Donate to support us:</strong> [https://mrtx.sh/donate Donate]
   </div>
   </div>


   <br>''Stay tuned for upcoming content!''
   <br>''Stay tuned for upcoming content!''
</div>
</div>

Revision as of 16:46, 9 March 2025


   Welcome to the official wiki of the MRT X Group! 
We are publishing articles on cybersecurity, malware, and exploits.

What you'll find here

  • 📜 Documentation and guides
  • 📂 Project information
  • 👥 Team resources
  • 💀 Information about Malware and Exploits
 ----
 
Stay tuned for upcoming content!