Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8449d53
Fix alert
jason-fox Jul 28, 2026
ce3e74a
Fix badge
jason-fox Jul 28, 2026
3ccd769
Fix Shadow
jason-fox Jul 28, 2026
bc5b79f
Fixing buttons
jason-fox Jul 28, 2026
84f2bc1
Fixing colors
jason-fox Jul 28, 2026
5907337
Fixing dita
jason-fox Jul 28, 2026
e579202
Update colors
jason-fox Jul 28, 2026
50b8882
Convert offcanvas to drawer
jason-fox Jul 28, 2026
0351246
Fixing stripes
jason-fox Jul 28, 2026
8ad6a94
Fix typography.
jason-fox Jul 30, 2026
9927362
Fixing note block and lines format
jason-fox Jul 30, 2026
61bc490
Updating carousel
jason-fox Jul 30, 2026
d4950ee
Remove styling default
jason-fox Jul 30, 2026
8a5e8fd
Fixing menus
jason-fox Jul 31, 2026
f9831f6
Add missing ids
jason-fox Jul 31, 2026
97bba46
Update specialization processing for v6
jason-fox Jul 31, 2026
0b8704f
Amend card
jason-fox Aug 1, 2026
6ce7b64
Faded text
jason-fox Aug 1, 2026
59ff0ae
Button icons
jason-fox Aug 1, 2026
e70b7e7
Use import from CORSproxy
jason-fox Aug 1, 2026
c9ec97a
Fix formatting
jason-fox Aug 1, 2026
5068b96
Revert change
jason-fox Aug 1, 2026
673a773
Remove ids
jason-fox Aug 1, 2026
768cf3f
fixing footer
jason-fox Aug 1, 2026
921c98f
Amend links
jason-fox Aug 1, 2026
7a4c946
5.3 -> 6.0
jason-fox Aug 1, 2026
7cedbe5
Add v5/v6 builds to CI
jason-fox Aug 2, 2026
7509f99
Build with v6
jason-fox Aug 2, 2026
cdf796b
Use gitref name
jason-fox Aug 2, 2026
796b936
Use forked repo for testing.
jason-fox Aug 2, 2026
2bb8b10
Generalise build
jason-fox Aug 2, 2026
5f8f179
Generalise further
jason-fox Aug 2, 2026
9ee8fa8
Add badge
jason-fox Aug 2, 2026
579dc65
Tweak container
jason-fox Aug 2, 2026
361550e
Tweak badge
jason-fox Aug 2, 2026
1ffde1c
formatting
jason-fox Aug 2, 2026
e610229
Increase font-size
jason-fox Aug 2, 2026
8610534
Amend CSS variables
jason-fox Aug 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/dita-ot/footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,44 @@
<p class="pt-3">
<!-- GitHub -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://github.com/dita-bootstrap/dita-bootstrap.html"
role="button"
style="background-color: #333333;"
style="color: #ffffff; background-color: #333333;"
>
<i class="bi bi-github text-white"/>
</a>
<!-- LinkedIn -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://www.linkedin.com/in/infotexture/"
role="button"
style="background-color: #0082ca;"
style="color: #ffffff; background-color: #0082ca;"
>
<i class="bi bi-linkedin text-white"/>
</a>
<!-- Mastodon -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://indieweb.social/@infotexture"
role="button"
style="background-color: #563acc;"
style="color: #ffffff; background-color: #563acc;"
>
<i class="bi bi-mastodon text-white"/>
</a>
<!-- Bluesky -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://bsky.app/profile/infotexture.net"
role="button"
style="background-color: #0085ff;"
style="color: #ffffff; background-color: #0085ff;"
>
<i class="bi bi-bluesky text-white"/>
</a>
</p>
<p>
<small>
© 2017–2025
© 2017–2026
<a href="https://infotexture.net/">infotexture</a>
</small>
</p>
Expand Down
Loading