mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-05-06 16:35:19 -04:00
chore(): update cronhooks description
This commit is contained in:
commit
e090bf903e
4 changed files with 582 additions and 163 deletions
|
@ -1,7 +0,0 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.4.1
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
script:
|
||||
- awesome_bot README.md --allow-dupe --allow-ssl --allow-redirect --set-timeout 5 | grep -Ev "\s*?[0-9]{1,4}\.\s*?http"
|
22
index.html
22
index.html
|
@ -6,6 +6,17 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>Free for developers</title>
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
||||
<link rel="icon" href="logo.webp" type="image/gif" sizes="16x16">
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DLYKZXPL9J"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-DLYKZXPL9J');
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<noscript>This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/ripienaar/free-for-dev">Here</a>.</noscript>
|
||||
|
@ -19,5 +30,16 @@
|
|||
</script>
|
||||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
||||
<style>
|
||||
a[href="#/?id=%f0%9f%aa%90-deta-the-free-cloud-for-hackers"] {
|
||||
color: rgb(233, 105, 0) !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
blockquote:first-of-type {
|
||||
background-color: rgba(235, 248, 242, 0.363);
|
||||
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
|
|
BIN
logo.webp
Normal file
BIN
logo.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 768 B |
Loading…
Add table
Add a link
Reference in a new issue