浏览代码

add link to Github at the bottom

Le Tan 7 年之前
父节点
当前提交
1e676531c8
共有 2 个文件被更改,包括 26 次插入0 次删除
  1. 13 0
      gallery.html
  2. 13 0
      index.html

+ 13 - 0
gallery.html

@@ -141,6 +141,19 @@
     </div>
   </section>
 
+  <section class="fdb-block">
+    <div class="container">
+      <div class="row align-items-center">
+        <div class="col-12 col-sm-9 text-left">
+          <h2>Learn how VNote is and will be developed on Github</h2>
+        </div>
+        <div class="col-12 col-sm-3 text-left text-sm-center mt-4 mt-sm-0">
+          <a class="btn mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
+        </div>
+      </div>
+    </div>
+  </section>
+
   <footer class="fdb-block footer-large">
     <div class="container">
       <div class="row align-items-top text-center">

+ 13 - 0
index.html

@@ -291,6 +291,19 @@
     </div>
   </section>
 
+  <section class="fdb-block">
+    <div class="container">
+      <div class="row align-items-center">
+        <div class="col-12 col-sm-9 text-left">
+          <h2>Learn how VNote is and will be developed on Github</h2>
+        </div>
+        <div class="col-12 col-sm-3 text-left text-sm-center mt-4 mt-sm-0">
+          <a class="btn mr-3 mr-sm-0" href="https://github.com/tamlok/vnote"><i class="fa fa-github"></i> Github Project</a>
+        </div>
+      </div>
+    </div>
+  </section>
+
   <footer class="fdb-block footer-large">
     <div class="container">
       <div class="row align-items-top text-center">