Skip to content

Commit

Permalink
few small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottishbay committed Dec 26, 2024
1 parent eb8e125 commit 82355dc
Show file tree
Hide file tree
Showing 5,080 changed files with 47 additions and 100 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added _theme-explorer/logos/eyeseesoundllc-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions _treeview.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[
{
"name": "<div class='title-line title-disable'><div class='icon f-datro'></div>WWFM-DSAP Integrator Alliance</div>",
"name": "<div class='title-line title-disable'><div class='icon f-datro'></div>Account Profiles</div>",
"path": "javascript:void(0)",
"_links": {
"html": "javascript:void(0)"
}
},
{
"name": "<div class='subtitle-line enable-link'>Contracts</div>",
"path": "./consortium_contracts/index.html",
"path": "./alliance_contracts/index.html",
"_links": {
"html": "./consortium_contracts/index.html"
"html": "./alliance_contracts/index.html"
}
},
{
"name": "<div class='subtitle-line enable-link'>Finances</div>",
"path": "./consortium_finance/index.html",
"path": "./alliance_finances/index.html",
"_links": {
"html": "./consortium_finance/index.html"
"html": "./alliance_finances/index.html"
}
},
{
Expand Down
File renamed without changes.
File renamed without changes.
38 changes: 38 additions & 0 deletions alliance_contracts/_treeview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"name": "<div class='title-line title-disable'><div class='icon i-google'></div>Google</div>",
"path": "javascript:void(0)",
"_links": {
"html": "javascript:void(0)"
}
},
{
"name": "<div class='depth2-subtitle-line enable-link'>Patent Purchase</div>",
"path": "./patents_google/index.html",
"_links": {
"html": "./patents_google/index.html"
}
},
{
"name": "<div class='depth2-subtitle-line subtitle-disable'>Loon (Team X)</div>",
"path": "javascript:void(0)",
"_links": {
"html": "javascript:void(0)"
}
},
{
"name": "<div class='title-line title-disable'><Div class='icon i-eyeseesoundllc'></div>EYE SEE SOUND LLC</div>",
"path": "./patents_google/index.html",
"_links": {
"html": "./patents_google/index.html"
}
},
{
"name": "<div class='page-scroll-fix title-disable'></div>",
"path": "javascript:void(0)",
"_links": {
"html": "javascript:void(0)"
}
}
]

14 changes: 2 additions & 12 deletions consortium_contracts/index.html → alliance_contracts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta content="DATRO Library" name="description">
<meta content="DATRO Consortium" name="author">
<title>DATRO Consortium Contracts</title>
<title>WWFM-DSAP Alliance Contracts</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, shrink-to-fit=no" name="viewport">
<link href="../_theme-explorer/favicons/apple-icon-57x57.png" rel="apple-touch-icon" sizes="57x57">
<link href="../_theme-explorer/favicons/apple-icon-60x60.png" rel="apple-touch-icon" sizes="60x60">
Expand Down Expand Up @@ -34,16 +34,6 @@
background: transparent; /* make scrollbar transparent */
}
</style>
<!-- google tracking code start -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6BTNPTMXBF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-6BTNPTMXBF');
</script>
<!-- google tracking code end -->
</head>
<body>
<script>
Expand All @@ -52,7 +42,7 @@
const data = await response.json();
let htmlString = '<ul>';
htmlString += `<a href="../" class="up-active"><<</a>`;
htmlString += `<p class="main-title"><img class="main-logo ml-datro"></br>Consortium Contracts</p>`;
htmlString += `<p class="main-title"><img class="main-logo ml-datro"></br>Alliance Contracts</p>`;
for (let file of data) {
htmlString += `<li class="li"><a href="${file.path}">${file.name}</a></li>`;
}
Expand Down
Loading

0 comments on commit 82355dc

Please sign in to comment.