Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
l33d4n committed Aug 27, 2020
0 parents commit 0683567
Show file tree
Hide file tree
Showing 37 changed files with 3,906 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# TurtleCoin® Open Issues Browser
TurtleCoin® Open Issues Browser v2020 - Live site: [l33d4n.github.io/trtl-issues/](https://l33d4n.github.io/trtl-issues/)

![screely-1597907203701](https://user-images.githubusercontent.com/8020386/90728023-c9946800-e2f6-11ea-8847-05e0c73915f1.png)

### Contributing to TurtleCoin® Open Issues Browser

We are a community of people across the world giving our time to make this software better. There are many ways you can help or join us:

- If you'd like to report a bug or have an idea for an improvement, [open an issue](https://github.com/l33d4n/trtl-issues/issues/new).
- If you'd like to submit code for a bug you fixed, [submit a pull-request](https://github.com/l33d4n/trtl-issues/compare).
- **Everyone else just click the ★ star at the top of this repository 😊 It really helps us out!**

For anyone else wishing to help the community or who needs answers to questions not covered in this document, join us in our [Discord Chat](http://chat.turtlecoin.lol) here.

### Credits
- TurtleCoin - [https://github.com/turtlecoin](https://github.com/turtlecoin)
- TurtlePay - [https://github.com/TurtlePay](https://github.com/TurtlePay)
- Tabler - [https://github.com/tabler/tabler](https://github.com/tabler/tabler)
156 changes: 156 additions & 0 deletions dist/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
body {
overflow-y: auto;
}

.page-single {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1rem 0;
}

.navbar-overlap:after {
content: '';
height: 9rem;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: inherit;
z-index: -1;
box-shadow: inherit;
}

.navbar-dark {
background: #43b380;
}

.navbar-nav .nav-item {
white-space: nowrap;
}

a {
color: #43b380;
}

a:hover {
color: #3ca173;
}

a.link-bg {
color: rgba(255, 255, 255, .72);
}

a.link-bg:hover {
color: rgba(255, 255, 255, .5);
}

.btn-primary {
background-color: #43b380;
border-color: #43b380;
}

.btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
background-color: #3ca173;
border-color: #3ca173;
}

.nav-tabs .nav-link.active {
border-bottom-color: #43b380;
}

.table th {
font-weight: 600;
color: #354052;
}

@media (min-width: 64rem) {
.w-150 {
width: 150px;
}
}

.form-control.is-danger {
border-color: #cd201f;
}

.form-control.is-success {
border-color: #5eba00;
}

.bg-green {
background: #43b380;
}

.text-break {
display: block !important;
}

.theme-dark .navbar-overlap:after {
content: none;
}

.theme-dark table th {
color: #f5f7fb;
}

.theme-dark .text-body {
color: #f5f7fb!important;
}

.o-auto {
overflow: auto !important;
}

.status-icon {
content: '';
width: 0.5rem;
height: 0.5rem;
display: inline-block;
background: currentColor;
border-radius: 50%;
-webkit-transform: translateY(-1px);
transform: translateY(-1px);
margin-right: .375rem;
vertical-align: middle;
}

.card>.list-group {
border-top-width: 0;
}

.list-item .badge {
line-height: 1;
font-weight: 500;
}

.loader {
background-image: url("/dist/img/loader.svg");
background-repeat: no-repeat;
background-position: center;
width: 120px;
height: 120px;
position: absolute;
}

.loader:after {
content: none;
}

.con {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #43b380;
z-index: 1050;
}
6 changes: 6 additions & 0 deletions dist/css/tabler.min.css

Large diffs are not rendered by default.

Binary file added dist/ico/android-chrome-96x96.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 dist/ico/apple-touch-icon-114x114-precomposed.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 dist/ico/apple-touch-icon-114x114.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 dist/ico/apple-touch-icon-120x120-precomposed.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 dist/ico/apple-touch-icon-120x120.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 dist/ico/apple-touch-icon-57x57-precomposed.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 dist/ico/apple-touch-icon-57x57.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 dist/ico/apple-touch-icon-60x60-precomposed.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 dist/ico/apple-touch-icon-60x60.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 dist/ico/apple-touch-icon-72x72-precomposed.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 dist/ico/apple-touch-icon-72x72.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 dist/ico/apple-touch-icon-76x76-precomposed.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 dist/ico/apple-touch-icon-76x76.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 dist/ico/apple-touch-icon-precomposed.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 dist/ico/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions dist/ico/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="./mstile-150x150.png"/>
<TileColor>#00853d</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added dist/ico/favicon-16x16.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 dist/ico/favicon-32x32.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 dist/ico/favicon.ico
Binary file not shown.
Binary file added dist/ico/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/ico/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions dist/ico/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "./android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}
104 changes: 104 additions & 0 deletions dist/img/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0683567

Please sign in to comment.