1919 < meta property ="og:url " content ="vkminecraft.dev " />
2020 < meta property ="og:title " content ="VulkanMod " />
2121 < meta property ="og:description " content ="A fabric mod that rewrites Minecraft OpenGL® renderer to use Vulkan® API. " />
22- < meta property ="og:image " content ="https://raw.githubusercontent.com/chitanda-dev /VulkanMod/web/VulkanModStars.png " />
22+ < meta property ="og:image " content ="https://raw.githubusercontent.com/morikoa /VulkanMod/web/VulkanModStars.png " />
2323
2424 < meta property ="twitter:url " content ="vkminecraft.dev " />
2525 < meta property ="twitter:title " content ="VulkanMod " />
2626 < meta property ="twitter:description " content ="A fabric mod that rewrites Minecraft OpenGL® renderer to use Vulkan® API. " />
27- < meta property ="twitter:image " content ="https://raw.githubusercontent.com/chitanda-dev /VulkanMod/web/VulkanModStars.png "/>
27+ < meta property ="twitter:image " content ="https://raw.githubusercontent.com/morikoa /VulkanMod/web/VulkanModStars.png "/>
2828</ head >
2929< body >
3030 < div id ="particles "> </ div >
@@ -59,9 +59,24 @@ <h4 class="header">Disclaimer:</h4>
5959 < div style ="display: block; margin-top: 12px "> < a class ="btn button " href ="javascript:void(0) " onclick ="disclaimerModal() "> Close</ a > </ div >
6060 </ div >
6161 </ div >
62+ < div id ="contributor " class ="modal ">
63+ < div class ="content animate__animated animate__fadeInDown ">
64+ < span class ="close " onclick ="conModal() "> ×</ span >
65+ < h4 class ="header "> Contributors:</ h4 >
66+ < ul class ="text ">
67+ < li > < a class ="link " href ="https://github.com/thr3343 "> thr3343</ a > - Core Mod Development</ li >
68+ < li > < a class ="link " href ="https://github.com/CADIndie "> CADIndie</ a > - Forge Port and many other fixes</ li >
69+ < li > < a class ="link " href ="https://pieman.dev "> piemanau</ a > - Website adjustments</ li >
70+ < li > < a class ="link " href ="https://github.com/Sollace "> Sollace</ a > - OpenGL Mod Compatibility fixes</ li >
71+ < li > < a class ="link " href ="https://www.youtube.com/@SpidFightFR "> SpidFightFR</ a > - VulkanMod contents</ li >
72+ < li > < a class ="link " href ="https://github.com/khanhduytran0 "> DuyKhanhTran</ a > - Mobile Devices ports</ li >
73+ </ ul >
74+ < div style ="display: block; margin-top: 12px "> < a class ="btn button " href ="javascript:void(1) " onclick ="conModal() "> Close</ a > </ div >
75+ </ div >
76+ </ div >
6277 < div class ="footer ">
6378 < p > © COPYRIGHT 2023 XCOLLATERAL. NOT APPROVED BY OR ASSOCIATED WITH MOJANG. < a href ="javascript:void(0) " onclick ="disclaimerModal() " class ="link "> DISCLAIMER</ a > </ p >
64- < p > Made with 💖 by < a class ="link " href ="https://github.com/chitanda-dev "> chitanda </ a > and< a class ="link " href ="https://github.com/xCollateral "> xCollateral</ a > . Special thanks to < a class =" link " href =" https://pieman.dev/ " > piemanau </ a > for website adjustments. </ p >
79+ < p > Made with 💖 by < a class ="link " href ="https://github.com/morikoa "> mori </ a > and< a class ="link " href ="https://github.com/xCollateral "> xCollateral</ a > . Special thanks to our < a href =" javascript:void(1) " onclick =" conModal() " class =" link " > Contributors </ a > </ p >
6580 </ div >
6681 < script src ="./particles.min.js "> </ script >
6782 < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js " integrity ="sha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
@@ -72,6 +87,10 @@ <h4 class="header">Disclaimer:</h4>
7287 function disclaimerModal ( ) {
7388 modal . toggle ( ) ;
7489 }
90+ var Modal = $ ( "#contributor" ) ;
91+ function conModal ( ) {
92+ Modal . toggle ( ) ;
93+ }
7594 </ script >
7695</ body >
7796</ html >
0 commit comments