<?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>Forem: Madi Lloyd</title>
    <description>The latest articles on Forem by Madi Lloyd (@mlloyd).</description>
    <link>https://forem.com/mlloyd</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%2F1708463%2Ffff5594b-7edb-4f33-bb81-30aef7b8b348.jpg</url>
      <title>Forem: Madi Lloyd</title>
      <link>https://forem.com/mlloyd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mlloyd"/>
    <language>en</language>
    <item>
      <title>Goal-Oriented Planning Draft</title>
      <dc:creator>Madi Lloyd</dc:creator>
      <pubDate>Sun, 19 Jan 2025 05:34:36 +0000</pubDate>
      <link>https://forem.com/mlloyd/goal-oriented-planning-draft-6cf</link>
      <guid>https://forem.com/mlloyd/goal-oriented-planning-draft-6cf</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://srv.buysellads.com/ads/long/x/T6EK3TDFTTTTTT6WWB6C5TTTTTTGBRAPKATTTTTTWTFVT7YTTTTTTKPPKJFH4LJNPYYNNSZL2QLCE2DPPQVCEI45GHBT" rel="noopener noreferrer"&gt;Agent.ai&lt;/a&gt; Challenge: Productivity-Pro Agent (&lt;a href="https://dev.to/challenges/agentai"&gt;See Details&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;The application is a goal-oriented planning assistant designed to help users break down long-term goals into actionable tasks, schedule those tasks effectively, and track progress. It leverages AI for natural language understanding and advanced scheduling, offering tailored daily and weekly plans based on user preferences and availability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://agent.ai/agent/goal-planner" rel="noopener noreferrer"&gt;https://agent.ai/agent/goal-planner&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Video Example&lt;br&gt;
&lt;a href="https://youtu.be/STGx84lv3as" rel="noopener noreferrer"&gt;https://youtu.be/STGx84lv3as&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Agent.ai Experience
&lt;/h2&gt;

&lt;p&gt;It was very simple to create the AI agent, especially since it is using ChatGPT as my LLM. It definitely a useful tool that can be more concise and formatted than just chatting with AI.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>agentaichallenge</category>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Goal Visualizer: Simple Goal Tracker</title>
      <dc:creator>Madi Lloyd</dc:creator>
      <pubDate>Sat, 18 Jan 2025 22:21:16 +0000</pubDate>
      <link>https://forem.com/mlloyd/goal-visualizer-simple-goal-tracker-20id</link>
      <guid>https://forem.com/mlloyd/goal-visualizer-simple-goal-tracker-20id</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github"&gt;GitHub Copilot Challenge &lt;/a&gt;: New Beginnings&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Goal Visualizer is a simple web application designed to help users set goals, track their progress, and stay motivated. With interactive visualizations, motivational tips, and a celebratory confetti animation when you reach 100% progress, this app keeps goal-setting engaging and fun.&lt;/p&gt;

&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Goal Entry Form

&lt;ul&gt;
&lt;li&gt;Users can enter the name of their goal, the target value, and their current progress.&lt;/li&gt;
&lt;li&gt;Example:

&lt;ul&gt;
&lt;li&gt;Goal Name: &lt;em&gt;"Run a marathon"&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Target Value: &lt;em&gt;"26 miles"&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Current Progress: &lt;em&gt;"10 miles"&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Progress Visualization

&lt;ul&gt;
&lt;li&gt;A progress bar dynamically updates based on the user's input.&lt;/li&gt;
&lt;li&gt;Displays the percentage of completion in real time.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Motivational Tips

&lt;ul&gt;
&lt;li&gt;Random motivational tips are displayed to encourage users as they work toward their goals.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Celebratory Confetti

&lt;ul&gt;
&lt;li&gt;When the user reaches 100% progress, a confetti animation is triggered to celebrate their achievement.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Static Pages

