Skip to content

Commit 90de3b2

Browse files
author
grimcoder
committed
added for simplr
1 parent f9859de commit 90de3b2

18 files changed

+657
-0
lines changed

.DS_Store

10 KB
Binary file not shown.

.idea/workspace.xml

Lines changed: 620 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simplr/.DS_Store

6 KB
Binary file not shown.

simplr/asset-manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"main.css": "static/css/main.d41d8cd9.css",
3+
"main.css.map": "static/css/main.d41d8cd9.css.map",
4+
"main.js": "static/js/main.d5ac1b96.js",
5+
"main.js.map": "static/js/main.d5ac1b96.js.map",
6+
"static/media/logo.svg": "static/media/logo.5d5d9eef.svg"
7+
}

simplr/favicon.ico

24.3 KB
Binary file not shown.

simplr/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"><style>@import url(https://cdn.rawgit.com/psoaresbj/fonts/master/css/lato.css);.validemail{visibility:hidden}.invalidemail{visibility:visible;color:red}.logo{margin-top:26px;margin-left:20px}.blackblock{background-color:#000}.content{position:absolute;left:50%;transform:translate(-50%,0)}.contenttext{position:relative;left:50%;top:50%;transform:translate(-50%,-50%)}h1,h2{font-family:lato-light;color:#44b1df;margin-bottom:20px}body{font-family:lato-regular}input{width:100%;background-color:#f2f2f2;border-width:1px;border-style:solid;border-color:#c3c3c3}select{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;height:28px;width:100%;background-color:#f2f2f2;border-width:1px;border-style:solid;border-color:#c3c3c3}small{font-color:#6f6f6f}.block{min-height:81px}.blocksmall{height:51px}.button{width:158px;height:43px;background-color:#44b1df;color:#fff}@font-face{font-family:billabongregular;src:url(https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.eot);src:url(https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.eot?#iefix) format('embedded-opentype'),url(https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.woff) format('woff'),url(https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.ttf) format('truetype'),url(https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.svg#billabongregular) format('svg');font-weight:400;font-style:normal}</style><title>Simplr demo</title><link href="/static/css/main.d41d8cd9.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.d5ac1b96.js"></script></body></html>

simplr/manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
}
10+
],
11+
"start_url": "./index.html",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

simplr/service-worker.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simplr/simplr.png

2.78 KB
Loading

simplr/simplr/index.css

Whitespace-only changes.

simplr/simplr/simplr

703 KB
Binary file not shown.

simplr/static/.DS_Store

6 KB
Binary file not shown.

simplr/static/css/main.d41d8cd9.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simplr/static/css/main.d41d8cd9.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simplr/static/js/main.d5ac1b96.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simplr/static/js/main.d5ac1b96.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simplr/static/media/logo.5d5d9eef.svg

Lines changed: 7 additions & 0 deletions
Loading

testUIAvenueCode/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)