2016-05-25 13:42:47 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< meta name = "viewport" content = "width=device-width" >
< meta name = "keywords" content = "admin,dashboard,template,angular,bootstrap,blur,panel,html,css,javascript" >
2017-04-28 16:56:56 +03:00
< title > Admin HTML template based on Angular, Bootstrap 4 and Angular CLI< / title >
2016-05-25 13:42:47 +03:00
< link rel = "alternate" href = "http://localhost:8080/feed.xml" type = "application/rss+xml" title = "" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900|Anonymous+Pro:400,700,400italic,700italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic" >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" >
< link rel = "stylesheet" href = "/ng2-admin/css/main.css" >
< link rel = "shortcut icon" href = "/ng2-admin/images/favicon.png" >
< / head >
< body >
< div class = "container" >
< div class = "nav-main" >
< div class = "wrap" > < a href = "/ng2-admin/" class = "nav-home" > < img src = "/ng2-admin/images/logo.png" width = "24" height = "24" class = "nav-logo" > < span class = "blur-label" > ng2-< / span > admin< / a >
< ul class = "nav-site nav-site-internal" >
< li > < a href = "/ng2-admin/" class = "active" > Home< / a > < / li >
< li > < a href = "/ng2-admin/articles/001-getting-started/" > Docs< / a > < / li >
< / ul > < span class = "nav-docs-right" > Need some help? Let us know! < a href = "mailto:contact@akveo.com" > contact@akveo.com< / a > < / span >
< / div >
< / div >
< div class = "hero" >
< div class = "hero-content" >
< div class = "wrap" >
< div class = "text" > < strong > ng2-< span class = "white-text" > admin< / span > < / strong > < / div >
2017-04-28 16:56:56 +03:00
< div class = "minitext" > Angular admin panel front-end framework< / div >
2016-05-25 13:42:47 +03:00
< div class = "buttons-unit" > < a href = "/ng2-admin/articles/002-installation-guidelines/" class = "button" > Installation guidelines< / a > < a href = "/ng2-admin/articles/001-getting-started/" class = "button" > Documentation< / a > < / div >
< div class = "admin-screenshots" >
< div class = "admin-screenshot" >
< div class = "browser-mockup" > < a href = "http://akveo.com/ng2-admin/" target = "_blank" class = "demo-link" > < img src = "/ng2-admin/images/sky-preview.png" > < span class = "demo-link-label" > Demo< / span > < / a > < / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "index-block" >
< div class = "wrap" >
2016-07-28 17:26:09 +03:00
< h1 class = "centered" > Why ng2-admin?< / h1 >
2016-05-25 13:42:47 +03:00
< div class = "why-items" >
< div class = "why-item" > < img src = "/ng2-admin/images/why-structure.svg" >
< h4 > Awesome structure< / h4 >
2017-04-28 16:56:56 +03:00
< p > Component-based structure is the best choice for large Angular applications.< / p >
2016-05-25 13:42:47 +03:00
< / div >
< div class = "why-item" > < img src = "/ng2-admin/images/why-design.svg" >
< h4 > Neat design< / h4 >
2016-09-20 11:36:39 +03:00
< p > We have put a lot of effort and carefully selected each color and font for this template!< / p >
2016-05-25 13:42:47 +03:00
< / div >
< div class = "why-item" > < img src = "/ng2-admin/images/why-practices.svg" >
2016-05-25 16:44:49 +03:00
< h4 > Ease of customization< / h4 >
2016-09-20 11:36:39 +03:00
< p > Check out < a href = "/ng2-admin/articles/011-changing-color-scheme" > our article< / a > , where we describe how you can create a different look in just 2 minutes!< / p >
2016-05-25 13:42:47 +03:00
< / div >
< / div >
< / div >
< / div >
2016-07-28 17:26:09 +03:00
< div class = "index-block" >
2016-05-25 13:42:47 +03:00
< div class = "wrap" >
2016-07-28 17:26:09 +03:00
< h1 class = "centered" > Is it free?< / h1 >
2016-05-25 13:42:47 +03:00
< p > Yes, ng2-admin is completely free and MIT licensed. That means you can do with it whatever you want.< / p >
< / div >
< / div >
< div class = "index-block" >
< div class = "wrap" >
2016-07-28 17:26:09 +03:00
< h1 class = "centered" > How can I support you guys?< / h1 >
2016-05-25 13:42:47 +03:00
< p > Here's what you can do:< / p >
< ul >
2016-05-25 14:35:57 +03:00
< li > Star < a href = "https://github.com/akveo/ng2-admin" target = "_blank" > our GitHub repo< / a > < / li >
2016-05-25 13:42:47 +03:00
< li > Create pull requests, submit bugs, suggest new features< / li >
< li > Follow < a href = "https://twitter.com/akveo_inc" target = "_blank" > us on Twitter< / a > < / li >
< li > Like < a href = "https://www.facebook.com/akveo/" target = "_blank" > our page on Facebook< / a > < / li >
< / ul >
< / div >
< / div >
2016-07-28 17:26:09 +03:00
< div class = "index-block" >
2016-05-25 13:42:47 +03:00
< div class = "wrap" >
2016-07-28 17:26:09 +03:00
< h1 class = "centered" > Can I hire you?< / h1 >
2016-05-25 13:42:47 +03:00
< p > Yes! We are available for hire. Visit < a href = "http://akveo.com" target = "_blank" > our homepage< / a > or simply leave us a note at < a href = "mailto:contact@akveo.com" > contact@akveo.com< / a > . We will be happy to work with you!< / p >
< / div >
< / div >
< footer class = "wrap" >
2017-04-28 16:56:56 +03:00
< div class = "left" > Powered by Angular, Bootstrap 4, Angular CLI and many more...< / div >
< div class = "right" > © 2017 Akveo LLC< br / > Documentation licensed under < a href = "https://creativecommons.org/licenses/by/4.0/" > CC BY 4.0< / a > .< / div >
2016-05-25 13:42:47 +03:00
< / footer >
< / div > < a href = "https://github.com/akveo/ng2-admin" title = "Star & Fork on GitHub" class = "github-fork-ribbon" > < / a >
< / body >
< / html >