<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Israa Gargar</title>
    <description>The latest articles on DEV Community by Israa Gargar (@esogargar).</description>
    <link>https://dev.to/esogargar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F225738%2F24e11345-c5c3-4389-96ea-da76f8f3bee4.jpeg</url>
      <title>DEV Community: Israa Gargar</title>
      <link>https://dev.to/esogargar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/esogargar"/>
    <language>en</language>
    <item>
      <title>Github Pages Tips if your img doesn't appear 🖼️</title>
      <dc:creator>Israa Gargar</dc:creator>
      <pubDate>Fri, 03 Feb 2023 15:37:30 +0000</pubDate>
      <link>https://dev.to/esogargar/github-pages-tips-if-your-img-doesnt-appear-5gne</link>
      <guid>https://dev.to/esogargar/github-pages-tips-if-your-img-doesnt-appear-5gne</guid>
      <description>&lt;p&gt;When it comes to publishing a website on GitHub Pages, it's important to make sure that all the assets, including images, are properly linked.&lt;/p&gt;

&lt;p&gt;If your images don't appear after you've published your website, there are a few things you can check to resolve the issue.&lt;/p&gt;

&lt;p&gt;Tips for fixing missing images:&lt;/p&gt;

&lt;p&gt;1️⃣Pay attention to the writing of image extensions:&lt;/p&gt;

&lt;p&gt;On GitHub Pages, the case sensitivity of file names matters, so make sure you're using the correct capitalization for your image file extensions. For example:&lt;br&gt;
&lt;code&gt;Images.png&lt;/code&gt; is different from &lt;code&gt;images.png&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;2️⃣Check your image src path. If your code includes a forward slash (/) before the image path, remove it.&lt;/p&gt;

&lt;p&gt;For example, if your src path is&lt;/p&gt;

&lt;p&gt;&lt;code&gt;src="/images/images.png"&lt;/code&gt;❌&lt;/p&gt;

&lt;p&gt;change it to&lt;/p&gt;

&lt;p&gt;&lt;code&gt;src="images/images.png"&lt;/code&gt;✅&lt;/p&gt;

&lt;p&gt;This will often solve the issue of missing images on GitHub Pages&lt;/p&gt;

&lt;p&gt;By following these simple tips, you can quickly resolve any issues with missing images on your website when publishing it on GitHub Pages. By paying attention to details like file name capitalization and src paths, you can ensure that your website looks and works exactly as you intended it to.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--c0G30cQb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xzymp75npindv4djz6w2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--c0G30cQb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xzymp75npindv4djz6w2.png" alt="githun pages tips" width="880" height="452"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>github</category>
      <category>githubpages</category>
      <category>programming</category>
    </item>
    <item>
      <title># My first web design😃🦾</title>
      <dc:creator>Israa Gargar</dc:creator>
      <pubDate>Sun, 29 Jan 2023 16:03:04 +0000</pubDate>
      <link>https://dev.to/esogargar/-my-first-web-design-1bf3</link>
      <guid>https://dev.to/esogargar/-my-first-web-design-1bf3</guid>
      <description>&lt;p&gt;Web design is a field that requires a solid foundation in HTML and CSS. Without a proper understanding of the fundamentals, it can be challenging to grasp complex concepts and make the most of cutting-edge tools. That's why after struggling with advanced technologies like React, I realized that I had missed the most important part of web development - the foundation. I made the decision to start over and focus on building a solid foundation in HTML and CSS.&lt;/p&gt;

&lt;p&gt;I am proud to present my first project &lt;a href="https://esogargar.github.io/temp1/"&gt;&lt;/a&gt;&lt;a href="https://esogargar.github.io/temp1/"&gt;https://esogargar.github.io/temp1/&lt;/a&gt;, created using only HTML and pure CSS. The project showcases my newfound understanding of HTML and CSS, create visually appealing and responsive websites, with a touch of Google Fonts and Font Awesome icons, I was able to add a unique look and feel to the site, and of course the use of media queries ensured that the website remains user-friendly on different devices and screen sizes. The project was hosted for free on GitHub Pages.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lesson learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt; &lt;code&gt;CSS Variables and Components:&lt;/code&gt; One of the best practices in CSS is to make use of variables and components. This makes it easier to maintain and update the website, as all changes can be made in one place, this not only helps in reducing the amount of code but also ensures that the website remains consistent.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--p7ysjEoL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7cpqprjbtv88bjlsi53c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--p7ysjEoL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7cpqprjbtv88bjlsi53c.png" alt="CSS Variables and Components" width="872" height="1266"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;code&gt;CSS Flex and Grid:&lt;/code&gt; Flexbox is made for one-dimensional layouts, and the Grid is made for two-dimensional layouts. It means Flexbox can work on either rows or columns at a time, but Grids can work on both. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AbKBor9F--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7711d12iyxm138bgjpdu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AbKBor9F--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7711d12iyxm138bgjpdu.png" alt="CSS Flex and Grid" width="880" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--n7ghctKZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/25g7z8vkoyw4wb9q8x6d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--n7ghctKZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/25g7z8vkoyw4wb9q8x6d.png" alt="CSS Flex and Grid" width="880" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;CSS Selector:&lt;/code&gt;

&lt;ul&gt;
&lt;li&gt;  nth-child selector&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DZ0159wh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3w2v0kpugiu9snpczbku.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DZ0159wh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3w2v0kpugiu9snpczbku.png" alt="CSS Selector" width="880" height="540"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Generating shapes with ::before and ::after&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--a4ypgiRv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t6cmn3btwnxc0ieo60n1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--a4ypgiRv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t6cmn3btwnxc0ieo60n1.png" alt="CSS Selector" width="880" height="919"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;code&gt;CSS animation :&lt;/code&gt; 

&lt;ul&gt;
&lt;li&gt;Add a smooth scrolling effect to the document&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HB8MIMIY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j92fds8cr58yqgy5py15.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HB8MIMIY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j92fds8cr58yqgy5py15.png" alt="CSS animation" width="880" height="351"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use transform and transition when action (Hover)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_99bo2Cx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gyfrw3p980xribnxw24v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_99bo2Cx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gyfrw3p980xribnxw24v.png" alt="transform " width="880" height="568"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Use CSS browser prefixes :&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YOhFStu---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rxi8o9nrjvnwwhk3zrkb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YOhFStu---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rxi8o9nrjvnwwhk3zrkb.png" alt="prefixes" width="880" height="649"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;code&gt;GitHub Pages:&lt;/code&gt; I used to host my first website for free&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In conclusion, this project showcases the use of HTML and CSS to create a visually appealing and responsive website.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>html</category>
    </item>
  </channel>
</rss>
