Skip to content

Commit

Permalink
replace old github username references
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Nov 17, 2023
1 parent 5be4ec2 commit dbcc921
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 sus-amogus
Copyright (c) 2021 david-kaufmann-2003

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions examples/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="container">
<header role="banner">
<h1>Amogus.css Demo</h1>
<p>This page acts as a demonstration for the minimal CSS framework Amogus.css. For more information, visit the project page on <a href="https://github.com/sus-amogus/amogus.css">GitHub</a> or visit the <a href="../index.html">website</a>.</p>
<p>This page acts as a demonstration for the minimal CSS framework Amogus.css. For more information, visit the project page on <a href="https://github.com/david-kaufmann-2003/amogus.css">GitHub</a> or visit the <a href="../index.html">website</a>.</p>
</header>
<div role="navigation">
<h1>Navigation</h1>
Expand Down Expand Up @@ -423,7 +423,7 @@ <h1>Form elements</h1>
</div>

<footer role="contentinfo">
<p>View this project on <a href="https://github.com/sus-amogus/amogus.css">GitHub</a> · <a href="https://github.com/sus-amogus/amogus.css/blob/main/LICENSE">License</a></p></p>
<p>View this project on <a href="https://github.com/david-kaufmann-2003/amogus.css">GitHub</a> · <a href="https://github.com/david-kaufmann-2003/amogus.css/blob/main/LICENSE">License</a></p></p>
</footer>

<a href="#"><button class="position-fixed bottom-10 right-10">Top</button></a>
Expand Down
2 changes: 1 addition & 1 deletion examples/starter_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ul>
<li>
<a href="../index.html"><button>Home</button></a>
<a href="https://github.com/sus-amogus/amogus.css"><button>GitHub</button></a>
<a href="https://github.com/david-kaufmann-2003/amogus.css"><button>GitHub</button></a>
</li>
</ul>
</nav>
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h3>Minimalist CSS framework</h3>
</p>
</header>
<div class="text-center">
<a href="https://github.com/sus-amogus/amogus.css/archive/refs/heads/main.zip"><button class="mb-lg">Download</button></a>
<a href="https://github.com/sus-amogus/amogus.css"><button class="mb-lg">GitHub</button></a>
<a href="https://cdn.jsdelivr.net/gh/sus-amogus/amogus.css/css/amogus.min.css"><button class="mb-lg">JSDelivr</button></a>
<a href="https://github.com/david-kaufmann-2003/amogus.css/archive/refs/heads/main.zip"><button class="mb-lg">Download</button></a>
<a href="https://github.com/david-kaufmann-2003/amogus.css"><button class="mb-lg">GitHub</button></a>
<a href="https://cdn.jsdelivr.net/gh/david-kaufmann-2003/amogus.css/css/amogus.min.css"><button class="mb-lg">JSDelivr</button></a>
<nav>
<ul>
<li><a href="css/amogus.css">Download CSS</a> · <a href="css/amogus.min.css">Download CSS (minified)</a></li>
Expand All @@ -35,7 +35,7 @@ <h3>Minimalist CSS framework</h3>
<h2>Key features</h2>
<ul>
<li>Developed alongside <a href="https://necolas.github.io/normalize.css/">Normalize.css</a>, which means every normalization is included</li>
<li><a href="https://github.com/sus-amogus/amogus.css">Customize using CSS variables</a></li>
<li><a href="https://github.com/david-kaufmann-2003/amogus.css">Customize using CSS variables</a></li>
<li>Responsive and mobile-friendly</li>
<li>Clean, beautiful typography</li>
<li>Forms, tables, buttons and navigation</li>
Expand All @@ -49,7 +49,7 @@ <h2>Classes</h2>
<li><code>.active</code> and <code>.important</code> · Style buttons</li>
<li><code>.outline-none</code> · Remove outline.</li>
<li class="mt">
<a href="https://github.com/sus-amogus/amogus.css">Many more utility classes</a> for:
<a href="https://github.com/david-kaufmann-2003/amogus.css">Many more utility classes</a> for:
<ul>
<li>Height and width</li>
<li>Margin and padding</li>
Expand All @@ -76,7 +76,7 @@ <h2>Examples</h2>
</div>
</div>
<footer>
<p>View this project on <a href="https://github.com/sus-amogus/amogus.css">GitHub</a> · <a href="https://github.com/sus-amogus/amogus.css/blob/main/LICENSE">License</a></p>
<p>View this project on <a href="https://github.com/david-kaufmann-2003/amogus.css">GitHub</a> · <a href="https://github.com/david-kaufmann-2003/amogus.css/blob/main/LICENSE">License</a></p>
</footer>
</body>
</html>

0 comments on commit dbcc921

Please sign in to comment.