Skip to content

Commit bfd7b15

Browse files
authored
Updated header content/style (#7)
1 parent 67b4b56 commit bfd7b15

File tree

8 files changed

+16
-14
lines changed

8 files changed

+16
-14
lines changed

source/GUI/html/default.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/frontend/assets/css/main.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ a:hover {
3434
.icon {
3535
width: 1.5em;
3636
height: 1.5em;
37-
margin-right: 0.3em;
37+
margin-right: 0.2em;
3838
}
3939

4040
.headerLink {
@@ -59,8 +59,8 @@ a:hover {
5959
}
6060

6161
.headerLink {
62-
padding-left: 0.5em;
63-
padding-right: 0.5em;
62+
padding-left: 0.25em;
63+
padding-right: 0.25em;
6464
height: 100%;
6565
}
6666

Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<noscript>This website requires javascript to run</noscript>
22
<div class="header">
3-
<div style="width: 0.25em"></div>
3+
<div style="width: 0.5em"></div>
44
<a class="headerLink" href="index.html">
55
<div class="headerText">D3d12infoDB</div>
66
</a>
7-
<div style="width: 1.5em"></div>
7+
<div style="width: 1em"></div>
88
<a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI/releases/latest">
99
<img class="icon" src="../icons/download.svg">
10-
<div class="headerText">Download GUI App</div>
10+
<div class="headerText">GUI</div>
1111
</a>
1212
<a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI">
1313
<img class="icon" src="../icons/github-mark.svg">
1414
<div class="headerText">Source</div>
1515
</a>
16-
<div style="width: 1.5em"></div>
16+
<div style="width: 1em"></div>
1717
<a class="headerLink" href="https://github.com/sawickiap/D3d12info/releases/latest">
1818
<img class="icon" src="../icons/download.svg">
19-
<div class="headerText">Download Console App</div>
19+
<div class="headerText">CLI</div>
2020
</a>
2121
<a class="headerLink" href="https://github.com/sawickiap/D3d12info">
2222
<img class="icon" src="../icons/github-mark.svg">
@@ -29,5 +29,7 @@
2929
<a class="headerLink" href="about.html">
3030
<div class="headerText">About</div>
3131
</a>
32+
<div style="width: 3em"></div>
3233
</div>
34+
<div style="width: 0.5em"></div>
3335
</div>

source/website/FeatureTable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>D3D12 Feature Table</title><meta name="description" content="Support matrix for all D3D12 features, grouped per vendor and architecture"/><meta name="robots" content="index, archive"/><meta name="keywords" content="DirectX, Direct3D, D3D12, DX12"/><meta property="og:title" content="D3D12 Feature Table"/><meta property="og:description" content="Support matrix for all D3D12 features, grouped per vendor and architecture"/><meta property="og:type" content="website"/><meta property="og:url" content="https://d3d12infodb.boolka.dev/FeatureTable.html"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="D3D12 Feature Table"/><meta name="twitter:description" content="Support matrix for all D3D12 features, grouped per vendor and architecture"/><script defer="defer" src="assets.js"></script><script defer="defer" src="shared.js"></script><script defer="defer" src="feature_table.js"></script></head><body><noscript>This website requires javascript to run</noscript><div class="header"><div style="width:.25em"></div><a class="headerLink" href="index.html"><div class="headerText">D3d12infoDB</div></a><div style="width:1.5em"></div><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI/releases/latest"><img class="icon" src="download.svg"><div class="headerText">Download GUI App</div></a><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div style="width:1.5em"></div><a class="headerLink" href="https://github.com/sawickiap/D3d12info/releases/latest"><img class="icon" src="download.svg"><div class="headerText">Download Console App</div></a><a class="headerLink" href="https://github.com/sawickiap/D3d12info"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div class="flexRight"><a class="headerLink" href="FeatureTable.html"><div class="headerText">Feature Table</div></a><a class="headerLink" href="about.html"><div class="headerText">About</div></a></div></div><main><div class="FeatureTable" id="FeatureTable"></div></main></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>D3D12 Feature Table</title><meta name="description" content="Support matrix for all D3D12 features, grouped per vendor and architecture"/><meta name="robots" content="index, archive"/><meta name="keywords" content="DirectX, Direct3D, D3D12, DX12"/><meta property="og:title" content="D3D12 Feature Table"/><meta property="og:description" content="Support matrix for all D3D12 features, grouped per vendor and architecture"/><meta property="og:type" content="website"/><meta property="og:url" content="https://d3d12infodb.boolka.dev/FeatureTable.html"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="D3D12 Feature Table"/><meta name="twitter:description" content="Support matrix for all D3D12 features, grouped per vendor and architecture"/><script defer="defer" src="assets.js"></script><script defer="defer" src="shared.js"></script><script defer="defer" src="feature_table.js"></script></head><body><noscript>This website requires javascript to run</noscript><div class="header"><div style="width:.5em"></div><a class="headerLink" href="index.html"><div class="headerText">D3d12infoDB</div></a><div style="width:1em"></div><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI/releases/latest"><img class="icon" src="download.svg"><div class="headerText">GUI</div></a><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div style="width:1em"></div><a class="headerLink" href="https://github.com/sawickiap/D3d12info/releases/latest"><img class="icon" src="download.svg"><div class="headerText">CLI</div></a><a class="headerLink" href="https://github.com/sawickiap/D3d12info"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div class="flexRight"><a class="headerLink" href="FeatureTable.html"><div class="headerText">Feature Table</div></a><a class="headerLink" href="about.html"><div class="headerText">About</div></a><div style="width:3em"></div></div><div style="width:.5em"></div></div><main><div class="FeatureTable" id="FeatureTable"></div></main></body></html>

source/website/ID.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><meta charset="UTF-8"><title>D3d12infoDB Report</title><script defer="defer" src="assets.js"></script><script defer="defer" src="shared.js"></script><script defer="defer" src="id.js"></script></head><body><noscript>This website requires javascript to run</noscript><div class="header"><div style="width:.25em"></div><a class="headerLink" href="index.html"><div class="headerText">D3d12infoDB</div></a><div style="width:1.5em"></div><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI/releases/latest"><img class="icon" src="download.svg"><div class="headerText">Download GUI App</div></a><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div style="width:1.5em"></div><a class="headerLink" href="https://github.com/sawickiap/D3d12info/releases/latest"><img class="icon" src="download.svg"><div class="headerText">Download Console App</div></a><a class="headerLink" href="https://github.com/sawickiap/D3d12info"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div class="flexRight"><a class="headerLink" href="FeatureTable.html"><div class="headerText">Feature Table</div></a><a class="headerLink" href="about.html"><div class="headerText">About</div></a></div></div><main><div class="ReportTable"><div id="SearchBarPropertiesContainer"></div><div id="TableContainer"></div></div></main></body></html>
1+
<!doctype html><html><head><meta charset="UTF-8"><title>D3d12infoDB Report</title><script defer="defer" src="assets.js"></script><script defer="defer" src="shared.js"></script><script defer="defer" src="id.js"></script></head><body><noscript>This website requires javascript to run</noscript><div class="header"><div style="width:.5em"></div><a class="headerLink" href="index.html"><div class="headerText">D3d12infoDB</div></a><div style="width:1em"></div><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI/releases/latest"><img class="icon" src="download.svg"><div class="headerText">GUI</div></a><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div style="width:1em"></div><a class="headerLink" href="https://github.com/sawickiap/D3d12info/releases/latest"><img class="icon" src="download.svg"><div class="headerText">CLI</div></a><a class="headerLink" href="https://github.com/sawickiap/D3d12info"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div class="flexRight"><a class="headerLink" href="FeatureTable.html"><div class="headerText">Feature Table</div></a><a class="headerLink" href="about.html"><div class="headerText">About</div></a><div style="width:3em"></div></div><div style="width:.5em"></div></div><main><div class="ReportTable"><div id="SearchBarPropertiesContainer"></div><div id="TableContainer"></div></div></main></body></html>

source/website/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><meta charset="UTF-8"><title>About D3d12infoDB</title><script defer="defer" src="assets.js"></script></head><script>function OnLoad(){var n=[..."elxusn/ctm`unwAcnnmj`/edw"].map((n=>String.fromCharCode(1^n.charCodeAt(0)))).join("");document.getElementById("email-address").innerHTML='<a href="mailto:'+n+'">'+n+"</a>"}</script><body onload="OnLoad()"><noscript>This website requires javascript to run</noscript><div class="header"><div style="width:.25em"></div><a class="headerLink" href="index.html"><div class="headerText">D3d12infoDB</div></a><div style="width:1.5em"></div><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI/releases/latest"><img class="icon" src="download.svg"><div class="headerText">Download GUI App</div></a><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div style="width:1.5em"></div><a class="headerLink" href="https://github.com/sawickiap/D3d12info/releases/latest"><img class="icon" src="download.svg"><div class="headerText">Download Console App</div></a><a class="headerLink" href="https://github.com/sawickiap/D3d12info"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div class="flexRight"><a class="headerLink" href="FeatureTable.html"><div class="headerText">Feature Table</div></a><a class="headerLink" href="about.html"><div class="headerText">About</div></a></div></div><main><div><h1 id="AboutD3d12infoDB">About D3d12infoDB</h1><p>D3d12infoDB is a GPU hardware database, main purpose of which is to collect information about d3d12 capabilities from wide variety of GPUs.</p><p>Reports to the database can be submitted by anyone using D3d12infoGUI.</p><p>In total D3dinfoDB consist of 2 parts:</p><ul><li>D3d12info - console tool for collecting GPU information<ul><li><a href="https://github.com/sawickiap/D3d12info">Github link</a></li><li>Maintained by <a href="https://asawicki.info/">Adam Sawicki</a></li></ul></li><li>D3d12infoGUI - GUI for D3d12info and the website/database itself<ul><li><a href="https://github.com/Devaniti/D3d12infoGUI">Github link</a></li><li>Maintained by <a href="https://boolka.dev/">Dmytro Bulatov</a></li></ul></li></ul><p>For questions regarding removal of submissions or anything else website/database related, contact Dmytro Bulatov at <span id="email-address">enable Javascript to see email</span></p></div></main></body></html>
1+
<!doctype html><html><head><meta charset="UTF-8"><title>About D3d12infoDB</title><script defer="defer" src="assets.js"></script></head><script>function OnLoad(){var n=[..."elxusn/ctm`unwAcnnmj`/edw"].map((n=>String.fromCharCode(1^n.charCodeAt(0)))).join("");document.getElementById("email-address").innerHTML='<a href="mailto:'+n+'">'+n+"</a>"}</script><body onload="OnLoad()"><noscript>This website requires javascript to run</noscript><div class="header"><div style="width:.5em"></div><a class="headerLink" href="index.html"><div class="headerText">D3d12infoDB</div></a><div style="width:1em"></div><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI/releases/latest"><img class="icon" src="download.svg"><div class="headerText">GUI</div></a><a class="headerLink" href="https://github.com/Devaniti/D3d12infoGUI"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div style="width:1em"></div><a class="headerLink" href="https://github.com/sawickiap/D3d12info/releases/latest"><img class="icon" src="download.svg"><div class="headerText">CLI</div></a><a class="headerLink" href="https://github.com/sawickiap/D3d12info"><img class="icon" src="github-mark.svg"><div class="headerText">Source</div></a><div class="flexRight"><a class="headerLink" href="FeatureTable.html"><div class="headerText">Feature Table</div></a><a class="headerLink" href="about.html"><div class="headerText">About</div></a><div style="width:3em"></div></div><div style="width:.5em"></div></div><main><div><h1 id="AboutD3d12infoDB">About D3d12infoDB</h1><p>D3d12infoDB is a GPU hardware database, main purpose of which is to collect information about d3d12 capabilities from wide variety of GPUs.</p><p>Reports to the database can be submitted by anyone using D3d12infoGUI.</p><p>In total D3dinfoDB consist of 2 parts:</p><ul><li>D3d12info - console tool for collecting GPU information<ul><li><a href="https://github.com/sawickiap/D3d12info">Github link</a></li><li>Maintained by <a href="https://asawicki.info/">Adam Sawicki</a></li></ul></li><li>D3d12infoGUI - GUI for D3d12info and the website/database itself<ul><li><a href="https://github.com/Devaniti/D3d12infoGUI">Github link</a></li><li>Maintained by <a href="https://boolka.dev/">Dmytro Bulatov</a></li></ul></li></ul><p>For questions regarding removal of submissions or anything else website/database related, contact Dmytro Bulatov at <span id="email-address">enable Javascript to see email</span></p></div></main></body></html>

0 commit comments

Comments
 (0)