Skip to content

Commit

Permalink
Merge pull request #7 from ChangeWindows/0.9
Browse files Browse the repository at this point in the history
Amaranth 0.9
  • Loading branch information
Studio384 authored Nov 19, 2021
2 parents 30483f4 + 960e3dc commit 2094fb1
Show file tree
Hide file tree
Showing 276 changed files with 10,123 additions and 1,409 deletions.
2 changes: 1 addition & 1 deletion .fantasticonrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
inputDir: './svg',
inputDir: './icons',
outputDir: './dist',
fontTypes: ['ttf', 'woff', 'woff2', 'eot'],
assetTypes: ['css', 'scss', 'html'],
Expand Down
3 changes: 1 addition & 2 deletions .svg-to-tsrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"conversionType": "constants",
"srcFiles": ["./svg/**/*.svg"],
"srcFiles": ["./icons/**/*.svg"],
"outputDirectory": "./src",
"interfaceName": "IconDefinition",
"typeName": "Amaranth",
"prefix": "ai",
"fileName": "Amaranth",
"svgoConfig": false,
"additionalModelFile": "./src",
"compileSources": true
}
75 changes: 74 additions & 1 deletion docs/Amaranth.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
.icons {
padding: 20px;
}
footer {
padding: 20px;
}
.studio {
font-family: "Century Gothic", system-ui, -apple-system, "Segoe UI Variable Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
font-weight: 600;
}
.preview {
width: 100px;
display: inline-block;
Expand Down Expand Up @@ -52,14 +59,20 @@
border-radius: 0 0 .25rem .25rem;
color: #666;
}
.bg-danger {
background-image: linear-gradient(-38.4deg, #c05aff, #e52b50);
}
.bg-success {
background-image: linear-gradient(-38.4deg, #00c67e, #78b500);
}
</style>

<link rel="stylesheet" type="text/css" href="../dist/fonts/Amaranth.css" />
</head>
<body>

<div class="bg-danger text-white pb-4 pt-3 text-center">
<h1 class="display-4 m-0"><i class="ai ai-change-windows"></i> Amaranth</h1>
<h1 class="display-4 m-0"><i class="ai ai-amaranth"></i> Amaranth</h1>
</div>

<div class="icons text-center">
Expand All @@ -73,6 +86,15 @@ <h1 class="display-4 m-0"><i class="ai ai-change-windows"></i> Amaranth</h1>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-amaranth"></i>
</span>
<br>
<span class='label'>amaranth</span>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-angle-down"></i>
Expand Down Expand Up @@ -550,6 +572,15 @@ <h1 class="display-4 m-0"><i class="ai ai-change-windows"></i> Amaranth</h1>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-envelope"></i>
</span>
<br>
<span class='label'>envelope</span>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-expand"></i>
Expand Down Expand Up @@ -595,6 +626,24 @@ <h1 class="display-4 m-0"><i class="ai ai-change-windows"></i> Amaranth</h1>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-file"></i>
</span>
<br>
<span class='label'>file</span>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-files"></i>
</span>
<br>
<span class='label'>files</span>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-floppy-disc"></i>
Expand Down Expand Up @@ -811,6 +860,15 @@ <h1 class="display-4 m-0"><i class="ai ai-change-windows"></i> Amaranth</h1>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-music"></i>
</span>
<br>
<span class='label'>music</span>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-notes"></i>
Expand Down Expand Up @@ -1081,6 +1139,15 @@ <h1 class="display-4 m-0"><i class="ai ai-change-windows"></i> Amaranth</h1>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-swatchbook"></i>
</span>
<br>
<span class='label'>swatchbook</span>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-trash-can"></i>
Expand Down Expand Up @@ -1217,5 +1284,11 @@ <h1 class="display-4 m-0"><i class="ai ai-change-windows"></i> Amaranth</h1>

</div>

<div class="bg-success text-white pb-4 pt-3">
<footer>
<p class="mb-0">Designed and developed by</p>
<h1 class="m-0"><i class="ai ai-amaranth"></i> <span class="studio">Studio 384</span></h1>
</footer>
</div>
</body>
</html>
Loading

0 comments on commit 2094fb1

Please sign in to comment.