mirror of
https://github.com/amark/gun.git
synced 2025-06-04 13:16:44 +00:00
Merge branch 'master' of http://github.com/amark/gun
This commit is contained in:
commit
8f79ff7bb0
19
README.md
19
README.md
@ -115,14 +115,19 @@ On that note, let's get some official shout outs covered first:
|
||||
|
||||
<p align="center">
|
||||
Thanks to:
|
||||
|
||||
<table><tr>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td vlign="center"><a href="https://mozilla.org/builders"><img height="100" src="https://user-images.githubusercontent.com/1423657/81992335-85346480-9643-11ea-8754-8275e98e06bc.png"></a></td>
|
||||
<td vlign="center"><a href="http://unstoppabledomains.com/"><img src="https://gun.eco/img/unstoppable.png"></a></td>
|
||||
<td vlign="center"><a href="https://www.ajar.org/"><img src="https://www.ajar.org/logo.png" width="200"></a></td>
|
||||
<td vlign="center"><a href="https://ghostdrive.com/"><img src="https://gun.eco/img/ghostdrive.png" width="250"></a></td>
|
||||
<td vlign="center"><a href="https://mask.io/"><img src="https://dimensiondev.github.io/Mask-VI/assets/Logo/MB--Logo--CombH-Circle--Blue.svg" width="250"></a></td>
|
||||
</tr></table>
|
||||
</tr>
|
||||
<tr>
|
||||
<td vlign="center"> <a href="https://www.ajar.org/"><img src="https://www.ajar.org/logo.png" height="120"></a></td>
|
||||
<td vlign="center"><a href="https://wallie.io/"><img src="https://raw.githubusercontent.com/gundb/gun-site/master/img/wallie.png" width="250"></a></td>
|
||||
<td vlign="center"> <a href="https://ghostdrive.com/"><img src="https://gun.eco/img/ghostdrive.png" height="120"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<a href="https://github.com/robertheessels">Robert Heessels</a>,
|
||||
<a href="http://qxip.net/">Lorenzo Mangani</a>,
|
||||
@ -146,7 +151,9 @@ Thanks to:
|
||||
<a href="https://github.com/ajartille">Aaron Artille</a>,
|
||||
<a href="https://github.com/timjrobinson">Tim Robinson</a>,
|
||||
<a href="https://github.com/hibas123">Fabian Stamm</a>,
|
||||
<a href="https://twitter.com/mikestaub">Mike Staub</a>
|
||||
<a href="https://twitter.com/mikestaub">Mike Staub</a>,
|
||||
<a href="https://hunterowens.com/">Hunter Owens</a>,
|
||||
<a href="https://github.com/JacobMillner">Jacob Millner</a>
|
||||
</p>
|
||||
|
||||
- Join others in sponsoring code: https://www.patreon.com/gunDB !
|
||||
|
@ -170,4 +170,4 @@ function start(root){
|
||||
}
|
||||
if(from){ return Object.Map = Map }
|
||||
(Object.Map = function(){ this.s = {} }).prototype = {set:function(k,v){this.s[k]=v;return this},get:function(k){return this.s[k]},delete:function(k){delete this.s[k]}};
|
||||
}());
|
||||
}());
|
||||
|
Loading…
x
Reference in New Issue
Block a user