Skip to content

Commit

Permalink
Merge pull request #836 from digitalgreenorg/backend_cleanup
Browse files Browse the repository at this point in the history
Backend cleanup
  • Loading branch information
Abhishek-lodha authored Oct 17, 2017
2 parents 71be91d + 4617524 commit 583bc06
Show file tree
Hide file tree
Showing 108 changed files with 6,021 additions and 1,465 deletions.
Binary file modified dg/media/Output/Images/dg_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dg/media/analytics/.angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"apps": [
{
"root": "src",
"outDir": "dist/training",
"assets": [
"assets",
"favicon.ico"
Expand All @@ -27,7 +26,8 @@
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts",
"training":"environments/environment.training.ts"
"training":"environments/environment.training.ts",
"loop":"environments/environment.loop.ts"
}
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dg/media/analytics/dist/loop/assets/loop_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dg/media/analytics/dist/loop/favicon.ico
Binary file not shown.
39 changes: 39 additions & 0 deletions dg/media/analytics/dist/loop/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Digital Green</title>
<base href="/media/analytics/dist/loop/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">

<!-- Enable Google Analytics -->
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106595309-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());

gtag('config', 'UA-106595309-1');


</script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>

<script>window.__theme = 'bs4';</script>
<!-- End Google Analytics -->

<link href="styles.6aa7be28511f305749a6.bundle.css" rel="stylesheet"/></head>

<body>
<app-root>Loading...</app-root>
<script type="text/javascript" src="inline.b3f7be8c78869f92f574.bundle.js"></script><script type="text/javascript" src="polyfills.3a1b186bdbb2ff13c99f.bundle.js"></script><script type="text/javascript" src="vendor.fd763d2857dc7ca01ca2.bundle.js"></script><script type="text/javascript" src="main.ab6fe1f8bec2779b1192.bundle.js"></script></body>

</html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 583bc06

Please sign in to comment.