diff --git a/Information.php b/Information.php index c44a28e..e5b8da2 100644 --- a/Information.php +++ b/Information.php @@ -18,25 +18,25 @@ class Information extends InformationBase{ public $KeyWords = array("MiMFa aseqbase Framework", "MiMFa", "aseqbase", "Web Development", "Development", "Web Framework", "Website", "Framework"); public $MainMenus = array( - array("Name"=>"HOME","Link"=>"/home","Image"=>"/file/symbol/home.png","Attributes"=> "class='menu-link'"), - array("Name"=>"GIT","Link"=>"http://github.com/mimfa/aseqbase","Image"=>"/file/symbol/market.png","Attributes"=> "class='menu-link'"), - array("Name"=>"FORUM","Link"=>"https://github.com/aseqbase/aseqbase/issues","Image"=>"/file/symbol/chat.png","Attributes"=> "class='menu-link'"), - array("Name"=>"PRODUCTS","Link"=>"http://github.com/mimfa","Image"=>"/file/symbol/product.png", "Attributes"=>"class='menu-link'"), + array("Name"=>"HOME","Link"=>"/home","Image"=>"/asset/symbol/home.png","Attributes"=> "class='menu-link'"), + array("Name"=>"GIT","Link"=>"http://github.com/mimfa/aseqbase","Image"=>"/asset/symbol/market.png","Attributes"=> "class='menu-link'"), + array("Name"=>"FORUM","Link"=>"https://github.com/aseqbase/aseqbase/issues","Image"=>"/asset/symbol/chat.png","Attributes"=> "class='menu-link'"), + array("Name"=>"PRODUCTS","Link"=>"http://github.com/mimfa","Image"=>"/asset/symbol/product.png", "Attributes"=>"class='menu-link'"), array("Name"=>"ABOUT","Link"=>"/about","Image"=>"","Attributes"=> "class='menu-link'") ); public $Shortcuts = array( - array("Name"=>"Menu","Link"=>"","Image"=>"/file/symbol/menu.png", "Attributes"=>"onclick='viewSideMenu()'"), - array("Name"=>"Market","Link"=>"#embed","Image"=>"/file/symbol/market.png","Attributes"=> "class='embed-link' onclick='viewEmbed(\"https://github.com/aseqbase/aseqbase\",\"fade\"); viewSideMenu(false);'"), - array("Name"=>"Home","Link"=>"#internal","Image"=>"/file/symbol/home.png","Attributes"=> "class='internal-link' onclick='viewInternal(\"home\",\"fade\"); viewSideMenu(false);'"), - array("Name"=>"Products","Link"=>"#internal","Image"=>"/file/symbol/product.png", "Attributes"=>"class='internal-link' onclick='viewInternal(\"https://github.com/mimfa\",\"fade\"); viewSideMenu(false);'"), - array("Name"=>"Chat","Link"=>"#internal","Image"=>"/file/symbol/chat.png","Attributes"=> "class='internal-link' onclick='viewInternal(\"https://github.com/aseqbase/aseqbase/issues\",\"fade\"); viewSideMenu(false);'") + array("Name"=>"Menu","Link"=>"","Image"=>"/asset/symbol/menu.png", "Attributes"=>"onclick='viewSideMenu()'"), + array("Name"=>"Market","Link"=>"#embed","Image"=>"/asset/symbol/market.png","Attributes"=> "class='embed-link' onclick='viewEmbed(\"https://github.com/aseqbase/aseqbase\",\"fade\"); viewSideMenu(false);'"), + array("Name"=>"Home","Link"=>"#internal","Image"=>"/asset/symbol/home.png","Attributes"=> "class='internal-link' onclick='viewInternal(\"home\",\"fade\"); viewSideMenu(false);'"), + array("Name"=>"Products","Link"=>"#internal","Image"=>"/asset/symbol/product.png", "Attributes"=>"class='internal-link' onclick='viewInternal(\"https://github.com/mimfa\",\"fade\"); viewSideMenu(false);'"), + array("Name"=>"Chat","Link"=>"#internal","Image"=>"/asset/symbol/chat.png","Attributes"=> "class='internal-link' onclick='viewInternal(\"https://github.com/aseqbase/aseqbase/issues\",\"fade\"); viewSideMenu(false);'") ); public $Services = array( - array("Name"=>"MiMFa Collection","Description"=>"

A special framework for web development called \"aseqbase\" (a sequence-based framework) has been developed to implement safe, flexible, fast, and strong pure websites based on that, since 2018 so far.

","Image"=>"/file/icon/amplifier.png", "More"=>"MORE"), - array("Name"=>"OUR TARGET","Description"=>"

Develop websites by a sequence-based framework

The privilege of using each of these graphic documents can be provided as NFT.

","Image"=>"/file/icon/target.png", "More"=>"MORE"), - array("Name"=>"WHAT IS WEB FRAMEWORK","Description"=>"

A web development framework is a set of resources and tools for software developers to build and manage web applications, web services and websites.

","Image"=>"/file/icon/coach.png", "More"=>"READ ABOUT NFT") + array("Name"=>"MiMFa Collection","Description"=>"

A special framework for web development called \"aseqbase\" (a sequence-based framework) has been developed to implement safe, flexible, fast, and strong pure websites based on that, since 2018 so far.

","Image"=>"/asset/icon/amplifier.png", "More"=>"MORE"), + array("Name"=>"OUR TARGET","Description"=>"

Develop websites by a sequence-based framework

The privilege of using each of these graphic documents can be provided as NFT.

","Image"=>"/asset/icon/target.png", "More"=>"MORE"), + array("Name"=>"WHAT IS WEB FRAMEWORK","Description"=>"

A web development framework is a set of resources and tools for software developers to build and manage web applications, web services and websites.

","Image"=>"/asset/icon/coach.png", "More"=>"READ ABOUT NFT") ); public $Contacts = array( @@ -44,7 +44,7 @@ class Information extends InformationBase{ array("Name"=>"Telegram","Link"=>"https://t.me/aseqbase","Icon"=> "fa fa-telegram"), array("Name"=>"Email","Link"=>"mailto:aseqbase@mimfa.net","Icon"=> "fa fa-envelope"), array("Name"=>"Github","Link"=>"http://github.com/mimfa","Icon"=> "fa fa-github"), - array("Name"=>"Forum","Link"=>"/chat","Image"=>"/file/symbol/chat.png","Icon"=> "fa fa-comments") + array("Name"=>"Forum","Link"=>"/chat","Image"=>"/asset/symbol/chat.png","Icon"=> "fa fa-comments") ); } ?>