]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Cleaning up index
authorGabriel Dunne <gdunne@quilime.com>
Tue, 11 Jul 2023 21:26:16 +0000 (14:26 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Tue, 11 Jul 2023 21:26:16 +0000 (14:26 -0700)
_layouts/default.html
_posts/projects/2016-03-14-seaquence-app.md
css/main.css
index.html [deleted file]
index.md [new file with mode: 0644]

index 4b3b4246d56898fef7b998581333b48e14278ce2..10a5541de7febab82340d72eaeefef6e2737790d 100644 (file)
@@ -36,7 +36,8 @@ user-scalable=no">
 
     {{ content }}
 
-    <div class="btt">
+
+    <div class="btt" {% if page.btt == 0 %}style="display:none"{% endif %} >
       <a href="#">&uarr; TOP</a>
     </div>
 
index f7adb842f417d7710be0585bb2a2180f7b3d536e..2caea21c07db864be0ef1bd31d7a96a2542ad93d 100755 (executable)
@@ -11,10 +11,10 @@ A beautiful and playful multi-voice synthesizer
 \r
 Created by [Okaynokay](https://oknk.studio)  \r
 \r
-[Project Website](https://oknk.studio/seaquence)  \r
+[https://seaquence.app](https://seaquence.app)  \r
 \r
 <a href="https://itunes.apple.com/us/app/seaquence/id1106270489">\r
-<img src="https://oknk.studio/seaquence/images/Download_on_the_App_Store_Badge_US-UK_135x40.svg">\r
+<img src="https://seaquence.app/images/Download_on_the_App_Store_Badge_US-UK_135x40.svg">\r
 </a>\r
 \r
 ![]({{site.url}}/m/seaquence/iphone5s_blue_3.png)
\ No newline at end of file
index 055e10ec1bf5e826f3714ccf9013c5219221fa87..ae8f83023d1ae74cfda9f8bbd3834896dbf0a3ab 100755 (executable)
@@ -259,7 +259,7 @@ ul.index li {
   text-transform: uppercase;
   font-family:lgb;
   line-height:1.4em;
-  max-width:200px;
+  max-width:220px;
 }
 .nav ul, .nav li, .nav-index ul, .nav-index li {
   margin:0;
diff --git a/index.html b/index.html
deleted file mode 100644 (file)
index e8e762e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: default
-title: index
----
-
-
-<a href="{{site.url}}/subspectral/">
-  <img alt="Subspectral" src="{{site.url}}/m/subspectral/cover.png" style="max-width:512px">
-  <br/>
-  SUBSPECTRAL
-</a>
-
diff --git a/index.md b/index.md
new file mode 100644 (file)
index 0000000..6e7b7ce
--- /dev/null
+++ b/index.md
@@ -0,0 +1,10 @@
+---
+layout: default
+title: index
+btt: 0
+---
+
+
+Personal website of Gabriel Dunne
+
+[about](about/)
\ No newline at end of file