-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ fcae24b 🚀
- Loading branch information
Showing
6 changed files
with
15 additions
and
138 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,69 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta | ||
name="description" | ||
content="Create favicons using Font Awesome icons 🚀. Preview favicons live in browser 🖥️." | ||
/> | ||
<title>FontIcon 💙 Font Awesome Favicon Generator 🔥</title> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" /> | ||
</head> | ||
<body> | ||
<div id="left"> | ||
<div id="controls_container"> | ||
<canvas id="canvas"></canvas> | ||
<div id="colors"> | ||
<div class="color_input"> | ||
<div class="color_button_container"> | ||
<div id="color" class="color_button"></div> | ||
</div> | ||
<input id="color_text" class="color_text" type="text" /> | ||
</div> | ||
<div class="color_input"> | ||
<div class="color_button_container"> | ||
<div id="background_color" class="color_button"></div> | ||
</div> | ||
<input id="background_color_text" class="color_text" type="text" /> | ||
</div> | ||
</div> | ||
<input id="size" type="range" min="10" max="100" step="1" data-orientation="horizontal" /> | ||
<div class="stack_container"> | ||
<div id="stack_input"> | ||
<i id="stacked" class="far fa-square"></i> | ||
<div>Stacked</div> | ||
</div> | ||
<input id="stacked_size" type="range" min="10" max="100" step="1" data-orientation="horizontal" /> | ||
</div> | ||
<input id="search" type="text" name="search" autocomplete="off" placeholder="Search..." /> | ||
<div id="download_container"> | ||
<div id="download"> | ||
<div>download</div> | ||
<i class="fas fa-circle-notch fa-spin"></i> | ||
</div> | ||
<div id="file_format"> | ||
<div id="file_format_text">.ico</div> | ||
<i class="fas fa-angle-down"></i> | ||
</div> | ||
</div> | ||
</div> | ||
<a class="footer" href="https://github.com/devgg/FontIcon" target="_blank"> | ||
<i class="fab fa-github"></i> | ||
View on GitHub | ||
</a> | ||
</div> | ||
<div id="right"></div> | ||
<iframe id="download_iframe" style="display: none"></iframe> | ||
<form | ||
id="interactive_download" | ||
target="_blank" | ||
action="https://realfavicongenerator.net/api/favicon_generator" | ||
method="POST" | ||
style="display: none" | ||
> | ||
<input id="interactive_download_input" type="hidden" name="json_params" /> | ||
</form> | ||
<script type="text/javascript" src="index.js"></script><script type="text/javascript" src="ga.js"></script></body> | ||
</html> | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Create favicons using Font Awesome icons 🚀. Preview favicons live in browser 🖥️."/><title>FontIcon 💙 Font Awesome Favicon Generator 🔥</title><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.2/css/all.css" crossorigin="anonymous"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"/><script defer="defer" src="index.js"></script><script defer="defer" src="ga.js"></script></head><body><div id="left"><div id="controls_container"><canvas id="canvas"></canvas><div id="colors"><div class="color_input"><div class="color_button_container"><div id="color" class="color_button"></div></div><input id="color_text" class="color_text"/></div><div class="color_input"><div class="color_button_container"><div id="background_color" class="color_button"></div></div><input id="background_color_text" class="color_text"/></div></div><input id="size" type="range" min="10" max="100" step="1" data-orientation="horizontal"/><div class="stack_container"><div id="stack_input"><i id="stacked" class="far fa-square"></i><div>Stacked</div></div><input id="stacked_size" type="range" min="10" max="100" step="1" data-orientation="horizontal"/></div><input id="search" name="search" autocomplete="off" placeholder="Search..."/><div id="download_container"><div id="download"><div>download</div><i class="fas fa-circle-notch fa-spin"></i></div><div id="file_format"><div id="file_format_text">.ico</div><i class="fas fa-angle-down"></i></div></div></div><a class="footer" href="https://github.com/devgg/FontIcon" target="_blank"><i class="fab fa-github"></i> View on GitHub</a></div><div id="right"></div><iframe id="download_iframe" style="display: none"></iframe><form id="interactive_download" target="_blank" action="https://realfavicongenerator.net/api/favicon_generator" method="POST" style="display: none"><input id="interactive_download_input" type="hidden" name="json_params"/></form></body></html> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/*! | ||
* jQuery JavaScript Library v3.7.1 | ||
* https://jquery.com/ | ||
* | ||
* Copyright OpenJS Foundation and other contributors | ||
* Released under the MIT license | ||
* https://jquery.org/license | ||
* | ||
* Date: 2023-08-28T13:37Z | ||
*/ |