Jump to content

un1k

Members
  • Posts

    101
  • Credits

  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Everything posted by un1k

  1. Hello, my portfolio: https://www.deviantart.com/un1k-dp/gallery https://templstock.com/en/seller/Un1k My price for the development of a new design and front end starts at $300, it takes max 2 weeks to finish. If you're looking for a cheaper option you can check my store on Templstock: https://templstock.com/en/seller/Un1k
  2. Black Desert V2 Web Template: You can buy it here: https://templstock.com/en/seller/Un1k
  3. Black Desert Web Template: You can buy it here: https://templstock.com/en/seller/Un1k
  4. Lineage 2M Mobile Web Template: You can buy it here: https://templstock.com/en/product/lineage-2m-landing
  5. Some works done as part of Unsimple World Team: - WOW Circle, Landing redesign to Legion version (Design and HTML re-work by me) https://wowcircle.me/legion/ - Sophia Worlds (Design by Unsimple/Deziart and front-end by me) https://sophiaworlds.com/ru/promo https://sophiaworlds.com/ru
  6. Nice banners on you portfolio, I've seen some of them on Facebook ADS. Good luck with your sales!
  7. Some works done as part of Unsimple World Team: - Valhalla Age (Design by Unsimple and Front-end by me). https://gracia-cadmus.net/ - Arcane World (Design by Unsimple and Front-end by me). https://arcaneworld.net/ - L2Dex (Design and Front-end by me). https://lineage2dex.com/Interlude-x50/
  8. Black Friday on Templstock! Don't miss the chance to buy great templates, with a great discount, for your game projects! https://templstock.com/ https://templstock.com/en/seller/Un1k
  9. We are not in 2012 anymore, just move on. GFX Forums are dead in general, literally impossible to find one alive.
  10. New Template, GranAge V4 available for sale! Demo: Buy it here: https://templstock.com/en/product/granage-v4-template
  11. New game template available for sale! Buy it here for 35$: https://templstock.com/en/product/granage-promo-page ---- Pack with 3 Banners (PSD): Buy it here for 10$: https://templstock.com/en/product/granage-banners
  12. Simple welcome page with register and download for any mmorpg. Buy it here: https://templstock.com/en/product/welcome-page-granage
  13. This seems very interesting if MxC be able to offer a solid community for this servers at first. Should take Valhalla-Age as example, they've built a very solid community and now are opening servers with many others big projects, Innadril and EndlessWar, under the Valhalla-Age name. Good luck to everyone involved, will be nice to watch the development of it
  14. - Rust Online Development of the UI/UX Design and Front-end. Done as part of Unsimple World Team: https://unsimpleworld.com/ Visit my portfolio: https://un1k.digital/
  15. - Felsong WOW [Landing] Development of the UI/UX Design and Front-end. Done as part of Unsimple World Team: https://unsimpleworld.com/ - PW Reborn Development of social and general graphic design Done as a part of Unsimple World Team: https://unsimpleworld.com/ Visit my portfolio: https://un1k.digital/
  16. - L2 Club by Scryde Development of the UI/UX Design and Front-end. Done as part of Unsimple World Team: https://unsimpleworld.com/ Live: https://l2.club/ In needed of a unique web design for your project? Contact now https://un1k.digital/
  17. - Infinity Essence Development of the UI/UX Design and Front-end Developed at https://un1k.digital/ In needed of a unique web design? Contact now
  18. This same guy contacted me some months ago, "trying" to buy one web design from me, after asking alot of nonsense questions (nothing related of what I sell/offer) somehow he had the conclusion that I wasn't "experienced" enough xd
  19. Hi! No, it was made by someone else on Unsimple team.
  20. - Shadowlands PTS UI/UX Design and Front-end Development of the special page for the Lineage 2 PTS Version of the Shadowlands Network. Developed with Unsimple World Team - https://unsimpleworld.com/ See it live at: https://shadowlands.club/ In needed of a unique web design for your game project? Check my porfolio: https://un1k.digital/
  21. body { overflow-x: hidden; } For those using this template, add this in your css to remove the horizontal scrolling, it's pretty annoying to see it.
  22. For servers with latest files/updates the wiki is very necessary and the devs on l2.wiki are doing a amazing job making this wiki available for everyone, I just wanted to help them a little by doing this "widget" that people can add in their website.
  23. Hello everyone! This is a HTML/CSS Project for people that want to link wiki articles to their website (homepage or other). The wiki used to link was: https://l2.wiki/essence/ - This wiki looks super cool, it's not official but looks wonderful Demo of the section: https://un1k.digital/l2wiki Done in dark gray but you can change the colors easily on css file. Files: https://www.mediafire.com/file/f31i0ycwlu7e4rv/l2wiki.rar/file - How to setup in my index.html? Step 1: Link the wiki.css file in your index.html, inside the <head> (Make sure to check if it's linked to the right folder) <link href="css/wiki.css" rel="stylesheet"> Step 2: Move the images that came on files to your images folder. (If your folder wasn't named "images" will be needed to rename the direction of the images on html code.) Step 3: Add the HTML code to your index.html, inside the <body>. (Choose the best location for it, maybe above the footer) <!--wiki--> <section class="l2wiki"> <div class="l2wiki-wrapper"> <div class="l2wiki-wrapper-title"><img src="images/icon-title-left.png"> <span>L2 Wiki</span> <img src="images/icon-title-right.png"></div> <div class="l2wiki-wrapper-content"> <!--wiki updates--> <div class="l2wiki-wrapper-content-latest"> <div class="l2wiki-wrapper-content-latest-guides"> <a href="https://l2.wiki/essence/wiki/gameplay/pvp-system/en" target="_blank"> <div class="tags"> <span class="tag-orange">New</span> <span>Update</span> <span>PvP</span> </div> <span>New Detailed PvP System [Vanguard Update]</span> </a> <a href="https://l2.wiki/essence/wiki/skill-tree/122" target="_blank"> <div class="tags"> <span class="tag-orange">New</span> <span>Class</span> </div> <span>Sylph Guide [Updated August 01</span> </a> <a href="https://l2.wiki/essence/wiki/skill-tree/122" target="_blank"> <div class="tags"> <span>Update</span> <span>Class</span> </div> <span>Sylph Guide [Updated July 20]</span> </a> <a href="https://l2.wiki/essence/wiki/gameplay/auto-hunting-system/en" target="_blank"> <div class="tags"> <span>Update</span> <span>Gameplay</span> </div> <span>Auto Hunting System [Updated July 08]</span> </a> </div> </div> <!--end wiki updates--> <!--wiki list--> <div class="l2wiki-wrapper-content-list"> <!--first list--> <div class="l2wiki-wrapper-content-list-content"> <div class="l2wiki-wrapper-content-list-content-links"> <span>Monsters by Level:</span> <div> <a href="https://l2.wiki/essence/wiki/monsters-by-level/1/19/Monster" target="_blank">1~19</a> <a href="https://l2.wiki/essence/wiki/monsters-by-level/20/29/Monster" target="_blank">20~29</a> <a href="https://l2.wiki/essence/wiki/monsters-by-level/30/39/Monster" target="_blank">30~39</a> <a href="https://l2.wiki/essence/wiki/monsters-by-level/40/49/Monster" target="_blank">40~49</a> <a href="https://l2.wiki/essence/wiki/monsters-by-level/50/59/Monster" target="_blank">50~59</a> <span class="more-dropdown">More<img src="images/arrow-up.png"> <div class="more-dropdown-list"> <a href="https://l2.wiki/essence/wiki/monsters-by-level/60/69/Monster" target="_blank">60~69</a> <a href="https://l2.wiki/essence/wiki/monsters-by-level/70/79/Monster" target="_blank">70~79</a> <a href="https://l2.wiki/essence/wiki/monsters-by-level/80/90/Monster" target="_blank">80~90</a> </div> </span> </div> </div> <div class="l2wiki-wrapper-content-list-content-img"> <img src="images/bosses.jpg"> </div> </div> <!--end first list--> <!--second list--> <div class="l2wiki-wrapper-content-list-content"> <div class="l2wiki-wrapper-content-list-content-links"> <span>Classes:</span> <div> <a href="https://l2.wiki/essence/wiki/skill-tree/122" target="_blank">Sylph</a> <a href="https://l2.wiki/essence/wiki/skill-tree/111" target="_blank">Kamael</a> <a href="https://l2.wiki/essence/wiki/skill-tree/103" target="_blank">Dwarf</a> <a href="https://l2.wiki/essence/wiki/skill-tree/84" target="_blank">Orc</a> <a href="https://l2.wiki/essence/wiki/skill-tree/60" target="_blank">Dark Elf</a> <span class="more-dropdown">More<img src="images/arrow-up.png"> <div class="more-dropdown-list"> <a href="https://l2.wiki/essence/wiki/skill-tree/34" target="_blank">Elf</a> <a href="https://l2.wiki/essence/wiki/skill-tree/0" target="_blank">Human</a> </div> </span> </div> </div> <div class="l2wiki-wrapper-content-list-content-img"> <img src="images/classes.jpg"> </div> </div> <!--end second list--> <!--second list--> <div class="l2wiki-wrapper-content-list-content"> <div class="l2wiki-wrapper-content-list-content-links"> <span>Gameplay:</span> <div> <a href="https://l2.wiki/essence/wiki/gameplay/olympiad/en" target="_blank">Olympiad</a> <a href="https://l2.wiki/essence/wiki/gameplay/castle-sieges/en" target="_blank">Sieges</a> <a href="https://l2.wiki/essence/wiki/gameplay/auto-hunting-system/en" target="_blank">Auto Hunting</a> <a href="https://l2.wiki/essence/wiki/gameplay/pets/en" target="_blank">Pets</a> <span class="more-dropdown">More<img src="images/arrow-up.png"> <div class="more-dropdown-list"> <a href="https://l2.wiki/essence/wiki/gameplay/magic-lamp/en" target="_blank">Magic Lamp</a> <a href="https://l2.wiki/essence/wiki/gameplay/rankings/en" target="_blank">Rankings</a> </div> </span> </div> </div> <div class="l2wiki-wrapper-content-list-content-img"> <img src="images/gameplay.jpg"> </div> </div> <!--end second list--> </div> </div> </div> </section> <!--end wiki--> And that's it! You can edit the links to another wiki or keep the same. Obs: This is not a website, it's just a additional content to your main web.
  24. New Project: - Stage of Glory (L2) Developed at Unsimple Group. UI/UX Design and Front-end developed by me. - - Lineage 2 Noursin Developed at https://un1k.digital UI/UX Design and Front-end developed by me. Full view of the project's here: https://un1k.digital
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock