-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ee6a2c
commit cecb7ad
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"@context": "http://schema.org", | ||
"@type": "WebSite", | ||
"name": "Altar", | ||
"url": "https://berrysauce.me/altar" | ||
"url": "https://berrysauce.dev/altar" | ||
} | ||
</script> | ||
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="assets/img/apple-touch-icon.png?h=9d16db7545612d9be29af5f8f359d8c2"> | ||
|
@@ -78,7 +78,7 @@ <h5 class="fs-2" style="font-weight: 700;margin-bottom: 16px;margin-top: 42px;fo | |
<path d="M17 7l-10 10"></path> | ||
<path d="M8 7l9 0l0 9"></path> | ||
</svg></a>.</p> | ||
<p class="font-monospace text-nowrap" style="text-align: left;padding: 20px;font-size: 14px;background: #23201f;border-radius: 0px;color: rgb(231,231,231);overflow-x: scroll;margin-bottom: 16px;border: 1px solid rgb(7,7,7);margin-top: 16px;"><span style="color:rgb(30, 172, 217);">GET </span><span style="color:rgb(118, 118, 118);">https://</span><span>altar.berrysauce.me</span>/generate<span style="color:rgb(43, 221, 60);">?data=example</span></p> | ||
<p class="font-monospace text-nowrap" style="text-align: left;padding: 20px;font-size: 14px;background: #23201f;border-radius: 0px;color: rgb(231,231,231);overflow-x: scroll;margin-bottom: 16px;border: 1px solid rgb(7,7,7);margin-top: 16px;"><span style="color:rgb(30, 172, 217);">GET </span><span style="color:rgb(118, 118, 118);">https://</span><span>altar.berrysauce.dev</span>/generate<span style="color:rgb(43, 221, 60);">?data=example</span></p> | ||
<p style="text-align: left;padding-left: 16px;border-left: 3px solid rgb(232,64,27);"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewbox="0 0 20 20" fill="none" style="font-size:20px;margin-bottom:4px;margin-right:6px;color:rgb(232,64,27);"><path fill-rule="evenodd" d="M8.25706 3.09882C9.02167 1.73952 10.9788 1.73952 11.7434 3.09882L17.3237 13.0194C18.0736 14.3526 17.1102 15.9999 15.5805 15.9999H4.4199C2.89025 15.9999 1.92682 14.3526 2.67675 13.0194L8.25706 3.09882ZM11.0001 13C11.0001 13.5523 10.5524 14 10.0001 14C9.44784 14 9.00012 13.5523 9.00012 13C9.00012 12.4477 9.44784 12 10.0001 12C10.5524 12 11.0001 12.4477 11.0001 13ZM10.0001 5C9.44784 5 9.00012 5.44772 9.00012 6V9C9.00012 9.55228 9.44784 10 10.0001 10C10.5524 10 11.0001 9.55228 11.0001 9V6C11.0001 5.44772 10.5524 5 10.0001 5Z" fill="currentColor"></path></svg><span style="color: rgb(232,64,27);font-weight: 600;">WARNING</span><br>Altar is just a small project, therefore security cannot always be guaranteed. It's only recommended to pass on usernames or unique identifiers to Altar, which do not include or grant access to personal information.</p> | ||
<h5 class="fs-2" style="font-weight: 700;margin-bottom: 16px;margin-top: 42px;font-family: 'Darker Grotesque', sans-serif;">Try it out</h5> | ||
<div style="margin-bottom: 16px;padding: 10px;border: 1px solid rgb(237,237,237);border-radius: 0px;background: #f4f4f4;"> | ||
|
@@ -102,7 +102,7 @@ <h5 class="fs-2" style="font-weight: 700;margin-bottom: 16px;margin-top: 42px;fo | |
colorValue = ""; | ||
} | ||
|
||
outputImage.src = `https://altar.berrysauce.me/generate?data=${inputValue}&size=50${colorValue}` | ||
outputImage.src = `https://altar.berrysauce.dev/generate?data=${inputValue}&size=50${colorValue}` | ||
|
||
outputImage.onload = function() { | ||
const endTime = new Date().getTime(); | ||
|
@@ -122,7 +122,7 @@ <h5 class="fs-2" style="font-weight: 700;margin-bottom: 16px;margin-top: 42px;fo | |
</div> | ||
<p style="text-align:left;">Due to its small size, Altar is very fast. "Local Waiting" and "Local Time To First Byte" times are usually between 3-4 ms. Response times between the Altar instance and your browser can take a bit longer, at about 200–400 ms.</p> | ||
<ul class="list-inline" style="color: rgb(154,154,154);font-size: 14px;margin-top: 42px;"> | ||
<li class="list-inline-item list-inline-item">Copyright © <script>document.write(new Date().getFullYear());</script> <a href="https://berrysauce.me" target="_blank" style="color: inherit;">berrysauce<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-arrow-up-right" style="font-size: 18px;margin-top: -2px;"> | ||
<li class="list-inline-item list-inline-item">Copyright © <script>document.write(new Date().getFullYear());</script> <a href="https://berrysauce.dev" target="_blank" style="color: inherit;">berrysauce<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-arrow-up-right" style="font-size: 18px;margin-top: -2px;"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path> | ||
<path d="M17 7l-10 10"></path> | ||
<path d="M8 7l9 0l0 9"></path> | ||
|
@@ -139,4 +139,4 @@ <h5 class="fs-2" style="font-weight: 700;margin-bottom: 16px;margin-top: 42px;fo | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |