-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
138 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,117 @@ | ||
<!doctype html><html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><meta name="format-detection" content="telephone=no"/><meta name="format-detection" content="address=no"/><meta name="HandheldFriendly" content="true"/><meta name="MobileOptimized" content="400"/><title>Urpflanze Docs</title><meta name="description" content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math."/><meta name="screen-orientation" content="portrait"/><meta name="x5-orientation" content="portrait"/><meta name="x5-page-mode" content="app"/><meta name="browsermode" content="application"/><meta name="mobile-web-app-capable" content="yes"/><meta name="theme-color" content="#111413"/><link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png"/><link rel="manifest" href="manifest.json"/><meta property="og:type" content="website"/><meta property="og:title" content="Urpflanze Docs"/><meta property="og:description" content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math."/><meta property="og:locale" content="en"/><meta property="og:url" content="https://genbs.github.io/urpflanze/"/><meta property="og:image" content="https://genbs.github.io/urpflanze/assets/images/cover.png"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:width" content="1280"/><meta property="og:image:height" content="640"/><meta property="og:image:alt" content="Urpflanze"/><meta property="og:site_name" content="Urpflanze"/><base href="/urpflanze/"/><script src="assets/js/lz-string.min.js"></script><script src="assets/js/urpflanze-light.min.js"></script><script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script><style>html { width: 100%; height: 100%; background: #111413; }</style><link rel="stylesheet" href="assets/css/app.css"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-YE22SL0KVQ"></script><script>window.dataLayer = window.dataLayer || [] | ||
<!DOCTYPE html> | ||
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta name="format-detection" content="address=no" /> | ||
<meta name="HandheldFriendly" content="true" /> | ||
<meta name="MobileOptimized" content="400" /> | ||
<title>Urpflanze Docs</title> | ||
<meta | ||
name="description" | ||
content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math." | ||
/> | ||
<meta name="screen-orientation" content="portrait" /> | ||
<meta name="x5-orientation" content="portrait" /> | ||
<meta name="x5-page-mode" content="app" /> | ||
<meta name="browsermode" content="application" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta name="theme-color" content="#111413" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png" /> | ||
<link rel="manifest" href="manifest.json" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Urpflanze Docs" /> | ||
<meta | ||
property="og:description" | ||
content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math." | ||
/> | ||
<meta property="og:locale" content="en" /> | ||
<meta property="og:url" content="https://urpflanze-org.github.io/urpflanze/" /> | ||
<meta property="og:image" content="https://urpflanze-org.github.io/urpflanze/assets/images/cover.png" /> | ||
<meta property="og:image:type" content="image/jpeg" /> | ||
<meta property="og:image:width" content="1280" /> | ||
<meta property="og:image:height" content="640" /> | ||
<meta property="og:image:alt" content="Urpflanze" /> | ||
<meta property="og:site_name" content="Urpflanze" /> | ||
<base href="/urpflanze/" /> | ||
<script src="assets/js/lz-string.min.js"></script> | ||
<script src="assets/js/urpflanze-light.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script> | ||
<style> | ||
html { | ||
width: 100%; | ||
height: 100%; | ||
background: #111413; | ||
} | ||
</style> | ||
<link rel="stylesheet" href="assets/css/app.css" /> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YE22SL0KVQ"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || [] | ||
function gtag() { | ||
dataLayer.push(arguments) | ||
} | ||
gtag('js', new Date()) | ||
|
||
gtag('config', 'G-YE22SL0KVQ')</script></head><body><main style="display: none"><section class="first-section"><header><div><a href="/urpflanze/"><img src="assets/images/logo-full.svg" alt="Urpflanze logo" id="logo"/> <span id="version_string"><small>v</small><span id="version"></span></span></a></div><div id="menu_btn">menu</div></header><aside><div id="aside-bg"></div><div class="aside-content"><div class="search-lang"><input id="search" type="search" placeholder="Search in wiki and docs" name="urpflanze-search"/> <select id="lang"><option value="it">it</option><option value="en">en</option></select></div><nav id="nav"></nav></div><footer><div class="follow"><small>follow on</small><div><a href="https://github.com/genbs/urpflanze" target="_blank" title="follow on github"><img src="assets/images/github-logo.svg" alt="Github logo"/> </a><a href="https://www.instagram.com/urpflanzejs/" target="_blank" title="follow on instagram"><img src="assets/images/instagram-logo.svg" alt="Instagram logo"/> </a><a href="https://www.facebook.com/urpflanzejs" target="_blank" title="follow on facebook"><img src="assets/images/facebook-logo.svg" alt="Facebook logo"/> </a><a href="https://discord.com/invite/JftrSVMkFg" target="_blank" title="join discord"><img src="assets/images/discord-logo.svg" alt="Discord logo"/></a></div></div><div class="support"><small>supported by</small><div><a href="https://www.desidus.it" target="_blank"><img src="assets/images/desidus-logo.svg" alt="Desidus logo"/></a></div></div></footer></aside></section><section class="dynamic-container"><section id="content"></section></section></main><script src="index-v0001.js"></script></body></html> | ||
gtag('config', 'G-YE22SL0KVQ') | ||
</script> | ||
</head> | ||
<body> | ||
<main style="display: none"> | ||
<section class="first-section"> | ||
<header> | ||
<div> | ||
<a href="/urpflanze/" | ||
><img src="assets/images/logo-full.svg" alt="Urpflanze logo" id="logo" /> | ||
<span id="version_string"><small>v</small><span id="version"></span></span | ||
></a> | ||
</div> | ||
<div id="menu_btn">menu</div> | ||
</header> | ||
<aside> | ||
<div id="aside-bg"></div> | ||
<div class="aside-content"> | ||
<div class="search-lang"> | ||
<input id="search" type="search" placeholder="Search in wiki and docs" name="urpflanze-search" /> | ||
<select id="lang"> | ||
<option value="it">it</option> | ||
<option value="en">en</option> | ||
</select> | ||
</div> | ||
<nav id="nav"></nav> | ||
</div> | ||
<footer> | ||
<div class="follow"> | ||
<small>follow on</small> | ||
<div> | ||
<a href="https://github.com/genbs/urpflanze" target="_blank" title="follow on github" | ||
><img src="assets/images/github-logo.svg" alt="Github logo" /> </a | ||
><a href="https://www.instagram.com/urpflanzejs/" target="_blank" title="follow on instagram" | ||
><img src="assets/images/instagram-logo.svg" alt="Instagram logo" /> </a | ||
><a href="https://www.facebook.com/urpflanzejs" target="_blank" title="follow on facebook" | ||
><img src="assets/images/facebook-logo.svg" alt="Facebook logo" /> </a | ||
><a href="https://discord.com/invite/JftrSVMkFg" target="_blank" title="join discord" | ||
><img src="assets/images/discord-logo.svg" alt="Discord logo" | ||
/></a> | ||
</div> | ||
</div> | ||
<div class="support"> | ||
<small>supported by</small> | ||
<div> | ||
<a href="https://www.desidus.it" target="_blank" | ||
><img src="assets/images/desidus-logo.svg" alt="Desidus logo" | ||
/></a> | ||
</div> | ||
</div> | ||
</footer> | ||
</aside> | ||
</section> | ||
<section class="dynamic-container"><section id="content"></section></section> | ||
</main> | ||
<script src="index-v0001.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"type": "git", | ||
"url": "https://github.com/genbs/urpflanze.git" | ||
}, | ||
"homepage": "https://genbs.github.io/urpflanze/", | ||
"homepage": "https://urpflanze-org.github.io/urpflanze/", | ||
"bugs": { | ||
"url": "https://github.com/genbs/urpflanze/issues", | ||
"email": "[email protected]" | ||
|