Skip to content

Commit

Permalink
patch: added initial emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed May 3, 2024
1 parent ba6e3c3 commit 666bfaf
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 30 deletions.
4 changes: 2 additions & 2 deletions src/pages/_includes/widgets/home-tiles.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "widgets/svg-icons.njk" import rocketshipIcon, craneIcon, toolPanelIcon, personReadingIcon, externalLinkIcon, helpIcon, dumbbelIcon %}
{% from "widgets/svg-icons.njk" import rocketshipIcon, craneIcon, toolPanelIcon, personReadingIcon, externalLinkIcon, helpIcon, dumbbelIcon, questionMark %}
<div id="home-tiles">
{% linkTile "/getting-started/" | url, "home-tile" %}
{{ toolPanelIcon() }}
Expand Down Expand Up @@ -32,7 +32,7 @@
{% endlinkTile %}

{% linkTile "/help/" | url, "home-tile" %}
{{ helpIcon() }}
{{ questionMark() }}
<div class="text-wrapper">
<h2>5. Help</h2>
<p>Well that didn't go as expected. Review our help docs and join our Discord server.</p>
Expand Down
6 changes: 6 additions & 0 deletions src/pages/_includes/widgets/svg-icons.njk
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,9 @@
<path d="M96 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V224v64V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V384H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H96V64zm448 0v64h32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32v64c0 17.7-14.3 32-32 32H544v64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V288 224 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32zM416 224v64H224V224H416z"/>
</svg>
{% endmacro %}

{% macro questionMark(fillColor = 'currentColor') %}
<svg width="59" height="52" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg">
<path d="M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74V320c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"/>
</svg>
{% endmacro %}
2 changes: 1 addition & 1 deletion src/pages/concepts/concepts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Concepts🌲🤖
# Concepts 🧱

Coming soon...

Expand Down
5 changes: 2 additions & 3 deletions src/pages/getting-started/development-theatre.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Install Development Theatre
---
# Install Development Theatre ⚔️

<pre>
<code class="language-bash" data-lang="bash">$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code>
</pre>
4 changes: 1 addition & 3 deletions src/pages/getting-started/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
title: Introduction to Getting Started with Spruce
---
# Getting Started with Spruce 🏁

Before you start working with Spruce, it's important to get a feel for how it's different from the programming language or system you're used to.

Expand Down
4 changes: 1 addition & 3 deletions src/pages/help/help.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
---
title: Help
---
# Help ⁉️
2 changes: 1 addition & 1 deletion src/pages/ideology/architecture.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Small Trunk, Big Branches.
# Small Trunk, Big Branches 🌲

## Introduction

Expand Down
4 changes: 1 addition & 3 deletions src/pages/ideology/clean-code.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
title: Clean Code Principles and Practices
---
# Clean Code 🫧

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion src/pages/ideology/great_software.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Great Software
# Great Software 💻

Coming soon...
2 changes: 1 addition & 1 deletion src/pages/ideology/ideology.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Ideology
# Ideology 📖

Coming soon...
4 changes: 1 addition & 3 deletions src/pages/ideology/tdd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
title: Test-Driven Development (TDD) by the Three Laws
---
# Test-Driven Development (TDD) by the Three Laws ⚡️

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion src/pages/ideology/the_fourth_runtime.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The Fourth Runtime
# The Fourth Runtime 🔮

Coming soon...
5 changes: 1 addition & 4 deletions src/pages/training/building-a-skill/building-a-skill.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
title: Building a Skill
script: frameworks.js
---
# Building A Skill 🧩

You've reached the Building a Skill section, a step towards unleashing the full potential of your programming skills within the Spruce ecosystem.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/training/katas/katas.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Katas
# Katas🥋

Coming soon...
4 changes: 1 addition & 3 deletions src/pages/training/training.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
title: Training
---
# Training 🏋️

Welcome to the Developer Onboarding Guide for Spruce. This guide serves as your comprehensive roadmap, crafted to seamlessly introduce you to the intricacies of the Sprucebot platform. At its core, this guide utilizes an engaging, hands-on approach: you will develop a family-centric AI story generator, which acts as a practical tool for learning.

Expand Down

0 comments on commit 666bfaf

Please sign in to comment.