Fixed Prakriti's Game link

This commit is contained in:
elvistony 2023-11-02 20:11:53 +00:00
parent abd2f5a191
commit a1001205cc
11 changed files with 39 additions and 10 deletions

View file

@ -4,5 +4,5 @@
<a class="btn mt-2 text-white" style="background: rgb(0, 72, 173);font-weight:600" href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> <i class="fab fa-facebook"></i> Facebook</a>
<a class="btn mt-2 text-white" style="background: rgb(0, 194, 58);font-weight:600" href="whatsapp://send?text={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Whatsapp"><i class="fab fa-whatsapp"></i> WhatsApp</a>
<a class="btn mt-2 text-white" style="background: rgb(234, 0, 109);font-weight:600" href="https://www.instagram.com/?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Instagram"><i class="fab fa-instagram"></i> Instagram</a>
<button class="btn mt-2 text-white" style="background: #028b9b;font-weight:600" href="#" onclick="navigator.clipboard.writeText('{{ site.url }}{{ page.url }}');this.innerText='Copied!';"><i class="fa fa-link"></i> Copy Text</button>
<button class="btn mt-2 text-white" style="background: #028b9b;font-weight:600" href="#" onclick="navigator.clipboard.writeText('{{ site.url }}{{ page.url }}');this.innerText='Copied Link!';"><i class="fa fa-link"></i> Copy Post Link</button>
</div>

22
_layouts/games_list.html Normal file
View file

@ -0,0 +1,22 @@
---
title: "Categories"
layout: default
permalink: "/categories.html"
---
{% for category in site.categories %}
<h4 class="mt-5 mb-4 pb-2 border-bottom" id="{{ category[0] | replace: " ","-" }}"><span class="text-capitalize small font-weight-bold">In "{{ category[0] }}"</span></h4>
<div class="row">
{% assign pages_list = category[1] %}
{% for post in pages_list %}
{% if post.title != null %}
{% if group == null or group == post.group %}
<div class="col-md-4 mb-5">
{% include postbox.html %}
</div>
{% endif %}
{% endif %}
{% endfor %}
{% assign pages_list = nil %}
{% assign group = nil %}
</div>
{% endfor %}

View file

@ -1,7 +1,7 @@
---
layout: post
title: "Hack-o-Lantern - 2nd Place"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Arbaaz M"
gamelink: "https://arcade.makecode.com/37839-27445-31815-39338"
image: "/assets/images/hack/2023/arbaaz-m.png"

View file

@ -1,7 +1,7 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Ayaan K"
gamelink: "https://arcade.makecode.com/68133-16853-54617-40175"
image: "/assets/images/hack/2023/ayaan-k.png"

View file

@ -1,7 +1,7 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Joshan T"
gamelink: "https://arcade.makecode.com/42280-51475-72541-85628"
image: "https://pxt.azureedge.net/api/42280-51475-72541-85628/thumb"

View file

@ -1,7 +1,7 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Julian"
gamelink: "https://arcade.makecode.com/79210-98619-00902-78203"
image: "https://pxt.azureedge.net/api/79210-98619-00902-78203/thumb"

View file

@ -1,7 +1,7 @@
---
layout: post
title: "Hack-o-Lantern - 3rd Place"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Kierath S"
gamelink: "https://arcade.makecode.com/21652-23415-44933-27676"
image: "/assets/images/hack/2023/kierath-s.png"

View file

@ -1,7 +1,7 @@
---
layout: post
title: "Hack-o-Lantern - 1st Place"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Naisha W"
gamelink: "https://arcade.makecode.com/60271-33871-46844-52979"
image: "/assets/images/hack/2023/naisha-w.png"

View file

@ -1,7 +1,7 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Nehan I"
gamelink: "https://arcade.makecode.com/21866-13890-37579-67580"
image: "https://pxt.azureedge.net/api/21866-13890-37579-67580/thumb"

View file

@ -1,9 +1,9 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
categories: [ hackolantern, "2023", game ]
creator: "Prakriti D"
gamelink: "https://arcade.makecode.com/60271-33871-46844-52979"
gamelink: "https://arcade.makecode.com/51716-51518-34934-26786"
image: "/assets/images/hack/2023/prakriti-d.png"
# permalink: "/hackolantern/2023/prakriti-d"
---

7
pages/games.md Normal file
View file

@ -0,0 +1,7 @@
---
layout: page
title: CN Games!
permalink: "/games/"
comments: false
---