diff --git a/arise-source/en/index.md b/arise-source/en/index.md new file mode 100644 index 0000000..a1dba13 --- /dev/null +++ b/arise-source/en/index.md @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/arise-source/rehosted/en/find-the-fun/index.md b/arise-source/en/rehosted/find-the-fun/index.md similarity index 100% rename from arise-source/rehosted/en/find-the-fun/index.md rename to arise-source/en/rehosted/find-the-fun/index.md diff --git a/arise-source/rehosted/en/index.md b/arise-source/en/rehosted/index.md similarity index 100% rename from arise-source/rehosted/en/index.md rename to arise-source/en/rehosted/index.md diff --git a/arise-source/rehosted/en/vertical-vs-horizontal/graph.jpg b/arise-source/en/rehosted/vertical-vs-horizontal/graph.jpg similarity index 100% rename from arise-source/rehosted/en/vertical-vs-horizontal/graph.jpg rename to arise-source/en/rehosted/vertical-vs-horizontal/graph.jpg diff --git a/arise-source/rehosted/en/vertical-vs-horizontal/index.md b/arise-source/en/rehosted/vertical-vs-horizontal/index.md similarity index 100% rename from arise-source/rehosted/en/vertical-vs-horizontal/index.md rename to arise-source/en/rehosted/vertical-vs-horizontal/index.md diff --git a/arise-source/test/index.md b/arise-source/en/software/index.md similarity index 72% rename from arise-source/test/index.md rename to arise-source/en/software/index.md index 8dffb2c..8eafd9d 100644 --- a/arise-source/test/index.md +++ b/arise-source/en/software/index.md @@ -1,8 +1,8 @@ -# The Secret Life of Bees: A Deep Dive into Nature's Honey Makers - -*Author: Alex Rivera* -*Date: October 14, 2025* - ---- - -## Table of Contents - -1. [Introduction](#introduction) -2. [The Biology of Bees](#the-biology-of-bees) -3. [Bee Behavior](#bee-behavior) -4. [Honey Production](#honey-production) -5. [Pollination and the Environment](#pollination-and-the-environment) -6. [Threats to Bees](#threats-to-bees) -7. [Conservation Efforts](#conservation-efforts) -8. [Fun Facts](#fun-facts) -9. [Conclusion](#conclusion) - ---- - -## Introduction - -Bees are not just ordinary insects; they are **key pollinators** that sustain ecosystems worldwide. Their importance extends from producing delicious honey to enabling the growth of countless plants. - -> "If the bee disappeared off the face of the Earth, man would only have four years left to live." -> — *Albert Einstein* -> -> Inline code fun: `bees = ['honeybee', 'bumblebee', 'carpenter']` - - -> Remember: `Save the bees, save the planet.` -> Footnote[^1] - -## The Biology of Bees - -Bees belong to the order Hymenoptera and are closely related to wasps and ants. They have: - -- **Three main body parts:** head, thorax, abdomen -- **Six legs and two pairs of wings** -- Compound eyes for detecting movement - -### Bee Anatomy Table - -| Part | Function | -|------------|------------------------------| -| Head | Senses, feeding, brain | -| Thorax | Movement, wings, legs | -| Abdomen | Digestion, stinger, honey storage | - -## Bee Behavior - -Bees display complex behaviors: - -1. **Communication:** Through the famous waggle dance -2. **Colony hierarchy:** Queen, workers, drones -3. **Navigation:** Using the sun and landmarks - -> Nested blockquote with code: -> ```python -> if bee.status == 'lost': -> bee.navigate_using_sun() -> ``` - -## Honey Production - -Honey is made from **nectar collected from flowers**. The process involves: - -- Nectar collection -- Enzymatic conversion in the bee's stomach -- Deposition in honeycomb cells -- Evaporation until it becomes thick honey - -### Fun Fact Inline - -Bees visit *thousands of flowers per day* and produce about `1 teaspoon` of honey in their lifetime. - -## Pollination and the Environment - -Bees pollinate plants, which: - -- Increases crop yield -- Supports biodiversity -- Maintains ecological balance - -1. Increases crop yield -2. Supports biodiversity -3. Maintains ecological balance - -> Pollination tasks: -> -> - [x] Crops pollinated -> - [x] Wildflowers pollinated -> - [ ] Desert plants studied - -Non quoted: - -- [x] Crops pollinated -- [x] Wildflowers pollinated -- [ ] Desert plants studied - -## Threats to Bees - -- Pesticides 🧪 -- Habitat loss 🌱 -- Climate change ☀️ -- Parasites like Varroa mites 🐛 - -## Conservation Efforts - -- Planting bee-friendly gardens -- Reducing pesticide use -- Supporting local beekeepers -- Creating bee sanctuaries - -## Fun Facts - -- Bees can recognize human faces -- Honey never spoils -- Some bees can fly up to 15 miles per hour - -## Conclusion - -Bees are vital to life on Earth. By understanding their biology, behavior, and threats, we can better protect these **incredible pollinators**. - -[^1]: Bees play a critical role in agriculture and natural ecosystems. diff --git a/arise-source/test/styles/Great_Wave_off_Kanagawa2.jpg b/arise-source/test/styles/Great_Wave_off_Kanagawa2.jpg deleted file mode 100644 index 5edf0f0..0000000 Binary files a/arise-source/test/styles/Great_Wave_off_Kanagawa2.jpg and /dev/null differ diff --git a/arise-source/test/styles/index.md b/arise-source/test/styles/index.md deleted file mode 100644 index 8a764c4..0000000 --- a/arise-source/test/styles/index.md +++ /dev/null @@ -1,140 +0,0 @@ - - - -# Sample Markdown Test - -Welcome to the **Markdown style test** for your library-themed site. -This file includes headings, text formatting, lists, links, images, code, blockquotes, tables, and horizontal rules. - ---- - -## Text Styles - -**Bold text** -*Italic text* -***Bold + Italic*** -~~Strikethrough~~ -`Inline code` - -> Blockquote text for testing. The border and color should reflect your library style. - ---- - -## Links - -[Internal link](/posts) -[External link](https://spectrasecu.re) - -Hover over links to see color transition. - ---- - -## Lists - -### Unordered List -- Item 1 -- Item 2 - - Nested item -- Item 3 - -### Ordered List -1. First -2. Second -3. Third - 1. Nested first - 2. Nested second - ---- - -## Images - -![Sample image](Great_Wave_off_Kanagawa2.jpg) - -Check image border radius, spacing, and responsiveness. - ---- - -## Code Blocks - -### Inline code - -Use `` `inline code` `` inside text. - -### Fenced code block - -```bash -# Bash example -echo "Hello, world!" -for file in *.txt; do - echo "Processing $file" -done -``` - -### Syntax Highlight Example (if using spans) -```javascript -// JavaScript example -function greet(name) { - console.log("Hello, " + name); -} -``` - ---- - -## Horizontal Rules - ---- - -End of section separator - ---- - -## Blockquotes - -> This is a blockquote. -> -> Multiple lines are supported. -> -> Nested example: -> -> > Inner quote. - ---- - -## Tables - -| Syntax | Description | Notes | -|--------|-------------|-------| -| Header | Title | Can include multiple lines | -| Cell | Text | Styling applies to td and th | -| Row | Example | Check borders and text color | - ---- - -## Misc Elements - -- Footnotes[^1] -- Task list: - - [x] Done item - - [ ] Pending item -- Emoji: 😃 📚 🔖 - -[^1]: This is a footnote example. - ---- - -## End of Test File - -This file tests all **common Markdown elements**. -Make sure code, blockquotes, headings, links, lists, images, tables, and horizontal rules render correctly with your new color palette. \ No newline at end of file