Skip to content

Commit 6d1070a

Browse files
committed
Add prettier
1 parent 0958893 commit 6d1070a

10 files changed

Lines changed: 2531 additions & 268 deletions

File tree

.github/dita-ot/footer.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@
66
<!-- Social Media -->
77
<p class="text-center p-3">
88
<!-- Linkedin -->
9-
<a class="btn btn-primary btn-floating m-1 text-white" style="background-color: #0082ca" href="https://www.linkedin.com/in/jason-fox-8a79563/" role="button"><i class="bi bi-linkedin"></i></a>
9+
<a
10+
class="btn btn-primary btn-floating m-1 text-white"
11+
style="background-color: #0082ca"
12+
href="https://www.linkedin.com/in/jason-fox-8a79563/"
13+
role="button"
14+
><i class="bi bi-linkedin"/></a>
1015
<!-- Github -->
11-
<a class="btn btn-primary btn-floating m-1 text-white" style="background-color: #333333" href="https://github.com/jason-fox/" role="button"><i class="bi bi-github"></i></a>
16+
<a
17+
class="btn btn-primary btn-floating m-1 text-white"
18+
style="background-color: #333333"
19+
href="https://github.com/jason-fox/"
20+
role="button"
21+
><i class="bi bi-github"/></a>
1222
</p>
1323
</div>
1424
<div>
@@ -22,4 +32,4 @@
2232
</div>
2333
</div>
2434
</footer>
25-
<!-- Footer -->
35+
<!-- Footer -->

.github/dita-ot/header.xml

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,28 @@
1414
</button>
1515
</div>
1616
<a class="navbar-brand" href="https://www.dita-ot.org/">
17-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 16 16">
18-
<path d="M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0zM5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4H5z"></path>
17+
<svg
18+
xmlns="http://www.w3.org/2000/svg"
19+
width="24"
20+
height="24"
21+
fill="currentColor"
22+
viewBox="0 0 16 16"
23+
>
24+
<path
25+
d="M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0zM5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4H5z"
26+
/>
1927
</svg>
2028
<span class="align-middle">Plugins for DITA Open Toolkit</span>
2129
</a>
22-
<button class="navbar-toggler py-2 px-2" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
30+
<button
31+
class="navbar-toggler py-2 px-2"
32+
type="button"
33+
data-bs-toggle="collapse"
34+
data-bs-target="#navbarSupportedContent"
35+
aria-controls="navbarSupportedContent"
36+
aria-expanded="false"
37+
aria-label="Toggle navigation"
38+
>
2339
<i class="bi bi-three-dots"/>
2440
</button>
2541
<div class="collapse navbar-collapse" id="navbarSupportedContent">
@@ -31,12 +47,12 @@
3147
<i class="bi bi-search"/>
3248
</span>
3349
<input
34-
type="search"
35-
class="form-control form-floating"
36-
placeholder="Search…"
37-
aria-label="Search for…"
38-
dir="auto"
39-
/>
50+
type="search"
51+
class="form-control form-floating"
52+
placeholder="Search…"
53+
aria-label="Search for…"
54+
dir="auto"
55+
/>
4056
</div>
4157
</form>
4258
</li>

.github/dita-ot/html.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
<param name="menubar-toc.include" value="no"/>
3131
<param name="bootstrap.css.topic.title" value="text-primary"/>
3232
<param name="bootstrap.css.section.title" value="h4 text-secondary"/>
33-
<param name="open-graph.url" value="https://jason-fox.github.io/dita-ot-plugins"/>
33+
<param
34+
name="open-graph.url"
35+
value="https://jason-fox.github.io/dita-ot-plugins"
36+
/>
3437
<param name="prism.use.theme" value="solarized"/>
3538
</publication>
3639
</deliverable>

0 commit comments

Comments
 (0)