瀏覽代碼

Small changes

customisations
alemart 9 月之前
父節點
當前提交
e0403d8d78
共有 2 個檔案被更改,包括 5 行新增23 行删除
  1. 4
    22
      demos/assets/demo.css
  2. 1
    1
      demos/assets/promo.html

+ 4
- 22
demos/assets/demo.css 查看文件

@@ -42,31 +42,13 @@ body {
42 42
 }
43 43
 
44 44
 #info {
45
-    bottom: 24px;
46
-    left: 24px;
45
+    top: 24px;
46
+    right: 24px;
47 47
     background-image: url(../assets/info.svg);
48 48
 }
49 49
 
50 50
 #like {
51
-    top: 24px;
52
-    right: 24px;
51
+    bottom: 24px;
52
+    left: 24px;
53 53
     background-image: url(../assets/heart.svg);
54 54
 }
55
-
56
-@media screen and (orientation: portrait) {
57
-
58
-    #like {
59
-        top: unset;
60
-        right: unset;
61
-        bottom: 24px;
62
-        left: 24px;
63
-    }
64
-
65
-    #info {
66
-        top: 24px;
67
-        right: 24px;
68
-        bottom: unset;
69
-        left: unset;
70
-    }
71
-
72
-}

+ 1
- 1
demos/assets/promo.html 查看文件

@@ -60,7 +60,7 @@
60 60
 
61 61
 <h2>Would you like to see more of open-source AR?</h2>   
62 62
 
63
-<p>encantar.js is an Augmented Reality technology which I develop independently. I share it as open-source, so that everyone gets access to an easy-to-use WebAR that works everywhere. If you appreciate my mission of democratizing AR technology, support my work today!</p>
63
+<p>encantar.js is an Augmented Reality technology which I develop independently. My goal is that everyone gets access to an easy-to-use, vendor-independent and open-source WebAR tech that works in all devices. If you appreciate my mission of democratizing AR technology, support my work today!</p>
64 64
 
65 65
 <p>You can support my work by <a href="https://ko-fi.com/s/3ee4182cb6" rel="external" target="_blank" id="support-purchase-link" data-goatcounter-click>purchasing a copy</a> from me. If you intend to use this tech on multiple projects, <a href="https://github.com/sponsors/alemart" rel="external" target="_blank" id="support-sponsor-link" data-goatcounter-click>become my sponsor</a> on GitHub. Thank you!</p>
66 66
 

Loading…
取消
儲存