Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Announcements       Thread starter Wultra       1      
Status
Not open for further replies.

Wultra

Developer
Senior Member
Contributor
Hello all, Not long ago I got board so I decided to create some custom pages and i need someone to test/feedback and tell me which one is better :giggle:

Note: These are concept and not actually usage
ScreenShots:

8e92f7cfa30f8a97b099590d59776e0b.gif


b2e67c0ab200efc48e3fce5d9b3b4156.gif


Download: *Background Video*
Code:
<!--
_________                        __             .___
\_   ___ \_______   ____ _____ _/  |_  ____   __| _/
/    \  \/\_  __ \_/ __ \\__  \\   __\/ __ \ / __ |
\     \____|  | \/\  ___/ / __ \|  | \  ___// /_/ |
 \______  /|__|    \___  >____  /__|  \___  >____ |
        \/             \/     \/          \/     \/
__________                                      
\______   \___.__.                              
 |    |  _<   |  |                              
 |    |   \\___  |                              
 |______  // ____|                              
        \/ \/                                    
____   ____    .__   __                          
\   \ /   /_ __|  |_/  |_____________            
 \   Y   /  |  \  |\   __\_  __ \__  \          
  \     /|  |  /  |_|  |  |  | \// __ \_        
   \___/ |____/|____/__|  |__|  (____  /        
                                     \/

                                     -->
<!DOCTYPE html>
<html>
    <head>
        <title>PSXHAX</title>

        <!-- javascript -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>

        <!-- fonts -->
        <link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">

        <!-- css -->
        <style>
            html, body {
                height: 100%;
            }

            body {
                margin: 0;
                padding: 0;
                width: 100%;
                display: table;
                font-weight: 100;
                font-family: 'Lato';
                font-weight: bold;
                color: #ffffff
            }

            .container {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

            .content {
                text-align: center;
                display: inline-block;
            }

            .logo {
                display: none;
            }

            .title {
                font-size: 96px;
                display: none;
            }

            .moto {
                font-size: 22px;
                display: none;
            }

            .footer {
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0;
                 height: 5%;
                 color: #ffffff;
                 background-color: #000000;
                 text-align: center;
                 display: none;
                }

                * { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
        </style>
    </head>

    <body>
    <div class="video-background">
    <div class="video-foreground">
      <iframe src="https://www.youtube.com/embed/8LWZSGNjuF0?controls=0&showinfo=0&rel=0&autoplay=1&loop=1&playlist=8LWZSGNjuF0" frameborder="0" allowfullscreen></iframe>
    </div>
  </div>
    <div class="container">
            <div class="content">
            <div class="logo"><img src="https://www.psxhax.com/styles/default/xenforo/logo.png"></div>
                <div class="title">PSXHAX</div>
               <div class="moto"> ~ A Porno away from a Jailbreak ~ </div>
            </div>
        </div>
     
        <div class="footer">
        <p><script type="text/javascript"> document.write(new Date().getFullYear());</script>&copy; <a href="https://psxhax.com">PSXHAX </a></p>
        </div>

    </body>
    <script type="text/javascript">
        $(document).ready(function(){
            $(".logo").fadeIn(2500);
            $(".title").fadeIn(4500);
            $(".moto").fadeIn(6500);
            $(".footer").fadeIn(8500);
        });
    </script>
</html>

Download: *Simple*

Code:
<!--
_________                        __             .___
\_   ___ \_______   ____ _____ _/  |_  ____   __| _/
/    \  \/\_  __ \_/ __ \\__  \\   __\/ __ \ / __ |
\     \____|  | \/\  ___/ / __ \|  | \  ___// /_/ |
 \______  /|__|    \___  >____  /__|  \___  >____ |
        \/             \/     \/          \/     \/
__________                                      
\______   \___.__.                              
 |    |  _<   |  |                              
 |    |   \\___  |                              
 |______  // ____|                              
        \/ \/                                    
____   ____    .__   __                          
\   \ /   /_ __|  |_/  |_____________            
 \   Y   /  |  \  |\   __\_  __ \__  \          
  \     /|  |  /  |_|  |  |  | \// __ \_        
   \___/ |____/|____/__|  |__|  (____  /        
                                     \/             -->
<!DOCTYPE html>
<html>
    <head>
        <title>PSXHAX</title>

        <!-- javascript -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>

        <!-- fonts -->
        <link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">

        <!-- css -->
        <style>
            html, body {
                height: 100%;
            }

            body {
                margin: 0;
                padding: 0;
                width: 100%;
                display: table;
                font-weight: 100;
                font-family: 'Lato';
            }

            .container {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

            .content {
                text-align: center;
                display: inline-block;
            }

            .logo {
                display: none;
            }

            .title {
                font-size: 96px;
                display: none;
            }

            .moto {
                font-size: 22px;
                display: none;
            }

            .footer {
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0;
                 height: 5%;
                 color: #ffffff;
                 background-color: #000000;
                 text-align: center;
                 display: none;
                }
        </style>
    </head>

    <body>

    <div class="container">
            <div class="content">
            <div class="logo"><img src="https://www.psxhax.com/styles/default/xenforo/logo.png"></div>
                <div class="title">PSXHAX</div>
               <div class="moto"> ~ A Porno away from a Jailbreak ~ </div>
            </div>
        </div>
     
        <div class="footer">
        <p><script type="text/javascript"> document.write(new Date().getFullYear());</script>&copy; <a href="https://psxhax.com">PSXHAX </a></p>
        </div>

    </body>
    <script type="text/javascript">
        $(document).ready(function(){
            $(".logo").fadeIn(2500);
            $(".title").fadeIn(4500);
            $(".moto").fadeIn(6500);
            $(".footer").fadeIn(8500);
        });
    </script>
</html>
 
Status
Not open for further replies.
Back
Top