renaming and refactoring readme of frontend webhost

This commit is contained in:
George Shaw 2017-10-26 14:56:38 -05:00
parent d451bda6b5
commit 097aba3439
2 changed files with 8 additions and 13 deletions

View file

@ -1,22 +1,17 @@
# ePanel !
# gPanel Frontend Development
A client side of gPanel
The client side, front end of gPanel. Developed using Angular, SASS, and Bootstrap. Managed with NPM package manager.
## Stack
See guidelines from gPanel
__Note__: In the early stages of development the frontend will be static HTML/CSS/JS. Once enough progress is made it will then be translated into Angular and SASS code.
## Contribution Set-up & Deployment
Layout and Components
```shell
gPanel/document_roots/webhost/ePanel.html
gPanel/document_roots/webhost/gPanel.html
```
Styles
```shell
gPanel/document_roots/webhost/styles.css
```
## Enjoy static pages ;)

View file

@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Ennovar Panel</title>
<title>gPanel - Home</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@ -21,7 +21,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">ePanel</a>
<a class="navbar-brand" href="#">gPanel</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
@ -66,7 +66,7 @@
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">Create Support Ticket</div>
<div class="panel-body">Grant ePanel Support Access</div>
<div class="panel-body">Grant gPanel Support Access</div>
<div class="panel-body">Support Center</div>
</div>
</div>
@ -139,4 +139,4 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>
</html>