1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2026-06-15 18:35:28 -04:00

all local assets

This commit is contained in:
2019-07-17 14:29:42 -04:00
parent 7c6a1a181c
commit e9cdc87554
12 changed files with 21079 additions and 7 deletions
+17 -1
View File
@@ -1,8 +1,24 @@
/*! Open Sans Semibold | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */
@font-face {
font-family: "Open Sans";
font-weight: 600;
font-style: normal;
src: url("./fonts/OpenSans-Semibold.eot"); /* IE9 Compat Modes */
src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
url("./fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/OpenSans-Semibold.woff2") format("woff2"), /* Super Modern Browsers */
url("./fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */
url("./fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/OpenSans-Semibold.svg#OpenSans") format("svg"); /* Legacy iOS */
}
html, body { html, body {
display: table; display: table;
font-size: 4.5em; font-size: 4.5em;
line-height: 1.15; line-height: 1.15;
font-family: 'Open Sans', sans-serif; font-family: "Open Sans", sans-serif;
font-weight: 600;
width: 100%; width: 100%;
height: 100%; height: 100%;
margin: 0; margin: 0;
+21053
View File
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+5 -6
View File
@@ -6,11 +6,10 @@
<meta name="description" content="Make adjectives supercalifragilisticexpialidocious again."> <meta name="description" content="Make adjectives supercalifragilisticexpialidocious again.">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:600"> <link rel="stylesheet" href="css/awesome.css">
<link rel="stylesheet" href="awesome.css"> <link rel="shortcut icon" href="img/favicon.ico">
<link rel="shortcut icon" href="favicon.ico"> <script src="js/jquery-2.2.4.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="js/awesome.js"></script>
<script src="awesome.js"></script>
</head> </head>
<body> <body>
<div id="container"> <div id="container">
@@ -19,7 +18,7 @@
<div id="footer"> <div id="footer">
<a href="https://jarv.is/" target="_blank" rel="noopener"> <a href="https://jarv.is/" target="_blank" rel="noopener">
<span>made with ❤️ by</span> <span>made with ❤️ by</span>
<img src="s.png"> <img src="img/scrabble.png">
<span>scrabble</span> <span>scrabble</span>
</a> </a>
</div> </div>
View File
+4
View File
File diff suppressed because one or more lines are too long