Skip to content

Commit 03a9033

Browse files
committed
changes
1 parent 96af316 commit 03a9033

16 files changed

Lines changed: 1387 additions & 871 deletions

File tree

examples/custom-frontends/editorial/frontend/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<body>
1010
<main class="shell">
1111
<aside class="sidebar">
12+
<img
13+
src="/static/trackio/trackio_logo_type_light_transparent.png"
14+
alt="Trackio"
15+
class="editorial-logo"
16+
/>
1217
<p class="kicker">Editorial</p>
1318
<h1 id="title">Loading</h1>
1419
<p id="project-summary" class="sidebar-note">Choose a project and run.</p>

examples/custom-frontends/editorial/frontend/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ body {
1919
background: rgba(255, 255, 255, 0.28);
2020
}
2121

22+
.editorial-logo {
23+
display: block;
24+
width: 136px;
25+
max-width: 100%;
26+
margin-bottom: 20px;
27+
}
28+
2229
.kicker {
2330
margin: 0;
2431
font-size: 12px;
2.65 KB
Loading

examples/custom-frontends/signal/frontend/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<body>
1010
<main class="shell">
1111
<header>
12+
<img
13+
src="/static/trackio/trackio_logo_type_dark_transparent.png"
14+
alt="Trackio"
15+
class="signal-logo"
16+
/>
1217
<p>Signal</p>
1318
<h1 id="title">Booting</h1>
1419
<div id="status-line" class="status-line">Trace-first view. Metrics intentionally omitted.</div>

examples/custom-frontends/signal/frontend/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ header p {
2020
font-size: 12px;
2121
}
2222

23+
.signal-logo {
24+
display: block;
25+
width: 142px;
26+
max-width: 100%;
27+
margin-bottom: 14px;
28+
opacity: 0.92;
29+
}
30+
2331
header h1,
2432
h2 {
2533
margin: 8px 0 0;
-1.3 KB
Loading

0 commit comments

Comments
 (0)