-
Notifications
You must be signed in to change notification settings - Fork 1
/
icons.html
101 lines (91 loc) · 4.53 KB
/
icons.html
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Resources | All About Free Resources On Internet</title>
<meta name="title" content="Resources | All About Free Resources On Internet">
<meta name="description" content="Get the free resources from internet all at one place.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://getresources.ml/">
<meta property="og:title" content="Resources | All About Free Resources On Internet">
<meta property="og:description" content="Get the free resources from internet all at one place.">
<meta property="og:image" content="assets/img/meta-banner.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://getresources.ml/">
<meta property="twitter:title" content="Resources | All About Free Resources On Internet">
<meta property="twitter:description" content="Get the free resources from internet all at one place.">
<meta property="twitter:image" content="assets/img/meta-banner.png">
<!-- css files -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="assets/favicons/fav-icon.png" sizes="180x180">
<link rel="stylesheet" href="assets/live/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fontisto/fontisto.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule="" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172955204-1"></script>
<script>
var host = window.location.hostname;
if (host === "getresources.ml") {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-172955204-1');
}
</script>
</head>
<body data-sidebar-visible="true" class="text-gray-900 leading-normal">
<div class="se-pre-con"></div>
<div>
<div id="header">
</div>
</div>
<div class="w-full max-w-screen-xl mx-auto px-6">
<div class="lg:flex -mx-6">
<div id="sidebar" class="hidden fixed inset-0 pt-16 h-full bg-white z-90 w-full border-b -mb-16 lg:-mb-0 lg:static lg:h-auto lg:overflow-y-visible lg:border-b-0 lg:pt-0 lg:w-1/4 lg:block lg:border-0 xl:w-1/5">
</div>
<div id="content-wrapper" class="min-h-screen lg:static lg:max-h-full lg:w-11/12 lg:overflow-visible ">
<div id="content">
<div id="app" class="flex" v-cloak>
<div class="pt-24 pb-16 lg:pt-28 w-full">
<div class="markdown mb-6 px-6 max-w-3xl mx-auto lg:ml-0 lg:mr-auto xl:mx-0 xl:px-12 lg:w-auto lg:block lg:border-0 xl:w-auto">
<h1 id="page-heading">Resources</h1>
</div>
<div class="flex">
<div class="markdown px-6 xl:px-12 w-full mx-auto lg:ml-0 lg:mr-auto xl:mx-0 xl:w-auto lg:w-auto">
<div class="addthis_inline_share_toolbox"></div>
<table class="table-auto" style="text-align: inherit!important;">
<thead>
<tr>
<th class="px-4 py-2 bg-blue-100">Platform</th>
<th class="px-4 py-2 bg-blue-100">Description</th>
<th class="px-4 py-2 bg-blue-100">Status</th>
</tr>
</thead>
<tbody id="resources-data">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="assets/js/main.js" type="module" defer></script>
<!--end of Navigation bar-->
<script src="assets/live/app.js" defer></script>
<script src="assets/live/nav.js" defer></script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5f28dbd44deebe87"></script>
</body>
</html>