ソースを参照

Simplify and update link

customisations
alemart 3ヶ月前
コミット
d952146bbd
3個のファイルの変更3行の追加85行の削除
  1. 0
    5
      docs/support-my-work.md
  2. 3
    1
      docs/tutorial/next-steps.md
  3. 0
    79
      docs_overrides/support-my-work.html

+ 0
- 5
docs/support-my-work.md ファイルの表示

@@ -1,5 +0,0 @@
1
----
2
-template: support-my-work.html
3
-title: "Support my work"
4
----
5
-

+ 3
- 1
docs/tutorial/next-steps.md ファイルの表示

@@ -62,4 +62,6 @@ If you came this far in the guide, WebAR probably excites you. It is definitely
62 62
 
63 63
 I develop encantar.js independently. Creating this WebAR engine required a lot of time, effort, skill and specialized knowledge. Please support my work today, so that I can make it even more awesome!
64 64
 
65
-[:heart:{ .heart } Support my work](../support-my-work.md){ .md-button }
65
+[![Donate via Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/J3J41O00K)
66
+[![GitHub Sponsors](https://img.shields.io/github/sponsors/alemart?logo=github&style=for-the-badge)](https://github.com/sponsors/alemart)
67
+

+ 0
- 79
docs_overrides/support-my-work.html ファイルの表示

@@ -1,79 +0,0 @@
1
-<!doctype html>
2
-<html>
3
-<head>
4
-  <meta charset="utf-8">
5
-  <meta name="description" content="encantar.js: GPU-accelerated Augmented Reality framework for the web">
6
-  <meta name="author" content="Alexandre Martins">
7
-  <meta name="viewport" content="width=device-width,initial-scale=1">
8
-  <title>Thank you for trying encantar.js!</title>
9
-  <style>
10
-  html {
11
-    line-height: 1.6;
12
-    margin: 0.5em max(1ch, calc((100vw - 56ch) / 2));
13
-    font-size: clamp(1rem, 2vw, 2rem);
14
-    font-family: serif;
15
-    background: #fffae9;
16
-    color: #1a170d;
17
-  }
18
-  a:any-link {
19
-    color: #857952;
20
-  }
21
-  .button {
22
-    display: inline-block;
23
-    margin: 0.5em 0;
24
-    padding: 1em 2em;
25
-    position: relative;
26
-    left: 50%;
27
-    transform: translateX(-50%);
28
-    /*background: #e9e0c2;*/
29
-    background: #fff12c;
30
-    color: #d88519 !important;
31
-    border-radius: 64px;
32
-    text-decoration: none;
33
-    font-weight: bold;
34
-    transition: transform 0.125s ease-out;
35
-  }
36
-  .button:hover {
37
-    transform: translateX(-50%) scale(1.0625);
38
-  }
39
-  h1 {
40
-    font-size: 1.33em;
41
-  }
42
-  h2 {
43
-    font-size: 1em;
44
-  }
45
-  </style>
46
-  <script data-goatcounter="https://encantar-js.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
47
-  <script>
48
-  document.addEventListener('DOMContentLoaded', function() {
49
-    var salad = 'nbjmup;tvqqpsuAfodboubs/efw';
50
-    var link = salad.split('').map(c => String.fromCharCode(c.charCodeAt(0)-1)).join('');
51
-    document.querySelectorAll('a.email').forEach(function(a) {
52
-      a.href = link;
53
-      if(a.innerText == '')
54
-        a.innerText = link.substring(7);
55
-    });
56
-  });
57
-  </script>
58
-</head>
59
-<body>
60
-
61
-<h1>Thank you for trying encantar.js!</h1>
62
-
63
-<h2>Would you like to see more of open-source AR?</h2>
64
-
65
-<p>encantar.js is developed independently by Alexandre Martins. Your support is important for the work to continue. Support it by purchasing your copy!</p>
66
-
67
-<a href="https://encantar.dev" rel="external" target="_blank" class="button" id="support-purchase-button" data-goatcounter-click>Support this work</a>
68
-
69
-<h2>Spread the word!</h2>
70
-
71
-<p>Are you building something cool? Share it on social media! If you're enchanted by encantar.js, why wouldn't you let your friends know about this tech and what you're building with it? &#x1F60E;</p>
72
-
73
-<h2>Technical support</h2>
74
-
75
-<p>Need help? Get expert guidance on WebAR with encantar.js by contacting <a href="#" class="email" id="contact-technical-support" data-goatcounter-click></a>.</p>
76
-<p>Not a technical person? Get help with installation, maintenance, custom development and more. <a href="#" class="email" id="contact-technical-support2" data-goatcounter-click>Contact support</a> for professional services.</p>
77
-
78
-</body>
79
-</html>

読み込み中…
キャンセル
保存