CHEAP PORTAL DESIGN | $5 EACH!! | Customizable!

Status
This thread has been locked.

AsianJaguar

Banned
Feedback score
0
Posts
7
Reactions
9
Resources
0
Want a cheap simple portal? We have a perfect one for you right here! I AM ONLY SELLING 5 COPIES OF THESE PORTALS.
This is made by my web developer. ONLY selling $5 for these portals. Tell me which one you want and I will send you them via skype. Add me on skype: SYNCMASTER2252

For the white template image.. in there you can change the images and your logo of course.

https://gyazo.com/990e9048cea560da8552d27c8ba22850 = $10 (Can change the logo and the buttons.)
https://gyazo.com/284367ec484e9a99d4e91760f4539963


https://gyazo.com/87c9bdaa0da4497f0913c99de408512e = $5 CUSTOMIZABLE (Can change the logo and the buttons.)


PROOF OF OWNERSHIP: https://gyazo.com/a2a356441e138a07d20f3975015c7dcc
https://gyazo.com/3dc2d5b600af58e14f772aafc6dbf108

ewfewfewfew.jpg

87c9bdaa0da4497f0913c99de408512e.png
 

Attachments

  • ewfewfewfew.jpg
    ewfewfewfew.jpg
    408.1 KB · Views: 125
  • 87c9bdaa0da4497f0913c99de408512e.png
    87c9bdaa0da4497f0913c99de408512e.png
    300.4 KB · Views: 128
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

AsianJaguar

Banned
Feedback score
0
Posts
7
Reactions
9
Resources
0
This is not worth 10$, it is not even responsible.
I can tell you its worth over $20. Other developers sell it for $30.
I am selling from $10 to $5. Cheapest found anywhere.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/asianjaguar-scam-report.112050/)

tiehm

Developer
Supreme
Feedback score
7
Posts
687
Reactions
455
Resources
0
I can tell you its worth over $20. Other developers sell it for $30.
I am selling from $10 to $5. Cheapest found anywhere.
There are Portal Templates on MC-Market which are free or cost 2$... (which are full responsive).

I looked a bit around on MC-M and a Website from a member here.
Your second website template is from Christopher 's resource here: http://www.mc-market.org/resources/1460/ (which costs 1$)
Your first website has nearly the same code in it as TheBanapple 's Portal Template..
HTML:
<div class="top animated bounceInDown">
            <!-- Header -->
            <div class="floating-header montserrat">
                <p>Banapple Websites</p>
            </div>
        </div>
        <div class="icons-bar animated bounceInUp">
            <!-- Icon 1 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/home">
                    <div class="home">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">HOME</p>
                </a>
            </div>
            <!-- Icon 2 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/portfolio">
                    <div class="portfolio">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">PORTFOLIO</p>
                </a>
            </div>
            <!-- Icon 3 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/products">
                    <div class="products">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">PRODUCTS</p>
                </a>
            </div>
            <!-- Icon 4 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/contact">
                    <div class="contact">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">CONTACT</p>
                </a>
            </div>
        </div>
        <!-- Banapple Footer - Remove me if you must, but it's a way for people to find me! -->
        <div class="footer">
            <a href="http://www.thebanapple.com">Copyright &copy; 2016 Banapple Websites.</a>
        </div>
Yours
HTML:
<div class="top animated bounceInDown">
            <div class="header">
            </div>
        </div>
        <div class="icons-bar animated bounceInUp">
            <div class="container">
                <a href="/community">
                    <div class="home"></div>
                    <p class="montserrat">FORUMS</p>
                </a>
            </div>
            <div class="container">
                <a href="/community/index.php?threads/voting-links.2/#post-2">
                    <div class="forums"></div>
                    <p class="montserrat">VOTE</p>
                </a>
            </div>
            <div class="container">
                <a href="http://shop.hype-mc.org">
                    <div class="store"></div>
                    <p class="montserrat">STORE</p>
                </a>
            </div>
            <div class="container">
                <a href="/community/index.php?XenStaff/">
                    <div class="staff"></div>
                    <p class="montserrat">STAFF</p>
                </a>
            </div>
        </div>

Funny huh?!

Okay. Maybe this is just a bad coincidence...

Let's look at the CSS part:

