mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-25 10:46:09 +01:00
Auto-generated commit
This commit is contained in:
parent
85e7201c93
commit
b0ae7643f7
68 changed files with 7541 additions and 1872 deletions
121
index.html
121
index.html
|
|
@ -1,88 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<!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, Bootstrap 4 and Angular CLI</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&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>
|
||||
<div class="minitext">Angular 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 class="centered">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 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 effort 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 a different look in just 2 minutes!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="index-block">
|
||||
<div class="wrap">
|
||||
<h1 class="centered">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 class="centered">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">
|
||||
<div class="wrap">
|
||||
<h1 class="centered">Can I hire you?</h1>
|
||||
<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">
|
||||
<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>
|
||||
</footer>
|
||||
</div><a href="https://github.com/akveo/ng2-admin" title="Star & Fork on GitHub" class="github-fork-ribbon"></a>
|
||||
</body>
|
||||
</html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>ngx-admin: Free Open Source admin dashboard builder, based on Angular, Bootstrap</title>
|
||||
|
||||
<meta name="description" content="Get Free Open Source admin dashboard template, based on Angular, Bootstrap and Nebular. ngx-admin includes 3 responsive themes, 30+ UI components with 60+ examples.">
|
||||
<meta name="keywords" content="ngx-admin LP, admin panel template, admin dashboard, bootstrap templates, angular bootstrap, admin template, free dashboard emplates, angular dashboard, angular templates free, angular template admin, angular template admin free, create a template ngular, angular template builder, angular template download, angular template dashboard, angular ecommerce template, angular emplate free download, angular template github, angular template guide, angular ng-template, angular template in component, angular template theme, angular template ui, angular template website, angular template with bootstrap, angular template 2017, angular template 2018, angular 6 template free, angular 6 template free download, angular 6 template github, angular 6 template dmin, angular 6 template, angular 6 templates free download, open source template, open source responsive admin templates, admin anel template free download, angular admin panel template, dashboard templates, angular admin panel template github">
|
||||
|
||||
<base href="/ngx-admin/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<script type="text/javascript" src="assets/ghspa.js"></script>
|
||||
<!-- Google Tag Manager -->
|
||||
<script>
|
||||
dataLayer = [];
|
||||
</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
<!-- Reddit Conversion Pixel -->
|
||||
|
||||
<!-- DO NOT MODIFY -->
|
||||
<!-- End Reddit Conversion Pixel -->
|
||||
<link rel="stylesheet" href="styles.a16354fe11ffa0f2af73.css"></head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
<!-- End Google Tag Manager (noscript) -->
|
||||
<ngx-landing-app></ngx-landing-app>
|
||||
|
||||
<!-- Twitter universal website tag code -->
|
||||
|
||||
<!-- End Twitter universal website tag code -->
|
||||
<script type="text/javascript" src="runtime.df676c9ef95e681e1e37.js"></script><script type="text/javascript" src="polyfills.92dd155853c5e5c77ab9.js"></script><script type="text/javascript" src="main.9a91b09d3169bf19144b.js"></script></body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue