<?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: Aiglelevant</title>
    <description>The latest articles on DEV Community by Aiglelevant (@aiglelevant).</description>
    <link>https://dev.to/aiglelevant</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%2F3044826%2Fa564d7ed-8a7f-43a9-8602-ddb02a9e857e.jpeg</url>
      <title>DEV Community: Aiglelevant</title>
      <link>https://dev.to/aiglelevant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aiglelevant"/>
    <language>en</language>
    <item>
      <title>1.3 - 100 Days of Code</title>
      <dc:creator>Aiglelevant</dc:creator>
      <pubDate>Wed, 16 Apr 2025 16:37:32 +0000</pubDate>
      <link>https://dev.to/aiglelevant/13-100-days-of-code-34n</link>
      <guid>https://dev.to/aiglelevant/13-100-days-of-code-34n</guid>
      <description>&lt;h2&gt;
  
  
  What happened so far?
&lt;/h2&gt;

&lt;p&gt;Good news! I've done the major part of the old style.scss. Now I'll proceed with the rest of the form.&lt;br&gt;
Was away for exams and other familial duties for a while.&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes done
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Brought back the old layout's upload button.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  To-do list for the next day
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Do the form.&lt;/li&gt;
&lt;li&gt;Make the gradient for form.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>100daysofcode</category>
      <category>css</category>
      <category>beginners</category>
    </item>
    <item>
      <title>1.2 - 100 Days of Code</title>
      <dc:creator>Aiglelevant</dc:creator>
      <pubDate>Sun, 13 Apr 2025 16:23:09 +0000</pubDate>
      <link>https://dev.to/aiglelevant/12-100-days-of-code-284</link>
      <guid>https://dev.to/aiglelevant/12-100-days-of-code-284</guid>
      <description>&lt;h2&gt;
  
  
  What happened so far?
&lt;/h2&gt;

&lt;p&gt;Lost my styles.scss file while changing folders. Have to re-write some parts of my code. Still, this is the progress I made before the file got deleted. Have to recreate this tomorrow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes done
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Fixed the upload element of the form.&lt;/li&gt;
&lt;li&gt;Added username, email, github id input fields.&lt;/li&gt;
&lt;li&gt;Added a button for submission.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  To-do list for the next day
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Re-write code&lt;/li&gt;
&lt;li&gt;Start working on the button.&lt;/li&gt;
&lt;li&gt;Add a gradient on the form.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>100daysofcode</category>
      <category>css</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Any book recs for programming?</title>
      <dc:creator>Aiglelevant</dc:creator>
      <pubDate>Sat, 12 Apr 2025 14:53:59 +0000</pubDate>
      <link>https://dev.to/aiglelevant/any-book-recs-for-programming-2go3</link>
      <guid>https://dev.to/aiglelevant/any-book-recs-for-programming-2go3</guid>
      <description></description>
      <category>help</category>
      <category>programming</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>1.1 - 100 Days of Code</title>
      <dc:creator>Aiglelevant</dc:creator>
      <pubDate>Sat, 12 Apr 2025 14:47:03 +0000</pubDate>
      <link>https://dev.to/aiglelevant/11-100-days-of-code-394l</link>
      <guid>https://dev.to/aiglelevant/11-100-days-of-code-394l</guid>
      <description>&lt;h2&gt;
  
  
  About the project - Conference Ticket Generator
&lt;/h2&gt;

&lt;p&gt;This is a project from &lt;a href="https://www.frontendmentor.io/challenges/conference-ticket-generator-oq5gFIU12w" rel="noopener noreferrer"&gt;frontendmentor.io&lt;/a&gt; where you're asked to build a &lt;strong&gt;dynamic form&lt;/strong&gt; that would generate a &lt;strong&gt;conference ticket&lt;/strong&gt; based on the details you provide it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes done
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Made a major part of the header &amp;amp; hero section&lt;/li&gt;
&lt;li&gt;Added 2 background svg using css background rules&lt;/li&gt;
&lt;li&gt;Created a form element for uploading files&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Challenges faced
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Getting the background SVGs to work was hard, given that this was my first time dealing with something like this.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  To-do list for next day
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Finish the upload element.&lt;/li&gt;
&lt;li&gt;Start working on name and email address inputs.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>css</category>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