&lt;ul&gt;
&lt;li&gt;Home page introduces the app and its purpose.&lt;/li&gt;
&lt;li&gt;Goal entry and visualization pages provide an intuitive workflow for users.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Technologies Used
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Frontend
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;HTML:&lt;/strong&gt; For structuring the content.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSS:&lt;/strong&gt; For styling the application, including the progress bar.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JavaScript:&lt;/strong&gt; For interactivity, such as handling form submissions, updating the progress bar, and displaying motivational tips.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  External Library
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Canvas-Confetti: For adding the celebratory confetti animation when progress reaches 100%.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  File Structure
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;DEV-Challenge--github-copilot--2025-01-18 /

├── index.html         # Home Page
├── goal-entry.html    # Goal Entry Page
├── visualization.html # Progress Visualization Page
├── css/
│   └── style.css      # Stylesheet
├── js/
│   └── main.js        # JavaScript for functionality
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h3&gt;
  
  
  How to Use
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Visit the Home Page

&lt;ul&gt;
&lt;li&gt;Read about the app and click "Get Started" to begin setting your goals.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Set Your Goal

&lt;ul&gt;
&lt;li&gt;Navigate to the Goal Entry page.&lt;/li&gt;
&lt;li&gt;Enter the name of your goal, the target value, and your current progress.&lt;/li&gt;
&lt;li&gt;Click "Save Goal" to proceed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Track Your Progress

&lt;ul&gt;
&lt;li&gt;View your progress as a percentage on the visualization page.&lt;/li&gt;
&lt;li&gt;Watch the progress bar update dynamically based on your input.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Stay Motivated

&lt;ul&gt;
&lt;li&gt;Read the random motivational tip displayed on the visualization page.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Celebrate Your Success

&lt;ul&gt;
&lt;li&gt;Reach 100% progress to trigger the confetti animation and celebrate your achievement!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Future Enhancements Options
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Edit Goals:&lt;/strong&gt; Allow users to modify their goals after creation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple Goals:&lt;/strong&gt; Support for tracking multiple goals at once.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Persistence:&lt;/strong&gt; Save goals to local storage for retrieval across sessions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive Design:&lt;/strong&gt; Ensure the app looks great on all screen sizes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Theme Customization:&lt;/strong&gt; Add dark mode and customizable color themes.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  How to Run the Project
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Clone the repository:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git clone https://github.com/madilloyd/DEV-Challenge--github-copilot--2025-01-18.git&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Navigate to the project folder:&lt;br&gt;
&lt;code&gt;cd DEV-Challenge--github-copilot--2025-01-18&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open &lt;code&gt;index.html&lt;/code&gt; in your browser to start the app.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Acknowledgments
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Canvas-Confetti: For providing the confetti animation.&lt;/li&gt;
&lt;li&gt;Inspirational quotes sourced from various motivational speakers and writers.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  License
&lt;/h3&gt;

&lt;p&gt;This project is open-source and created by Madi L using Copilot. Feel free to use, modify, and distribute it as you like!&lt;/p&gt;




&lt;h2&gt;
  
  
  Repo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/madilloyd/DEV-Challenge--github-copilot--2025-01-18.git" rel="noopener noreferrer"&gt;https://github.com/madilloyd/DEV-Challenge--github-copilot--2025-01-18.git&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  DEMO
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Home Page
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo44670kw0ptca7gynnwl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo44670kw0ptca7gynnwl.png" alt="Image description" width="800" height="537"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Enter Goal
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyie9v2llvf6atcs4mj3w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyie9v2llvf6atcs4mj3w.png" alt="Image description" width="800" height="454"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Progress Bars
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwe8igv2in70zm93afrnv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwe8igv2in70zm93afrnv.png" alt="Image description" width="800" height="536"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Completion
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz5tkv9m65vne5hoombcr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz5tkv9m65vne5hoombcr.png" alt="Image description" width="800" height="563"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Copilot Experience
&lt;/h2&gt;

