Skip to content

I-am-Programming-the-World/Personal-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

Personal-Blog

HTML5 CSS3 JavaScript Google Fonts Ionicons License: MIT Repo Status Mobile First PRs Welcome GitHub stars

A mobile-first responsive Personal Blog developed using HTML, CSS & JS, with Google fonts and Ionicons integration!


The code is well-organized and follows best practices for creating a stylish and elegant portfolio website. Let's go through each section and understand its purpose and functionality.

  • The HTML structure contains the necessary default meta tags
  • A Favicon has been added using the following link tag:
    <link rel="shortcut icon" href="./assets/images/favicon.ico">
  • A default Google font has been imported; This can be done, via the following steps:
    1. Go to the Google Fonts website.
    2. Browse through the available fonts and select the font-family & font-size you want to use in your project!
    3. Once you have chosen your desired fonts, click on the "Select This Font" button for each font you need.
    4. After selecting all the fonts, a font selection drawer will appear at the bottom of the screen. In the drawer, click on the "Embed" tab.
    5. In the "Embed" tab, you will see the HTML code snippet to add the fonts to your project. Copy the code into your source code (Preferrably after the meta tags in the head section).
      The code will look something like this:
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=FontName&display=swap" rel="stylesheet">
    6. Modify the href attribute value to include the desired font family name. Replace "FontName" in the snippet with the actual name of the font family you selected from Google Fonts.
    7. Save the HTML code and proceed to the incorporation of the remaining features.
  • Finally, the required stylesheet, script & ionicons assets are linked to the HTML page!

Final output

Light-mode:

personal-blog-light_mode

Dark-mode:

personal-blog-dark_mode

  • Author: Zaniar Karimi

License

This project is licensed under the MIT License. See below for details:


MIT License

Copyright (c) 2023 Zaniar Karimi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


About

A mobile-first responsive "personal blog" developed using HTML, CSS & JS!

Resources

Stars

Watchers

Forks