banner saying make your own website, I'll help you, almost from scratch, quick! and effective and the website's url jakechirak.com

< PREVIOUS: Coding the LIGHTBOX

CODING: THE ABOUT PAGE


warning drawing BE CAREFUL!! MAKE SURE YOUR SAVED YOUR PREVIOUS PAGE BEFORE MOVING ON TO A NEW ONE!!

Like before, go back to your dashboard.
Hover and click on the “EDIT” link of your about.html page; this will lead you to the raw code page of about.html.

hand pointing right In case you jumped directly to this page without coding the gallery first, you might notice a lot of things are similar to your previous page, (the index.html page):



If you want your website to look the same on each page (regarding link colors, font colors, background, etc) just copy the section shown in the image above from your index page and paste it into the same section on this page to replace it. Don't forget to also change the table, banner and navigation bar sections if you want to (see the index tutorial right after "now let's get back to the code"). If you want a different look for each page, you'll have to change it... on every page! Don't worry, it all works the same: you'll have to mainly change hex color codes, or urls! Save a version (or several!) in Notepad for your own reference!
warning drawing Before copy-pasting anything, make sure the code works!
warning drawing Be careful of this part of the code on the index page: "navigation &gt; HOME | <a href="https://YOURWEBSITEHERE.neocities.org/gallery.html">GALLERY</a> | <a href="https://YOURWEBSITEHERE.neocities.org/about.html">ABOUT</a>" on this page (the about page) it is SLIGHTLY different, there's no "about" link at the top (you're already here!) but a link going to your homepage instead: "navigation &gt; hand pointing right <a href="https://YOURWEBSITEHERE.neocities.org/index.html">HOME</a> | <a href="https://YOURWEBSITEHERE.neocities.org/gallery.html">GALLERY</a> | hand pointing right ABOUT"
This is just a little tip to help make your navigation a bit smoother! Just change the color as explained in the index tutorial if you want to.

td width="250"><img src="LINK TO YOUR IMAGE"hand pointing left alt="describe your image" title="image" width="250" height="250"></td>






<td width="427">ABOUT ME!<br>
Hello I'm [YOUR NAME] and this is YOUR description. You can say anything (but not too much! Be careful!) your goals, what drives you to draw, your secret kinks, what art school you did (or how you hate art schools) or what this website is about.<br>
Try to adapt the text length to the image on the left! </td>

arrow drawing If you coded the other parts, you know how this works! LINK TO YOUR IMAGE is a link to your image, and alt= is the alt text!


arrow drawing Here is your bio! You can write anything.
Don't forget the basics:
Add <br> to create a line break.
You can also add an image by using this code (there's already an image on the other side, be careful of the size)
<img src="LINK TO YOUR IMAGE" alt="describe your image" title="title of your image" width=" PUT WIDTH HERE " height=" PUT HEIGHT HERE ">

<p>LINKS TO MY OTHER WEBSITES!<br>
<a href="https://joinmastodon.org/"hand pointing left target="_blank">Mastodon</a> | <a href="https://www.dreamwidth.org/" target="_blank">Dreamwidth</a> | <a href="https://www.neopets.com/index.phtml" target="_blank">Neopets</a>

arrow drawing Those are links to your other social medias/or galleries. Just change the links and titles!

<td><div align="center"><span class="smallerfont">All art on this website is &copy; Copyright [YOUR NAME]hand pointing left, 2023. Website design made by <a href="https://jakechirak.com/" target="_blank">Jake Chirak</a>.</span></div></td>
</tr>
</table></td>
</tr>
</table>



<p align="center"><a href="#top">Back to top</a>hand pointing left
</body>
</html>

warning drawing DON'T FORGET!

arrow drawing This is the very bottom of your page, where I add a little link to my website (after all, I helped you?) You can change the sentence if you prefer (and you should replace [YOUR NAME] by your own, but keeping a link to my website is appreciated!





arrow drawing Keep the "back to top" link, it's very useful when a page is very long. You can change the sentence but don't break the link.


Now... what's next? NOTHING! YOU DID IT!
YOU DID IT! I'M CONGRATULING YOU!

Make sure everything works, don't overdo it, sometimes taking a little break or waiting a day or two will help you clear your head.
Check the tips page (link below), don't hesitate to go back to the other pages, test your website... and share it!
You did it! You're a warrior!


a line to separate different parts of the website

THE LAST PAGE, THE TIPS:
hand pointing right TIPS
PERHAPS YOU MISSED SOMETHING?
the BEGINNING
the INDEX page
the GALLERY page
the LIGHTBOX options
the ABOUT page

NAV
a line to separate the navigation from the rest of the links
LIVE DEMO

HOME

LETSGO!
Which page do you want to start coding?

  • START
  • INDEX
  • GALLERY
  • LIGHTBOX
  • >ABOUT
  • TIPS
  • Back to top