&lt;p&gt;I pushed copilot to create this entire webpage and relied on it heavily for all the JavaScript. It was easy to use and familiar since I use ChatGPT sometimes. I even asked Copilot to summarize our chat. Here it is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;CSS Adjustments&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;You asked to make the plus button on the right side of the progress bar.&lt;/li&gt;
&lt;li&gt;We updated the CSS and JavaScript to position the plus and minus buttons correctly.&lt;/li&gt;
&lt;li&gt;We ensured the progress does not exceed 100% and added a confetti animation when the progress bar reaches 100%.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HTML and CSS Enhancements&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;We enhanced the home page by adding a hero section with a background image, a welcome message, and a call-to-action button.&lt;/li&gt;
&lt;li&gt;We updated the goal entry page to improve its styling and alignment.&lt;/li&gt;
&lt;li&gt;We ensured the footer stays at the bottom of the page using Flexbox.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Progress Bar Styling&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;We made the progress bar container wider and changed the text color inside the progress bar to dark grey.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Navigation Bar Visibility&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;We enhanced the visibility of the navigation bar on the index page by adding a background color, increasing padding, and adding a box shadow.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Throughout the chat, we made various updates to the style.css, goal-entry.html, and visualization.html files to improve the overall appearance and functionality of your web pages.&lt;/p&gt;

&lt;p&gt;Here's a summary of the help provided with the JavaScript:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Button Positioning&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We updated the JavaScript to ensure the plus button is on the right side and the minus button is on the left side of the progress bar.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Progress Update and Confetti Animation&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We modified the &lt;code&gt;updateProgress&lt;/code&gt; function to ensure the progress does not exceed 100%.&lt;/li&gt;
&lt;li&gt;We added a confetti animation using the &lt;code&gt;canvas-confetti&lt;/code&gt; library when the progress bar reaches 100%.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Motivational Tip&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We ensured that the motivational tip is only reloaded when the page is initially loaded and not when the progress is updated.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Key JavaScript Changes:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Event Listeners&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Added event listeners for the plus and minus buttons to update the progress and trigger the confetti animation when the progress reaches 100%.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;&lt;strong&gt;Progress Update Logic&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ensured the progress value is constrained between 0 and the target value using &lt;code&gt;Math.min&lt;/code&gt; and &lt;code&gt;Math.max&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;&lt;strong&gt;Confetti Animation&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Integrated the &lt;code&gt;canvas-confetti&lt;/code&gt; library and called the &lt;code&gt;confetti&lt;/code&gt; function when the progress reaches 100%.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;This summary covers the main JavaScript changes and enhancements made during our chat to improve the functionality and user experience of your web application.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I enjoyed using Copilot and it can definitely help with speeding up your coding process, like boilerplate. I can tell it is powerful and one should be careful with how much they choose to rely on it. For me, I am still a beginner and learning to code. It can help if I'm stuck, but I should gain a better understanding of fundamentals before using it too much.&lt;/p&gt;

&lt;h2&gt;
  
  
  Happy Goal Setting! 🎯
&lt;/h2&gt;

</description>
      <category>githubchallenge</category>
      <category>devchallenge</category>
      <category>webdev</category>
      <category>ai</category>
    </item>
    <item>
      <title>2024 Reflection to Compiling My 2025 Roadmap</title>
      <dc:creator>Madi Lloyd</dc:creator>
      <pubDate>Fri, 03 Jan 2025 21:05:24 +0000</pubDate>
      <link>https://forem.com/mlloyd/2024-reflection-to-compiling-my-2025-roadmap-m7m</link>
      <guid>https://forem.com/mlloyd/2024-reflection-to-compiling-my-2025-roadmap-m7m</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/newyear"&gt;2025 New Year Writing Challenge: Compiling 2025&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;In 2024 I decided I want to focus more on coding and make a career shift in the future. I have been studying in my free time, but it has not been enough. I moved three times in 2024, including two new states, and have not been utilizing my time effectively. 2025 is my year for focusing in on my goals and accomplishing what I set forth to do in this field.&lt;/p&gt;

&lt;p&gt;I have created a graphic to show my current plans for the year and broad quarterly goals. This will be evaluated and adjusted as the year goes on.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpsbcj4ebdnn0tj5771rf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpsbcj4ebdnn0tj5771rf.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Current Status - Jan 2025
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Foundations in HTML, CSS, Git&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Already working on CS50x&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Q1 Goals
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Complete CS50x and CS50P&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Complete more online challenges (DEV)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a clear course layout for Q2&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Final Notes
&lt;/h3&gt;

