mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-06 11:25:46 +00:00
Merge branch 'master' into add-richienb-theme
This commit is contained in:
commit
d49fd6e149
18 changed files with 169 additions and 16 deletions
10
LICENSE.html
10
LICENSE.html
|
|
@ -61,15 +61,5 @@ <h1>The MIT License (MIT)</h1>
|
|||
<footer>
|
||||
<p><a href="https://github.com/remy/mit-license">Fork this project to create your own MIT license that you can always link to.</a></p>
|
||||
</footer>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-1656750-28', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -177,6 +177,7 @@ Current available themes:
|
|||
* dusk - [preview](https://output.jsbin.com/giqivoh) (by [@georapbox](https://github.com/georapbox))
|
||||
* 8bits - [preview](https://matricali.github.io/mit-license-8bits-theme/) (by [@matricali](https://github.com/matricali)). *Available colours: monochrome, monochrome-white, monochrome-blue-white, monochrome-green, monochrome-amber. To use a specific colour, add it as a dash-separated suffix on the theme name, such as `8bits-monochrome`.*
|
||||
* hacker - [preview](https://tommy.mit-license.org/) (by [@TommyPujol06](https://github.com/TommyPujol06))
|
||||
* anon-pro - [preview](https://b.mit-license.org) (by [@bbbrrriiiaaannn](https://github.com/bbbrrriiiaaannn))
|
||||
* richienb - [preview](https://richienb.github.io/mit-license-richienb-theme/demo) (by [@Richienb](https://github.com/Richienb)). *Dark variant: `richienb-dark` - [preview](https://richienb.github.io/mit-license-richienb-theme/demo-dark).*
|
||||
|
||||
## Formats & URLs
|
||||
|
|
|
|||
94
themes/anon-pro.css
Normal file
94
themes/anon-pro.css
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,400i,700');
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Anonymous Pro', monospace;
|
||||
font-size: 1.1em;
|
||||
background: #fbfbfb;
|
||||
color: black;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
article {
|
||||
max-width: 90%;
|
||||
min-height: 100vh;
|
||||
padding: 30px 0 120px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media (min-width: 770px) {
|
||||
article {
|
||||
max-width: 693px;
|
||||
}
|
||||
}
|
||||
|
||||
article img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-size: 36px;
|
||||
font-weight: 400;
|
||||
margin-bottom: 24px
|
||||
}
|
||||
|
||||
article p:first-of-type {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
article p {
|
||||
margin-bottom: 1em;
|
||||
font-size: 24px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
article p:last-of-type {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
article a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
background-position: center bottom;
|
||||
background-size: 100% 3px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: linear-gradient(#38f, #38f);
|
||||
}
|
||||
|
||||
article a:hover, article a:focus {
|
||||
background-color: #38f;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
footer a {
|
||||
position: fixed;
|
||||
bottom: 25px;
|
||||
left: 0;
|
||||
color: white;
|
||||
max-width: 320px;
|
||||
background: #db2d20;
|
||||
padding: 5px 20px 5px 40px;
|
||||
display: block;
|
||||
transform: translateX(-20px);
|
||||
transition: all .2s ease;
|
||||
box-shadow: 5px 5px 0px #ddd;
|
||||
}
|
||||
|
||||
footer a:hover, footer a:focus {
|
||||
transform: translateX(0);
|
||||
box-shadow: 10px 10px 0px #daa;
|
||||
outline: none;
|
||||
}
|
||||
5
users/4232praveenpal.json
Normal file
5
users/4232praveenpal.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"copyright": "Praveen Pal",
|
||||
"url": "https://github.com/praveenpal4232",
|
||||
"email": "praveenpal4232@gmail.com"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"copyright": "Brian Seward, http://brianseward.com",
|
||||
"url": "http://brianseward.com",
|
||||
"theme": "default"
|
||||
"theme": "anon-pro"
|
||||
}
|
||||
|
|
|
|||
5
users/boxdox.json
Normal file
5
users/boxdox.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"copyright": "BoxDox",
|
||||
"url": "https://vaibhavkandwal.com",
|
||||
"theme": "black-beauty"
|
||||
}
|
||||
5
users/bwdmonkey.json
Normal file
5
users/bwdmonkey.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"copyright": "Tom Lee",
|
||||
"url": "https://github.com/bwdmonkey",
|
||||
"email": "seungwon.tom.lee@gmail.com"
|
||||
}
|
||||
5
users/furrymedia.json
Normal file
5
users/furrymedia.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"copyright": "furry.media, https://furry.media • https://foxpa.ws",
|
||||
"url": "https://furry.media",
|
||||
"theme": "double-windsor"
|
||||
}
|
||||
4
users/henrygab.json
Normal file
4
users/henrygab.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"copyright": "Henry Gabryjelski",
|
||||
"url": "https://github.com/henrygab/"
|
||||
}
|
||||
7
users/holyprogrammer.json
Normal file
7
users/holyprogrammer.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"copyright": "Khushraj Rathod",
|
||||
"url": "https://holyprogrammer.github.io",
|
||||
"email": "khushraj2005@gmail.com",
|
||||
"theme": "dusk",
|
||||
"gravatar": true
|
||||
}
|
||||
6
users/igm.json
Normal file
6
users/igm.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Ian G. Macalinao",
|
||||
"url": "https://ian.pw",
|
||||
"email": "me@ian.pw",
|
||||
"gravatar": true
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"copyright": "Khushraj Rathod",
|
||||
"email": "khushraj2005@gmail.com",
|
||||
"theme": "material-pink"
|
||||
}
|
||||
8
users/matricali.json
Normal file
8
users/matricali.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"copyright": "Jorge Matricali",
|
||||
"url": "https://github.com/matricali",
|
||||
"email": "jorgematricali@gmail.com",
|
||||
"format": "html",
|
||||
"theme": "8bits-monochrome-amber",
|
||||
"gravatar": true
|
||||
}
|
||||
4
users/monry.json
Normal file
4
users/monry.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"copyright": "Tetsuya Mori",
|
||||
"url": "https://github.com/monry"
|
||||
}
|
||||
5
users/praveenpal4232.json
Normal file
5
users/praveenpal4232.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"copyright": "Praveen Pal",
|
||||
"url": "https://github.com/praveenpal4232",
|
||||
"email": "praveenpal4232@gmail.com"
|
||||
}
|
||||
7
users/suzutan.json
Normal file
7
users/suzutan.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"copyright": "Suzuka Asagiri",
|
||||
"url": "https://suzutan.jp",
|
||||
"email": "suzutan0s2@suzutan.jp",
|
||||
"gravatar": true,
|
||||
"theme": "material-pink"
|
||||
}
|
||||
6
users/tjharrop.json
Normal file
6
users/tjharrop.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "TJ Harrop",
|
||||
"url": "https://tjharrop.github.io",
|
||||
"email": "tjharrop@gmail.com",
|
||||
"format": "html"
|
||||
}
|
||||
6
users/twitch.json
Normal file
6
users/twitch.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Remy Sharp (twitch)",
|
||||
"url": "https://remysharp.com",
|
||||
"email": "remy@remysharp.com",
|
||||
"gravatar": true
|
||||
}
|
||||
Loading…
Reference in a new issue