Skip to content

Commit

Permalink
Merge pull request #2 from Mkeays501/patch-1
Browse files Browse the repository at this point in the history
```typescript

### Explanation:
- The coordinates are listed in `[longitude, latitude]` format, as required by GeoJSON.
- This example creates a `FeatureCollection` with a single `Feature` that has a `Polygon` geometry.
- The `properties` object can contain additional information about the polygon, such as the name of the area.

You can include this GeoJSON in your markdown file by embedding it as shown above. Some markdown viewers or editors might not render GeoJSON directly, but this structure is standard and can be used with tools that support GeoJSON visualization.
```
  • Loading branch information
berlintay authored Aug 10, 2024
2 parents 5a6f413 + 3a5c40c commit 4ec8a21
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,18 @@
<!-- Corrected Logo Image Reference -->
<img height="60px" width="60px" src="https://raw.githubusercontent.com/berlintay/KeaysBootXYZ_WEB/3f293d49d66c1503145d8d5540ceafca4c1d4265/media/image-removebg-preview.png" alt="Logo">

<!-- Main interface (Initially hidden) -->
<div id="main-interface" style="display: none;">
<!-- ASCII Art or any header content -->
<div id="main-interface" style="display: none;" aria-live="polite">
<div id="ascii-header">
<!-- You can include your ASCII art here -->
<pre>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ _ _______ _ __ ________ ___ _______~
~| |/ / ____| / \\ \ / / ___\ \/ | \ / /__ /~
~| ' /| _| / _ \\ V /\___ \\ / \ V / / / ~
~| . \| |___ / ___ \| | ___) / \ | | / /_ ~
~|_|\_\_____/_/ \_\_| |____/_/\_\ |_| /____|~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</pre>
</div>
<div id="trending-container">
██ █████████ ███████ █████████ ██ ████ █████████
██ ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ███
█████ █████ ███████ ████ ███████ ███ ████ ███
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███
██ ███████████ ██ ██ ███████ ██ ██ ██ ███████
</pre>
</div>
<div id="trending-container">
<h2>Trending Repositories</h2>
<div id="trending-repos"></div>
</div>
Expand All @@ -34,10 +30,10 @@ <h2>Trending Repositories</h2>
<a href="https://www.linkedin.com/in/jtkeays" target="_blank">LinkedIn</a>
<a href="https://github.com/berlintay" target="_blank">GitHub</a>
</div>
<div id="terminal"></div>
<div class="prompt">
<div id="terminal" aria-live="polite"></div>
<div class="prompt">
<span id="prompt-line">𓅓 ⊸⊸⊶≻</span>
<input type="text" id="command-input" autofocus>
<input type="text" id="command-input" autofocus aria-label="Command input">
</div>

<div id="window-container"></div>
Expand Down

0 comments on commit 4ec8a21

Please sign in to comment.