-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (103 loc) · 5.01 KB
/
Copy pathindex.html
File metadata and controls
116 lines (103 loc) · 5.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Offline Icon Resources | AceLords</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- favicons -->
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#9b51e0">
<meta name="theme-color" content="#9b51e0">
<link rel="stylesheet" href="./font-awesome/assets/site.css">
<link rel="stylesheet" href="./font-awesome/assets/pygments.css">
<link rel="stylesheet" href="./font-awesome/assets/font-awesome-4.7.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="./html5shiv.js"></script>
<script src="./respond.min.js"></script>
<![endif]-->
<!-- seo -->
<meta name="title" content="AceLords - Offline Icons Library Reference for Web Developers">
<meta name="description" content="AceLords Apps - Offline Icon Library for Developers and Websites. Font-Awesome, Material Design Icons">
<meta name="keywords" content="Acelords,offline,web icons, font awesome, material icons">
<link rel="canonical" href="https://icons.acelords.space">
<meta name="generator" content="AceLords">
<meta name="author" content="AceLords">
<meta property="og:title" content="Order">
<meta property="og:description" content="AceLords Apps - Offline Icon Library for Developers and Websites. Font-Awesome, Material Design Icons">
<meta property="og:url" content="https://icons.acelords.space">
<meta property="og:site_name" content="AceLords">
<meta property="og:image" content="/screenshot1.jpg">
<meta property="og:locale" content="en-US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://icons.acelords.space">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="AceLords - Offline Icons Library Reference for Web Developers">
<meta name="twitter:description" content="AceLords Apps - Offline Icon Library for Developers and Websites. Font-Awesome, Material Design Icons">
<meta name="twitter:site" content="@acelords">
<style>
.jumbotron,
#footer {
background: #9b51e0;
}
li a {
color: #9b51e0;
}
.jumbotron h1 {
text-shadow: 4px 3px 0 #9b51e0, 9px 8px 0 rgba(0,0,0,0.15);
}
#footer {
color: #9cccf5;
}
#footer a {
color: #e4d0f7;
}
</style>
</head>
<body class="font-awesome">
<div id="wrap">
<div class="jumbotron jumbotron-ad hidden-print">
<div class="container">
<h1> <span class="fa fa-flag"></span> Offline Icon Resources</h1>
<p>The completely offline version for developers consumption</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Choose your poison:</h3>
<ol>
<li><a href="./font-awesome/index.html">Font Awesome</a></li>
<li><a href="./material-design-icons/index.html">Material Design Icons (mdi) (By https://materialdesignicons.com)</a></li>
<li><a href="./material-design-icons/preview.html">Material Design (Original Online Preview) (mdi) (By https://materialdesignicons.com)</a></li>
<li><a href="./material-icons/index.html">Google's Material Icons (md) (https://material.io/icons/)</a></li>
</ol>
</div>
</div>
</div>
</div>
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag" aria-hidden="true"></i> Offline Developer Icons
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
Maintained by <a href="https://acelords.space">AceLords</a>
</div>
<div>
Hosted By <a href="https://acelords.space">AceLords</a>
</div>
<div class="project">
<a href="https://github.com/lexxyungcarter/offline-icons-reference">GitHub Project</a> ·
<a href="https://github.com/lexxyungcarter/offline-icons-reference/issues">Issues</a> ·
<a href="mailto:lexxyungcarter@gmail.com">Hire Me</a>
</div>
</div>
</footer>
</body>
</html>