You are browsing as a guest. Sign up (or log in) to start making projects!

My Blog Page

  • 5 Devlogs
  • 4 Total hours

I created my own blog on the web! Now anyone can see more about me!

Open comments for this post

50m 17s logged

Well, during this time, I did these things:

  • Readme Update: My readme is now much more complete, currently including an entire section on design with images and videos representing the animations and interactions my website has.

  • The fight against mp4s on GitHub: Initially, I tried to put .mp4 files in the Readme, which in theory should work, but for some reason, unfortunately, they didn’t :P so I had to record some videos again and convert them to .gif to appear correctly in the readme.

  • I corrected a spelling error in the second post, because instead of Journey I had previously written Jorney ;-;

Well, during this time, I did these things:

  • Readme Update: My readme is now much more complete, currently including an entire section on design with images and videos representing the animations and interactions my website has.

  • The fight against mp4s on GitHub: Initially, I tried to put .mp4 files in the Readme, which in theory should work, but for some reason, unfortunately, they didn’t :P so I had to record some videos again and convert them to .gif to appear correctly in the readme.

  • I corrected a spelling error in the second post, because instead of Journey I had previously written Jorney ;-;

Replying to @brunodevdrums

0
2
Open comments for this post

1h 6m 44s logged

Okay, here’s a list of what I’ve done so far:

  • Added +1 post (which includes a complete .md file I wrote)
  • Improved responsiveness (the site was very overflowing, especially on small screens)
  • Added a small button to go back on the page (including CSS and responsiveness, of course)
  • Small animations on the homepage cards
  • Added the README
  • And I also had to fix a small problem on GitHub, where a certain image didn’t have its name updated, so I had to find some ways to fix it!

Okay, here’s a list of what I’ve done so far:

  • Added +1 post (which includes a complete .md file I wrote)
  • Improved responsiveness (the site was very overflowing, especially on small screens)
  • Added a small button to go back on the page (including CSS and responsiveness, of course)
  • Small animations on the homepage cards
  • Added the README
  • And I also had to fix a small problem on GitHub, where a certain image didn’t have its name updated, so I had to find some ways to fix it!

Replying to @brunodevdrums

0
2
Open comments for this post

28m 41s logged

Now, the banner is chosen dynamically, based on the URL’s title parameter; if it exists, show an image, otherwise show a default (the one that says error). I’m also currently writing some posts and creating a banner for the homepage.

Now, the banner is chosen dynamically, based on the URL’s title parameter; if it exists, show an image, otherwise show a default (the one that says error). I’m also currently writing some posts and creating a banner for the homepage.

Replying to @brunodevdrums

0
5
Open comments for this post

43m 31s logged

My page now uses a markdown to HTML converter. The code takes the title parameter from the URL, and if a markdown with the same name exists (the code converts the URL to lowercase), it displays the blog’s description. If it doesn’t exist, it will only show a message telling the user that the post doesn’t exist.

My page now uses a markdown to HTML converter. The code takes the title parameter from the URL, and if a markdown with the same name exists (the code converts the URL to lowercase), it displays the blog’s description. If it doesn’t exist, it will only show a message telling the user that the post doesn’t exist.

Replying to @brunodevdrums

0
2
Open comments for this post

36m 34s logged

I started making my blog!
My blog will have a specific way of displaying my posts; the code will look for the title parameter in the URL, and it will search for a .md file with the same name and convert it to HTML. For now, I’ve done the HTML and CSS for the homepage.

I started making my blog!
My blog will have a specific way of displaying my posts; the code will look for the title parameter in the URL, and it will search for a .md file with the same name and convert it to HTML. For now, I’ve done the HTML and CSS for the homepage.

Replying to @brunodevdrums

0
1

Followers

Loading…