&lt;p&gt;My language goals this year are to solidify my knowledge in HTML, CSS, and Git. I want to learn JavaScript so I can create better Front-End applications. Also, I want to gain a solid foundation in Python for beginning some Back-End and LeetCode challenges. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Any tips and suggestions are all welcome.&lt;/em&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Happy New Year to everyone and good luck on your coding journey! 🎉
&lt;/h3&gt;

</description>
      <category>newyearchallenge</category>
      <category>devchallenge</category>
      <category>learning</category>
    </item>
    <item>
      <title>December Edition, Glam Up My Markup: Winter Solstice</title>
      <dc:creator>Madi Lloyd</dc:creator>
      <pubDate>Mon, 30 Dec 2024 06:57:44 +0000</pubDate>
      <link>https://forem.com/mlloyd/december-edition-glam-up-my-markup-winter-solstice-4d85</link>
      <guid>https://forem.com/mlloyd/december-edition-glam-up-my-markup-winter-solstice-4d85</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I saw this project posted on 12/25. I am newer to coding and wanted to try out styling the web page. This is still a work in progress.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/madilloyd" rel="noopener noreferrer"&gt;
        madilloyd
      &lt;/a&gt; / &lt;a href="https://github.com/madilloyd/DEV-dec-frontend-challenge" rel="noopener noreferrer"&gt;
        DEV-dec-frontend-challenge
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Glam Up My Markup: Winter Solstice
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;DEV-dec-frontend-challenge&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;Glam Up My Markup: Winter Solstice&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-12-04" rel="nofollow"&gt;Frontend Challenge - December Edition, Glam Up My Markup: Winter Solstice&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;What I Built&lt;/h2&gt;

&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Demo&lt;/h2&gt;

&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Journey&lt;/h2&gt;

&lt;/div&gt;





&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Links&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;Photo by &lt;a href="https://unsplash.com/@johnprice?utm_content=creditCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=unsplash" rel="nofollow noopener noreferrer"&gt;John Price&lt;/a&gt; on &lt;a href="https://unsplash.com/photos/shallow-focus-photography-of-trees-filled-of-snow-UdgvzNom0Xs?utm_content=creditCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=unsplash" rel="nofollow noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Photo by &lt;a href="https://unsplash.com/@aditya1702?utm_content=creditCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=unsplash" rel="nofollow noopener noreferrer"&gt;Aditya Vyas&lt;/a&gt; on &lt;a href="https://unsplash.com/photos/a-black-and-white-photo-of-snow-falling-PzhmEp_aDU4?utm_content=creditCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=unsplash" rel="nofollow noopener noreferrer"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://content.twinkl.co.uk/website/uploaded/07f18642-de62-11ec-870b-0257d57b707f-1666092486.jpg" rel="nofollow noopener noreferrer"&gt;https://content.twinkl.co.uk/website/uploaded/07f18642-de62-11ec-870b-0257d57b707f-1666092486.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.amazingperu.com/images/tours/gallery/winter_solistice_inti_raymi_festival_tour1.jpg" rel="nofollow noopener noreferrer"&gt;https://www.amazingperu.com/images/tours/gallery/winter_solistice_inti_raymi_festival_tour1.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://thebusypagan.com/wp-content/uploads/2023/11/Yule-history-feature.png" rel="nofollow noopener noreferrer"&gt;https://thebusypagan.com/wp-content/uploads/2023/11/Yule-history-feature.png&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://malevus.com/wp-content/uploads/2023/11/Koliada-festival.jpg" rel="nofollow noopener noreferrer"&gt;https://malevus.com/wp-content/uploads/2023/11/Koliada-festival.jpg&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/madilloyd/DEV-dec-frontend-challenge" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;I only started a few days ago and have not had much time. I would like to continue to improve this project and get more familiar with page layout through CSS.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
    </item>
  </channel>
</rss>
