diff --git a/_includes/body.html b/_includes/body.html index fdb7888..674f1fc 100644 --- a/_includes/body.html +++ b/_includes/body.html @@ -1,8 +1,9 @@ - + {% include header.html %} + Submit Your Project
- {% include showcase.html %} - + {{content}}
+ {% include footer.html %} \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 662430c..69e710a 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,6 @@ {% include meta.html %} - {{site.title}} | Built In Ruby + {{site.title}} | Built With Ruby @@ -15,4 +15,4 @@ gtag('config', 'G-2KL4P15L2X'); - + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index e96cc2b..e6a2b04 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,15 +7,14 @@ href="{% if page.layout == 'default' %}{{site.url}}{{site.baseurl}}/#{% else %}{{site.url}}{{site.baseurl}}/{% endif %}"> Built In Ruby -

#BuiltWithRuby is an inspiration resource showcasing totally rocking ruby app made by people from all over the world.

+ {% if page.layout == 'default' %} +

#BuiltWithRuby is an inspiration resource showcasing totally rocking ruby app made by people from all overv the world.

+ {% endif %} - -
-
\ No newline at end of file diff --git a/_includes/showcase.html b/_includes/showcase.html index 8887fbe..f357eef 100755 --- a/_includes/showcase.html +++ b/_includes/showcase.html @@ -1,3 +1,7 @@ +--- + layout: default +--- +
{% for project in site.posts %} diff --git a/_layouts/default.html b/_layouts/default.html index c30dd4d..d355d55 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ -{% include head.html %} -{% include body.html %} + {% include head.html %} + {% include body.html %} \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html index 6be09ea..5f4ecc7 100755 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,4 +1,4 @@ --- -layout: post +layout: default --- -

hello

\ No newline at end of file +{{ content }} \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index e897295..a80c4b3 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,62 +1,37 @@ - - -{% include head.html %} - -
- -
-
-
-
-
-
- -
-
-
-
-
-
{{ page.type }}
-

{{ page.title }}

-
- -
-

- {{ page.description }} -

-
-
-
{{ page.technology }}
-
-
-
-
{{ page.available_on }}
-
+
+
+
+
+
{{ page.type }}
+

{{ page.title }}

+ +
+

+ {{ page.description }} +

+
+
+
{{ page.technology }}
+
+
+
+
{{ page.available_on }}
-
- - {% include footer.html %} - - +
+
+ \ No newline at end of file diff --git a/_posts/2023-11-08-bluvagas.md b/_posts/2023-11-08-bluvagas.md index da84e62..edbf64c 100644 --- a/_posts/2023-11-08-bluvagas.md +++ b/_posts/2023-11-08-bluvagas.md @@ -9,4 +9,5 @@ available_on: Web type: Job Board permalink: /bluvagas/ website_link: https://www.bluvagas.com.br/ +group: project --- \ No newline at end of file diff --git a/_sass/_showcase.scss b/_sass/_showcase.scss index c190eb6..097a4e9 100644 --- a/_sass/_showcase.scss +++ b/_sass/_showcase.scss @@ -44,4 +44,15 @@ margin-top: 1rem; } } -} \ No newline at end of file +} + +.btn{ + &__submit{ + &--project{ + position: fixed; + top: 1.5rem; + right: 1.5rem; + z-index: 9; + } + } +} diff --git a/index.html b/index.html new file mode 100755 index 0000000..0e8d2cd --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ +--- +layout: default +group: home +--- + +
+
+ {% for project in site.posts %} + + {% endfor %} +
+
\ No newline at end of file diff --git a/index.md b/index.md deleted file mode 100755 index 05653e9..0000000 --- a/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -layout: default ---- \ No newline at end of file