ngx-admin/index.html
2016-05-25 16:44:49 +03:00

88 lines
No EOL
5.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<title>Admin HTML template based on Angular 2, Bootstrap 4 and Webpack</title>
<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&amp;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">&nbsp;<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>
<div class="minitext">Angular 2 admin panel front-end framework</div>
<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">
<h1>Why ng2-admin?</h1>
<div class="why-items">
<div class="why-item"><img src="/ng2-admin/images/why-structure.svg">
<h4>Awesome structure</h4>
<p>Component-based structure is the best choice for large Angular 2 applications.</p>
</div>
<div class="why-item"><img src="/ng2-admin/images/why-design.svg">
<h4>Neat design</h4>
<p>We have put a lot of efforts and carefully selected each color and font for this template!</p>
</div>
<div class="why-item"><img src="/ng2-admin/images/why-practices.svg">
<h4>Ease of customization</h4>
<p>Check out <a href="/ng2-admin/articles/011-changing-color-scheme">our article</a>, where we describe how you can create different look in just 2 minutes!</p>
</div>
</div>
</div>
</div>
<div class="index-block black">
<div class="wrap">
<h1>Is it free?</h1>
<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">
<h1>How can I support you guys?</h1>
<p>Here's what you can do:</p>
<ul>
<li>Star <a href="https://github.com/akveo/ng2-admin" target="_blank">our GitHub repo</a></li>
<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>
<div class="index-block black">
<div class="wrap">
<h1>Can I hire you?</h1>
<p>Yes! We are available for hire. Visit <a href="http://akveo.com" target="_blank">our homepage</a>&nbsp;or simply leave us a note at <a href="mailto:contact@akveo.com">contact@akveo.com</a>.&nbsp;We will be happy to work with you!</p>
</div>
</div>
<footer class="wrap">
<div class="left">Powered by Angular 2, Bootstrap 4, Webpack and many more...</div>
<div class="right">© 20152016 Akveo LLC<br />Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</div>
</footer>
</div><a href="https://github.com/akveo/ng2-admin" title="Star &amp; Fork on GitHub" class="github-fork-ribbon"></a>
</body>
</html>