Skip to content

Commit

Permalink
Merge pull request #22 from KevDoy/master
Browse files Browse the repository at this point in the history
Improvements; Consistency; Bug Fixes
  • Loading branch information
csekel authored Oct 30, 2024
2 parents c784917 + 7645f94 commit 8efc8cc
Show file tree
Hide file tree
Showing 7 changed files with 590 additions and 557 deletions.
598 changes: 302 additions & 296 deletions img/notice/article-oudated-nodate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
463 changes: 232 additions & 231 deletions img/notice/article-oudated-oct2024.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 13 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,18 @@
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/about/_About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/developers/_Developers">Developers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/users/_Users">Users</a>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/wiki" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Docs
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">

<li><a class="dropdown-item" href="/wiki/">Documentation</a></li>
<li><a class="dropdown-item" href="/wiki/#/about/_About">About</a></li>
<li><a class="dropdown-item" href="/wiki/#/developers/_Developers">Developers</a></li>
<li><a class="dropdown-item" href="/wiki/#/users/_Users">Users</a></li>
<li><a class="dropdown-item" href="/wiki/#/news/_News">News</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/news/_News">News</a>
Expand Down Expand Up @@ -225,7 +226,7 @@ <h3>Status</h3>
<small>PureDarwin and the PureDarwin website are independent resources and are not affiliated with, endorsed
by, or sponsored by Apple Inc. Apple, Macintosh, macOS, and related trademarks and logos are the property of
Apple Inc., registered in the U.S. and other countries. Darwin (operating system) is licensed under the
<a href="https://opensource.apple.com/apsl/" target="_blank">Public Source License (APSL)</a>.
<a href="https://opensource.apple.com/apsl/" target="_blank">Apple Public Source License (APSL)</a>.
All other trademarks are the property of their respective owners.
<br><br>
Site Theme by <a href="https://github.com/kevdoy" target="_blank" class="text-dark">@KevDoy</a> on
Expand Down
2 changes: 1 addition & 1 deletion wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ There are too many to thank, but here are some highlights:

## Notice

PureDarwin and the PureDarwin website are independent resources and are not affiliated with, endorsed by, or sponsored by Apple Inc. Apple, Macintosh, macOS, and related trademarks and logos are the property of Apple Inc., registered in the U.S. and other countries. Darwin (operating system) is licensed under the [Public Source License (APSL)](https://opensource.apple.com/apsl/). All other trademarks are the property of their respective owners.
PureDarwin and the PureDarwin website are independent resources and are not affiliated with, endorsed by, or sponsored by Apple Inc. Apple, Macintosh, macOS, and related trademarks and logos are the property of Apple Inc., registered in the U.S. and other countries. Darwin (operating system) is licensed under the [Apple Public Source License (APSL)](https://opensource.apple.com/apsl/). All other trademarks are the property of their respective owners.
7 changes: 2 additions & 5 deletions wiki/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- [Home](https://www.puredarwin.org)
- [Docs](/)
- [Documentation Home](/)
- [About](/about/_About)
- [Developers](/developers/_Developers)
- [Users](/users/_Users)
- [News](/news/_News)
- [Download](https://www.puredarwin.org/#beta)
- [GitHub](https://github.com/pureDarwin/)
- [News](/news/_News)
1 change: 1 addition & 0 deletions wiki/about/_About.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Probably when the DarwinBuild project and the MacPorts project will be able to r
### PureDarwin Mascot

![Hexley](/img/PureDarwin.png)

Read more: [Hexley](/about/Hexley.md)
51 changes: 39 additions & 12 deletions wiki/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">

<style>
:root {
--theme-color: #0d6efd;
--sidebar-nav-link-color--active: #0d6efd;
}

.app-nav {
margin: 0 0 20px 0;
}
Expand All @@ -36,6 +41,27 @@
.sidebar {
margin-top: 40px;
}

.app-nav li {
margin: 0;
padding: 0 5px;
}

.app-nav {
padding-top: 10px;
border-bottom: solid 0.25px #fff;
}

@media (max-width: 991px) {
.app-nav li {
display: block;
text-align: left;
}

.navbar-collapse {
text-align: left;
}
}
</style>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand All @@ -57,18 +83,19 @@
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/about/_About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/developers/_Developers">Developers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/users/_Users">Users</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/wiki" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Docs
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">

<li><a class="dropdown-item" href="/wiki/">Documentation</a></li>
<li><a class="dropdown-item" href="/wiki/#/about/_About">About</a></li>
<li><a class="dropdown-item" href="/wiki/#/developers/_Developers">Developers</a></li>
<li><a class="dropdown-item" href="/wiki/#/users/_Users">Users</a></li>
<li><a class="dropdown-item" href="/wiki/#/news/_News">News</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/wiki#/news/_News">News</a>
</li>
Expand Down

0 comments on commit 8efc8cc

Please sign in to comment.