Add a project card for Auto Dark

This commit is contained in:
Neil Brommer 2018-05-02 08:33:03 -07:00
parent a0dc596067
commit 03328460ae

View file

@ -167,6 +167,18 @@
<a class="card-link" href="https://github.com/NeilBrommer/Resume" target="_blank">Source code</a> <a class="card-link" href="https://github.com/NeilBrommer/Resume" target="_blank">Source code</a>
</div> </div>
</div> </div>
<div class="card">
<h4 class="card-header">Auto Dark</h4>
<div class="card-body">
<p>
A small utility for setting/toggling the Windows 10 dark
theme. Useful in combination with the Windows Task
Scheduler to automatically change the theme.
</p>
<a class="card-link" href="https://github.com/NeilBrommer/WindowsAutoDark" target="_blank">Source code</a>
</div>
</div>
</div> </div>
</div> </div>