Code:
/*
Copyright © 2016 Banapple Websites.

TERMS OF USE
This must not be resold.
This must not be claimed as your own work.
You may remove the Banapple footer, but it's a way for people to find me.

HELP
This portal does not work if XenForo, or Enjin is installed directly in the same directory.
If you need any help setting up your portal, you can contact me via Skype (TheBanapple), or email ([email protected]).
This is not a social media friendly page, if you want to learn how to add support for this, please get in touch.
*/

body {
    /* Background Image */
    background: #ffffcc url("../img/background/background.jpg") no-repeat fixed center;
    background-attachment: fixed;
    webkit-background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    background-size: cover;
    margin: 0px;
    max-width: 100%;
    max-height: 100%;
}

.montserrat......

As we now see, you just copied something from TheBanapple + you just offended the Copyright of his Template

"This must not be resold." I hope you see what I mean.

You should start learning something before coming to this place!

Charlie
 

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
There are Portal Templates on MC-Market which are free or cost 2$... (which are full responsive).

I looked a bit around on MC-M and a Website from a member here.
Your second website template is from Christopher 's resource here: http://www.mc-market.org/resources/1460/ (which costs 1$)
Your first website has nearly the same code in it as TheBanapple 's Portal Template..
HTML:
<div class="top animated bounceInDown">
            <!-- Header -->
            <div class="floating-header montserrat">
                <p>Banapple Websites</p>
            </div>
        </div>
        <div class="icons-bar animated bounceInUp">
            <!-- Icon 1 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/home">
                    <div class="home">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">HOME</p>
                </a>
            </div>
            <!-- Icon 2 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/portfolio">
                    <div class="portfolio">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">PORTFOLIO</p>
                </a>
            </div>
            <!-- Icon 3 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/products">
                    <div class="products">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">PRODUCTS</p>
                </a>
            </div>
            <!-- Icon 4 -->
            <div class="container">
                <!-- Icon Link -->
                <a href="/contact">
                    <div class="contact">
                    </div>
                    <!-- Icon Text -->
                    <p class="montserrat">CONTACT</p>
                </a>
            </div>
        </div>
        <!-- Banapple Footer - Remove me if you must, but it's a way for people to find me! -->
        <div class="footer">
            <a href="http://www.thebanapple.com">Copyright &copy; 2016 Banapple Websites.</a>
        </div>
Yours
HTML:
<div class="top animated bounceInDown">
            <div class="header">
            </div>
        </div>
        <div class="icons-bar animated bounceInUp">
            <div class="container">
                <a href="/community">
                    <div class="home"></div>
                    <p class="montserrat">FORUMS</p>
                </a>
            </div>
            <div class="container">
                <a href="/community/index.php?threads/voting-links.2/#post-2">
                    <div class="forums"></div>
                    <p class="montserrat">VOTE</p>
                </a>
            </div>
            <div class="container">
                <a href="http://shop.hype-mc.org">
                    <div class="store"></div>
                    <p class="montserrat">STORE</p>
                </a>
            </div>
            <div class="container">
                <a href="/community/index.php?XenStaff/">
                    <div class="staff"></div>
                    <p class="montserrat">STAFF</p>
                </a>
            </div>
        </div>

Funny huh?!

Okay. Maybe this is just a bad coincidence...

Let's look at the CSS part:

Code:
/*
Copyright © 2016 Banapple Websites.

TERMS OF USE
This must not be resold.
This must not be claimed as your own work.
You may remove the Banapple footer, but it's a way for people to find me.

HELP
This portal does not work if XenForo, or Enjin is installed directly in the same directory.
If you need any help setting up your portal, you can contact me via Skype (TheBanapple), or email ([email protected]).
This is not a social media friendly page, if you want to learn how to add support for this, please get in touch.
*/

body {
    /* Background Image */
    background: #ffffcc url("../img/background/background.jpg") no-repeat fixed center;
    background-attachment: fixed;
    webkit-background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    background-size: cover;
    margin: 0px;
    max-width: 100%;
    max-height: 100%;
}

.montserrat......

As we now see, you just copied something from TheBanapple + you just offended the Copyright of his Template

"This must not be resold." I hope you see what I mean.

You should start learning something before coming to this place!

Charlie
Did he steal my code?[DOUBLEPOST=1466781045][/DOUBLEPOST]Oh wow, you did.
 

TheBanapple

Premium
Feedback score
0
Posts
41
Reactions
38
Resources
0
Status
This thread has been locked.
Top