Skip to content

Commit

Permalink
Setup and blinkie
Browse files Browse the repository at this point in the history
  • Loading branch information
0hStormy committed Nov 24, 2024
1 parent 15ad5ef commit 806e102
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
Binary file added src/assets/images/blinkie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/neocities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/signup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/md/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/md/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Not really, as long as you can understand the basics of logic and design, you sh
Now that you've determined you have reasoning and the time to make a website, let's get started!

1. [How do Websites work?](#how-do-websites-work)
2. [Setup](#setup)

---

Expand Down Expand Up @@ -56,4 +57,24 @@ Javascript is used to make your website more interactive by adding code. Some ex

---

# Setup

Let's setup our workspace for making a website. In this guide we will be using a free website hosting service called [Neocities](https://neocities.org). They make setting up a website a lot easier while still allowing you to program in regular web development languages (HTML, CSS, and JS)

First, you will need to sign up for a Neocities account, which you can do on their [homepage](https://neocities.org).

![Signup Page](assets/images/signup.png)

Once you have signed up for Neocities, you can navegate to the [dashboard](https://neocities.org/dashboard) by clicking on your name in the topbar and then clicking edit. You should now be in your dashboard, it should look something like this:

![Signup Page](assets/images/dashboard.png)

Your website will have different files because by default it will only have a HTML and CSS file. From there, you can upload files or click on files to edit them, which will be needed for the next section on HTML.

---

Blinkie to use on your website:

<img src="assets/images/blinkie.png" class="icon">

*Made with <3 by Stormy, source code [here](https://github.com/0hStormy/neotutor).*

0 comments on commit 806e102

Please sign in to comment.