Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - DylanCheetah

Pages: [1] 2 3 ... 7
1
Community Activities Hub / FH Easter Art Contest
« on: March 16, 2024, 12:49:44 am »


Spring is in the air. Rabbits hop all around. Eggs are hidden oh so carefully. And baskets of candy abound.

Contest Rules:
* Draw and submit one picture to be judged.
* All submissions must be posted before April 6th, 2024
* The winners will be announced at the Easter party on April 6th, 2024
* All entries must be your own work.
* No AI art will be accepted.


Prizes:
The top 3 participants will each receive their choice of custom art of their character, a custom preset, or a custom map.


2
Community Activities Hub / FH Valentine's Day 2024
« on: February 03, 2024, 06:33:30 am »
FH Valentines Day 2024


Love is in the air! So bring that special someone and join us for our annual Valentines Day party!

Date: February 9th, 2024
Time: 3:00 PM EST
Map: https://drive.google.com/file/d/12eq5qWOKF7KjoaFJGvAay_OkQZdIXe3-/view?usp=drive_link

3
Community Activities Hub / FH Autumn Party 2023
« on: November 12, 2023, 01:57:27 am »
Feral Heart Autumn Party 2023

As the leaves start to fall from the trees and the wind starts to grow colder, we all know that that special time of year when we feel extra thankful is quickly approaching. So pull up a chair (or a log), relax by the fire, and enjoy the beautiful sunset in the wild atmosphere that only FH can instill in your hearts.

Date: 11/18/2023
Time: 4 PM EST
Map: https://drive.google.com/file/d/1Z4PQEhs0bRDzguvrJ4QFFLFBEGQFlR_E/view?usp=drivesdk

4
Discussion Board / Web Development - HTML
« on: October 21, 2023, 09:59:18 pm »
Hello everyone. I recently graduated from a web development certification class, so I thought it would be fun to share some of the things I have learned. I will start by teaching you about the fundamentals of HTML so you can start designing your own webpages for fun.

HTML (hypertext markup language) is used to define the layout and content of a webpage. Every webpage has a similar structure. Here is an example of a minimal webpage:

Code: [Select]
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Hello</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        Hello World!
    </body>
</html>


If you paste the above HTML into a text editor and save it as "index.html" you can double-click the file to view it in your web browser.

HTML consists of tags and text. Tags are enclosed in angle brackets like "<html>". Most tags also have a corresponding end tag that ends with a slash like "</html>".

The "!DOCTYPE" tag indicates the document type. For HTML 5 the document type should be "html".

The "html" tag contains all of the webpage content and it has a "lang" attribute whose value indicates the language that the text in the document was written in such as English (en).

The "head" tag contains metadata such as the title of the webpage.

The "title" tag contains the title of the webpage.

The "meta" tag contains metadata used by the web browser or search engines. Its "name" attribute determines what sort of data the tag contains and the "content" attribute contains the tag's data.

The "body" tag contains the body of the webpage. This is the part that the user sees in their web browser. For this example, I just placed some plain unformatted text in it.

5
Art Gallery / DylanCheetah's Art Gallery
« on: October 07, 2023, 09:09:37 pm »
Hello everyone and welcome to my art gallery. I will be periodically posting art of my characters here. Pieces that I commissioned will be labeled as such, all others were drawn by me.

6
Community Activities Hub / FH Easter Party 2023
« on: April 04, 2023, 09:42:28 pm »
FeralHeart Easter Party

When the rabbits venture out of their burrows and the chicks waddle along following their mother, we know that the time of Easter egg hunts is approaching quickly. Please join us for our annual Easter party and try your luck as you search for the hidden eggs.


Date: Saturday, April 8th
Time: 1 PM EST
Map: https://drive.google.com/file/d/1qzKL9NJlX9-82GZPDGwpbDG9w5heMfFn/view?usp=share_link

7
Community Activities Hub / FH Valentine's Day 2023
« on: February 05, 2023, 07:35:12 am »
FeralHeart Valentine's Day 2023

The time for professing your love to that special someone of yours is quickly approaching. Better hurry up and buy him/her lots of chocolates and flowers before you get cold feet er... paws. And perhaps spending a romantic evening with him/her in FH would be fun too. ;)


Date: 2/11/23
Time: 3 PM EST
Map: https://drive.google.com/file/d/12eq5qWOKF7KjoaFJGvAay_OkQZdIXe3-/view?usp=drivesdk


8
Game Discussion / What Do You Expect to be in a Winter Map?
« on: December 04, 2022, 03:13:22 pm »
When you think of a winter map, what sort of things do you expect to see?

9
Community Activities Hub / FeralHeart Appreciation Day 2022
« on: November 16, 2022, 04:46:21 pm »
FeralHeart Appreciation Day

As the leaves turn gold and begin to fall, we all know that the time for appreciating the things we have is fast approaching. Sometimes we tend to forget just how much we have to be thankful for, but coming together as one on a very special day of the year is a perfect way to remind us of just how much we have to be thankful for. But as people and places change with the sands of time, so do events. And this year, we will be shaking things up a bit for nostalgia's sake. And those who join us for this momentous occasion will be rewarded with a token of our appreciation.


Event Details
Date: 11/20/2022
Time: 3 PM EST
Map: https://drive.google.com/file/d/1JBGuMWYP2IrK-qGrHu57XatimC6FOqxU/view?usp=drivesdk

10
Other Mods/Creations / FH Portals 2.0
« on: October 30, 2022, 02:43:39 am »
Hello everyone! It has come to my attention that I am not the only one having trouble seeing the default portals in FH. So therefore, I am pleased to present to you all my new portal mod. It makes the portals more visible without changing the original portal texture:


Download:
https://drive.google.com/file/d/1wVlKOKiwYvVK79WWlh6hnRxlbfmbKp4K/view?usp=drivesdk

Pages: [1] 2 3 ... 7