<?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: Gifty Asamoah</title>
    <description>The latest articles on DEV Community by Gifty Asamoah (@gifty_asamoah).</description>
    <link>https://dev.to/gifty_asamoah</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%2F2670127%2F84a37e1f-2068-4941-a7b0-58dc4b23f403.jpg</url>
      <title>DEV Community: Gifty Asamoah</title>
      <link>https://dev.to/gifty_asamoah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gifty_asamoah"/>
    <language>en</language>
    <item>
      <title>ISOC IWD '25 - Building a simple Landing Page</title>
      <dc:creator>Gifty Asamoah</dc:creator>
      <pubDate>Sat, 01 Mar 2025 05:25:21 +0000</pubDate>
      <link>https://dev.to/gifty_asamoah/isoc-iwd-25-building-a-simple-landing-page-4j2j</link>
      <guid>https://dev.to/gifty_asamoah/isoc-iwd-25-building-a-simple-landing-page-4j2j</guid>
      <description>&lt;p&gt;&lt;strong&gt;INTRODUCTION&lt;/strong&gt;&lt;br&gt;
According to several reports, women in developing countries are the economic backbone of their families. At this year’s ISOC IWD celebration, this brief documentation as a how-to guide has been developed to help you build landing pages (in few minutes) to promote your businesses online, advancing ISOC’s mission of internet accessibility, safety, and affordability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NECESSARY TOOLS:&lt;/strong&gt;&lt;br&gt;
Before we begin, ensure you have these necessary tools installed for editing, version control, and deployment. Here’s what you need:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Code Editor:&lt;/li&gt;
&lt;li&gt;Download &amp;amp; Install VS Code from -----&amp;gt; &lt;a href="https://code.visualstudio.com/download" rel="noopener noreferrer"&gt;https://code.visualstudio.com/download&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;At the extensions part, install live server &amp;amp; prettier&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Version Control &amp;amp; Collaboration:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download &amp;amp; Install Git ----&amp;gt; &lt;a href="https://git-scm.com/downloads" rel="noopener noreferrer"&gt;https://git-scm.com/downloads&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create Github Account: &lt;a href="https://github.com/join" rel="noopener noreferrer"&gt;https://github.com/join&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Template Editing &amp;amp; File Extraction:  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Zip Extractor – If you're downloading the template, ensure you have a tool like:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For Windows: Built-in extractor or &lt;a href="https://www.7-zip.org/" rel="noopener noreferrer"&gt;7-Zip&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;For Mac: Built-in Archive Utility or &lt;a href="https://theunarchiver.com/" rel="noopener noreferrer"&gt;The Unarchiver&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choose your Frontend template:   &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Template site: &lt;a href="https://themewagon.com/?swoof=1&amp;amp;post_type=product&amp;amp;woof_text=One%20page&amp;amp;paged=2" rel="noopener noreferrer"&gt;https://themewagon.com/?swoof=1&amp;amp;post_type=product&amp;amp;woof_text=One%20page&amp;amp;paged=2&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Preview and download your preferred choice.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Extract from the zip folder to either your desktop or documents (to easily trace the file path)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Replace images in the IMG folder with your preferred images.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deployment Platforms:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vercel is highly recommended (&lt;a href="https://vercel.com/" rel="noopener noreferrer"&gt;https://vercel.com/&lt;/a&gt;) – sign up  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GitHub Pages - (&lt;a href="https://pages.github.com/" rel="noopener noreferrer"&gt;https://pages.github.com/&lt;/a&gt;) – if you already have a git account, kindly ignore this.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Browser &amp;amp; Developer Tools: &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Google Chrome - (&lt;a href="https://www.google.com/chrome/" rel="noopener noreferrer"&gt;https://www.google.com/chrome/&lt;/a&gt;) – Preferred browser with DevTools for debugging.  &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;NEXT STEPS:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open folder in vs code.&lt;/li&gt;
&lt;li&gt;Edit to suit.&lt;/li&gt;
&lt;li&gt;Link your VS Code to your Git Account.&lt;/li&gt;
&lt;li&gt;Push codes to your Github.&lt;/li&gt;
&lt;li&gt;Deploy on vercel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The link to a thorough walk-through video will soon be shared. Thank you.&lt;/p&gt;

&lt;p&gt;THE END.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
