]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Fixing twilight engines
authorGabriel Dunne <gdunne@quilime.com>
Thu, 13 Jul 2023 17:27:16 +0000 (10:27 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 13 Jul 2023 17:27:16 +0000 (10:27 -0700)
_posts/projects/2019-03-03-twilightengines.md
css/main.css
index.md

index 6e3a339d966bd421b56d079f352f99c4d9271ed3..e1c9a8d22f2820d90993d8d42754f1cac8b40eb9 100755 (executable)
@@ -3,17 +3,19 @@ layout: post
 title: Twilight Engines\r
 categories: projects featured\r
 date: 2019-03-03\r
+te_url: https://twilightengines.site\r
 ---\r
 \r
-![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_05.png)\r
 \r
-[Twilight Engines](https://oknk.studio/twilightengines/) by Vishal K Dar \r
+![]({{ page.te_url }}/press/TwilightEngines_Wallace_05.png)\r
+\r
+[Twilight Engines]({{ page.te_url }}) by Vishal K Dar \r
 \r
 Created by [Okaynokay](https://oknk.studio) (Gabriel Dunne & Ryan Alexander)\r
 \r
 Site-Specific AR activated sites and sculptures at the Marin Headlands\r
 \r
-[![](https://oknk.studio/twilightengines/images/appstore.svg)](https://itunes.apple.com/us/app/twilight-engines/id1448070024?mt=8)\r
+[![]({{ page.te_url }}/images/appstore.svg)](https://itunes.apple.com/us/app/twilight-engines/id1448070024?mt=8)\r
 \r
 [http://appstore.com/twilightengines](http://appstore.com/twilightengines)\r
 \r
@@ -22,10 +24,10 @@ Site-Specific AR activated sites and sculptures at the Marin Headlands
 Image credits:\r
 © Copyright 2019 Vishal K Dar, Okaynokay\r
 \r
-![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_04_thumb.png)\r
+![]({{ page.te_url }}/press/TwilightEngines_Wallace_04_thumb.png)\r
 \r
-![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_03_thumb.png)\r
+![]({{ page.te_url }}/press/TwilightEngines_Wallace_03_thumb.png)\r
 \r
-![](https://oknk.studio/twilightengines/press/TwilightEngines_Mendell_Gallery_02_thumb.png)\r
+![]({{ page.te_url }}/press/TwilightEngines_Mendell_Gallery_02_thumb.png)\r
 \r
-![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_Gallery_02_thumb.png)
\ No newline at end of file
+![]({{ page.te_url }}/press/TwilightEngines_Wallace_Gallery_02_thumb.png)
\ No newline at end of file
index ae8f83023d1ae74cfda9f8bbd3834896dbf0a3ab..1c3aed833712cf0ffd107ae957c68de2a212cabe 100755 (executable)
@@ -37,8 +37,7 @@ h1 a, h2 a, h3 a, h4 a {
   font-weight: normal;
   text-decoration: none;
 }
-.post h2::before, .post h2::after
-{
+.post h2::before, .post h2::after {
   /*content:" ---- ";*/
 }
 
index 6e7b7ceea8dd7d550356ee6b05fc2d069503f0e2..22646344c29b6dfa4de599400c555ce9a583648c 100644 (file)
--- a/index.md
+++ b/index.md
@@ -4,7 +4,14 @@ title: index
 btt: 0
 ---
 
-
-Personal website of Gabriel Dunne
-
-[about](about/)
\ No newline at end of file
+<style>
+@media only screen and (device-width: 1060px),
+only screen and (max-width:1060px) {
+#hamburger-menu {
+    display:none;
+}
+  .nav {
+    margin-left:2em !important;
+    visibility: visible;
+  }    
+</style>
\ No newline at end of file