<?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: Ayebidun Ezekiel </title>
    <description>The latest articles on DEV Community by Ayebidun Ezekiel  (@ezekiel8807).</description>
    <link>https://dev.to/ezekiel8807</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%2F373472%2F041d8041-2dde-4f6e-a577-af62446346f8.jpeg</url>
      <title>DEV Community: Ayebidun Ezekiel </title>
      <link>https://dev.to/ezekiel8807</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ezekiel8807"/>
    <language>en</language>
    <item>
      <title>Introduction to Git and Github</title>
      <dc:creator>Ayebidun Ezekiel </dc:creator>
      <pubDate>Fri, 03 Jun 2022 09:03:20 +0000</pubDate>
      <link>https://dev.to/ezekiel8807/introduction-to-git-and-github-1f70</link>
      <guid>https://dev.to/ezekiel8807/introduction-to-git-and-github-1f70</guid>
      <description>&lt;p&gt;&lt;strong&gt;Outlines&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Introduction to git&lt;/li&gt;
&lt;li&gt;Types of version control&lt;/li&gt;
&lt;li&gt;Introduction to github&lt;/li&gt;
&lt;li&gt;Why use github&lt;/li&gt;
&lt;li&gt;How to create a github account&lt;/li&gt;
&lt;li&gt;How to install and configure git&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Introduction to git
&lt;/h2&gt;

&lt;p&gt;When you are working on a simple project, such as a single page html, it is very easy to remember the last thing you changed and where the changed occurred.&lt;/p&gt;

&lt;p&gt;Version Control Systems (VCS) help a software team manage changes to source code over time. VCS software includes tools for saving the state of a project, viewing the history of changes, and reverting changes.&lt;br&gt;
Developing software without using version control is risky, similar to not having backups. VCS can also enhance and speed up development. Depending on the version control software used, many developers can work on the same code at the same time.&lt;/p&gt;

&lt;h3&gt;
  
  
  Types of version controls
&lt;/h3&gt;

&lt;p&gt;There are two types of version control.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Centralized version control system&lt;/li&gt;
&lt;li&gt;Distributed control system&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Centralized VCS
&lt;/h4&gt;

&lt;p&gt;All the team members or people working on the same code connect to the central server to get the latest copy of the code, and to share their changes with others. The pitfall of centralized VCS is if the server goes offline, we can’t collaborate and save snapshots of our project. So, we have to wait until the project comes back online.&lt;/p&gt;

&lt;h4&gt;
  
  
  Distributed Version control systems
&lt;/h4&gt;

&lt;p&gt;we don’t have this problem. Every team member has a copy of the project with its history on their machine. So, we can save the snapshots of our project locally on our computer. If our server is offline, we can synchronize our work directly with others.&lt;br&gt;
One of the most popular version control systems is Git, a distributed VCS.&lt;/p&gt;

&lt;p&gt;Git has another advantage - it is distributed.&lt;br&gt;
Rather than having only one single place for the full version history of a project, every developer's working copy of the code is also a repository that can contain the full history of all changes. Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction to github
&lt;/h2&gt;

&lt;p&gt;GitHub is the cloud-hosted Git management tool and git is Version Control System. Github helps us to share and store our code easily.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why use github
&lt;/h3&gt;

&lt;p&gt;Github helps us to share and store our code easily. With the help of github we can work on project irrespective of our location or schedule.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to create a github account
&lt;/h3&gt;

&lt;p&gt;The steps below illustrate how to create a github account;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Load GitHub website on your browser or click GitHub&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhvu7riggtci599a2deho.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhvu7riggtci599a2deho.PNG" alt="github landing page" width="800" height="362"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a new account by clicking the sign up button and fill up necessary information such as username, email password etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdg6sn74411buka7p86sf.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdg6sn74411buka7p86sf.PNG" alt="github registration page" width="800" height="354"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;lastly login to your github account using your registered &lt;strong&gt;username&lt;/strong&gt; and &lt;strong&gt;password&lt;/strong&gt; Boom you now have a github Account.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fax7rnus0xi6or7n56pdq.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fax7rnus0xi6or7n56pdq.PNG" alt="github homepage" width="800" height="366"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to install and configure git
&lt;/h2&gt;

&lt;p&gt;Before we can monitor or control our project, we need to have git install and configure on our local machine.&lt;/p&gt;

&lt;h3&gt;
  
  
  Setup and installation
&lt;/h3&gt;

&lt;p&gt;You can download git from &lt;a href="https://git-scm.com/"&gt;here&lt;/a&gt; and for installation, use these &lt;a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git"&gt;instructions&lt;/a&gt; provided by git (if it’s not already installed).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fesijjltomgz0fbreknvg.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fesijjltomgz0fbreknvg.PNG" alt="git landing page" width="800" height="365"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  configuration
&lt;/h3&gt;

&lt;p&gt;if it's your first time using git then you need to configure it, so that git can identify the user. follow the steps below to configure git on your local machine&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps to configure git on your local machine(computer)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F923lbmoi7nhsg78etaqr.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F923lbmoi7nhsg78etaqr.PNG" alt="command line" width="800" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Search for &lt;strong&gt;command prompt&lt;/strong&gt; on window and &lt;strong&gt;command Line&lt;/strong&gt; mac&lt;br&gt;
then open program to lunch the command interface&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;on your command line run the command below to configure git on your machine:&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git config — global user.name “Your Name”
git config — global user.email youremail@example
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;So far, we have been able to cover some basics of git and github, in our next article we are going to be covering &lt;strong&gt;How to push our project to github&lt;/strong&gt;. Please do comment, share and like, see you in the next article.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>git</category>
      <category>github</category>
    </item>
    <item>
      <title>How to push your project to github</title>
      <dc:creator>Ayebidun Ezekiel </dc:creator>
      <pubDate>Sun, 24 Apr 2022 12:08:57 +0000</pubDate>
      <link>https://dev.to/ezekiel8807/how-to-push-your-project-to-github-1bn7</link>
      <guid>https://dev.to/ezekiel8807/how-to-push-your-project-to-github-1bn7</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Github helps us to share and store our code easily. Today we will learn how we can push a project which is stored locally to a remote server or github. Before we push the project to Github, we need to &lt;em&gt;configure&lt;/em&gt; and &lt;em&gt;install&lt;/em&gt; git on our computer and you also need a GitHub account. &lt;/p&gt;

&lt;p&gt;If you don’t know how to configure and install git read this &lt;a href="https://dev.to/ezekiel8807/introduction-to-git-and-github-1f70"&gt;Introduction to git and github&lt;/a&gt;. If you have already set it up. Let’s continue.&lt;/p&gt;

&lt;p&gt;Below are few steps to take to push our project to github&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Create a github repo&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Initialize Git in the project folder on your local machine&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the files to the git staging area&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Commit the staged files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the remote origin&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Push to GitHub&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Create a github repo
&lt;/h3&gt;

&lt;p&gt;The first step in pushing your project to github is creating a &lt;br&gt;
github repo. you can do that by following this &lt;a href="https://github.com/new"&gt;link &lt;/a&gt;. fill information such as &lt;em&gt;project name&lt;/em&gt;, &lt;em&gt;description&lt;/em&gt; if you want to, and click on create the repository.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadb02fiyvnyfmqdvuxbd.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadb02fiyvnyfmqdvuxbd.PNG" alt="a" width="800" height="366"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fteoxgfm9axgjgdngd47c.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fteoxgfm9axgjgdngd47c.PNG" alt="b" width="800" height="356"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Initialize Git in the project folder on your local machine
&lt;/h3&gt;

&lt;p&gt;To initialize git in your project, open command line in the root directory of your project and type the command below&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   git init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fatkgv4qoaocp23koo4rd.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fatkgv4qoaocp23koo4rd.PNG" alt="c" width="571" height="148"&gt;&lt;/a&gt;&lt;br&gt;
if you see this, it means you have now initialize git in your project.&lt;/p&gt;
&lt;h3&gt;
  
  
  Add the files to the git staging area
&lt;/h3&gt;

&lt;p&gt;Add the files to the git staging area, where all the untracked files will be part of the staging area and will be ready to get tracked.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;touch readme.md
git status
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The &lt;em&gt;touch&lt;/em&gt; is a command in git command line follow by the file name with his extension to create a file.&lt;br&gt;
This command &lt;em&gt;git status&lt;/em&gt; is used by git to track files.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7qhlu0jse23pmb3bt6j2.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7qhlu0jse23pmb3bt6j2.PNG" alt="d" width="571" height="385"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now the file created is colored red meaning its untrack, so let add the file to the staging area so it could be track by git.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git add 'file name'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git add .
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The &lt;em&gt;git add 'file name'&lt;/em&gt; is used to add a single file by its &lt;em&gt;name.extension&lt;/em&gt; while &lt;em&gt;git add .&lt;/em&gt; is used to add all file at once to the staging area.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvp46fenpy87tyy6h91u9.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvp46fenpy87tyy6h91u9.PNG" alt="e" width="569" height="380"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Commit the staged files
&lt;/h3&gt;

&lt;p&gt;Commit in git-speak, is the term used for saving changes. Git doesn’t add changes automatically. You need to specify which file and changes, you need to save by adding the files. The commit command saves changes in the local repository of Git.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git commit -m “Initial Commit”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjcwsdv9b2frmepzkegyk.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjcwsdv9b2frmepzkegyk.PNG" alt="f" width="563" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this command “-m” is used to tell the git, that we are adding a message.&lt;/p&gt;

&lt;h3&gt;
  
  
  Add the remote origin
&lt;/h3&gt;

&lt;p&gt;Now to go to github to copy the link to our repo or click &lt;a href="https://github.com/Ezekiel8807/web"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft4emry2q5gdgv5w5g0kf.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft4emry2q5gdgv5w5g0kf.PNG" alt="g" width="800" height="104"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After copying the address, you have to add the origin of the remote repo to the local repo by using the following command.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git remote add origin https://github.com/Ezekiel8807/web.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;this address should be the address of the repo you created on your github account.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqhm5pusxev2xfoi3lal9.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqhm5pusxev2xfoi3lal9.PNG" alt="h" width="581" height="227"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Push to GitHub
&lt;/h3&gt;

&lt;p&gt;This is the last phase, now type the following command to push your code to the online repo. Before we push we need to check whether our branch is main or master to check that type the following command.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git branch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbtjue6usdqgg3n413vbe.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbtjue6usdqgg3n413vbe.PNG" alt="i" width="581" height="198"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In these case my branch is "master" yours might be "main". To push your project use either of the two command below base on your branch name.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git push origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git push origin master
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft7s31nbvwzbe2z6r3o3v.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft7s31nbvwzbe2z6r3o3v.PNG" alt="j" width="562" height="289"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;if you see this, congratulaton your project is now life. you can now share with friends or other developer. &lt;/p&gt;

&lt;p&gt;finally let check the project we push to github by clicking &lt;a href="https://github.com/Ezekiel8807/web"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffu0abrhswqjr0m7gtool.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffu0abrhswqjr0m7gtool.PNG" alt="k" width="800" height="409"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So far, we have been able to cover how to push our project to github in continuation of the last article &lt;a href="https://dev.to/ezekiel8807/introduction-to-git-and-github-1f70"&gt;INTRODUCTION TO GIT AND GITHUB&lt;/a&gt;. Please do comment, like and share.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>github</category>
      <category>programming</category>
    </item>
    <item>
      <title>File upload</title>
      <dc:creator>Ayebidun Ezekiel </dc:creator>
      <pubDate>Fri, 11 Mar 2022 16:01:45 +0000</pubDate>
      <link>https://dev.to/ezekiel8807/file-upload-36aa</link>
      <guid>https://dev.to/ezekiel8807/file-upload-36aa</guid>
      <description>&lt;p&gt;What is the best method for handling image upload and preview&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>react</category>
      <category>node</category>
    </item>
    <item>
      <title>How to setup back-end server using express and node js.</title>
      <dc:creator>Ayebidun Ezekiel </dc:creator>
      <pubDate>Wed, 20 Oct 2021 15:02:41 +0000</pubDate>
      <link>https://dev.to/ezekiel8807/how-to-setup-back-end-server-using-express-and-node-js-216g</link>
      <guid>https://dev.to/ezekiel8807/how-to-setup-back-end-server-using-express-and-node-js-216g</guid>
      <description>&lt;p&gt;I will be explaining to you how to setup your back-end server using express and node js. &lt;br&gt;
   Before we proceed let us understand some of the terms we be using here.&lt;/p&gt;
&lt;h2&gt;
  
  
  what is node
&lt;/h2&gt;

&lt;p&gt;Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that is built on Chrome's V8 JavaScript engine. It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.&lt;/p&gt;

&lt;p&gt;It has its own package ecosystem, called npm (Node Package Manager), which is the largest ecosystem of open-source libraries in the world.&lt;/p&gt;

&lt;p&gt;Typical tasks for a server are to handle user requests, open a file on the server, access the database, and return the content to the client. But not all web-servers work the same way. In the case of Node.js, it is important to stress its single-threaded, non-blocking, and asynchronous I/O.&lt;/p&gt;

&lt;p&gt;For example, consider this comparison of how PHP handles the events of a file request versus how Node.js handles one.&lt;/p&gt;
&lt;h3&gt;
  
  
  php:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;The server requests a file from the file system.&lt;/li&gt;
&lt;li&gt;The server waits until the system opens and reads the file.&lt;/li&gt;
&lt;li&gt;The server returns the data to the client.&lt;/li&gt;
&lt;li&gt;The server handles the next request. opens and reads the file.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;
  
  
  node.js
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;The server requests a file from the file system.&lt;/li&gt;
&lt;li&gt;The server handles the next request.&lt;/li&gt;
&lt;li&gt;When the system opens and reads the file, the server will return the data to the client.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Since we now understand what node.js is, let's do justice to express.&lt;/p&gt;
&lt;h2&gt;
  
  
  What is express:
&lt;/h2&gt;

&lt;p&gt;Express.js, or simply Express, is a back end web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js. &lt;/p&gt;

&lt;p&gt;Lastly let know what server actually mean.&lt;/p&gt;
&lt;h2&gt;
  
  
  what is web-server:
&lt;/h2&gt;

&lt;p&gt;A web server is software and hardware that uses HTTP (Hypertext Transfer Protocol) and other protocols to respond to client requests made over the World Wide Web. The main job of a web server is to display website content through storing, processing and delivering webpages to users.&lt;/p&gt;

&lt;p&gt;Now that we now understand what all the terms mean, let create our web back-end server using express and node.js.&lt;/p&gt;

&lt;p&gt;Firstly let's download and install all the application we will be using for this project. They include;&lt;/p&gt;
&lt;h3&gt;
  
  
  1. Node.js
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5tiu0p310d79v0she18y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5tiu0p310d79v0she18y.png" alt="node js" width="554" height="554"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;rct=j&amp;amp;url=https://nodejs.org/&amp;amp;ved=2ahUKEwjgyc6eqtnzAhUVgP0HHS1iBXgQFnoECAYQAQ&amp;amp;usg=AOvVaw1tY2p-vJFWJmxWlq4sTxCn"&gt;Download node.js&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  2. Vs code - text editor
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxdzg1nyo858toxjqi14s.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxdzg1nyo858toxjqi14s.jpeg" alt="vs code" width="766" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;rct=j&amp;amp;url=https://code.visualstudio.com/&amp;amp;ved=2ahUKEwjCn5_6rtnzAhUDgf0HHcPiDrwQFnoECAkQAg&amp;amp;usg=AOvVaw15O90sm1ios8AUpw56hCml"&gt;Download vs code&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;After the installation process is done, let's open &lt;strong&gt;command line&lt;/strong&gt; or &lt;strong&gt;git&lt;/strong&gt; to setup our back-end server project&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   cd Desktop
   mkdir back_server
   cd back_server
   npm init --yes
   npm install --save express
   touch index.js
   Code .
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Let's explain the functions of the command above.&lt;br&gt;
&lt;strong&gt;cd desktop&lt;/strong&gt;: change directory to desktop.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;mkdir back_server&lt;/strong&gt;: create a folder 📁 called &lt;em&gt;back_server&lt;/em&gt; in desktop.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;npm init --yes&lt;/strong&gt;: initialize node inside back_server. --yes is simply use to skip process.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;npm install --save express&lt;/strong&gt;: it's use to install express in our back_server folder 📂. --save is use to save express as dependency inside the package.json file.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;touch index.js&lt;/strong&gt;: create index.js file inside back_server folder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;code .&lt;/strong&gt;: Open vs code editor.&lt;/p&gt;

&lt;p&gt;Now that our setup is ready, let's start Some coding.&lt;/p&gt;

&lt;p&gt;Open the index.js file with vs code&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;express&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;require&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;express&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;port&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;3000&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

&lt;span class="c1"&gt;//initialize express&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;server&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;express&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;

&lt;span class="c1"&gt;//index router&lt;/span&gt;
&lt;span class="nx"&gt;server&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;/&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;req&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;res&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
   &lt;span class="nx"&gt;res&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;send&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Hello world&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="p"&gt;});&lt;/span&gt;

&lt;span class="nx"&gt;server&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;listen&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;port&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="s2"&gt;`server is running at localhost:&lt;/span&gt;&lt;span class="p"&gt;${&lt;/span&gt;&lt;span class="nx"&gt;port&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="s2"&gt;`&lt;/span&gt;&lt;span class="p"&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Let explain the code about.....&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We require express module &lt;/li&gt;
&lt;li&gt;initialize it to a constant &lt;em&gt;server&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;create an index router /&lt;/li&gt;
&lt;li&gt;send a response of &lt;em&gt;hello world&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Then the server is pin to port 3000 to listen to any server call.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Finally let's run our server&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   node index
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Let's lunch our browser and enter &lt;strong&gt;&lt;em&gt;localhost:3000&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpv22voqot48xgw2prnio.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpv22voqot48xgw2prnio.PNG" alt="browser" width="504" height="198"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Wow😲 that cool our server is now running fine. Please leave your comments and advice. Thank you🙏&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Types of html inputs</title>
      <dc:creator>Ayebidun Ezekiel </dc:creator>
      <pubDate>Fri, 15 Oct 2021 09:31:54 +0000</pubDate>
      <link>https://dev.to/ezekiel8807/types-of-html-inputs-ahh</link>
      <guid>https://dev.to/ezekiel8807/types-of-html-inputs-ahh</guid>
      <description>&lt;p&gt;There are lot of &lt;strong&gt;html&lt;/strong&gt; syntaxs for allowing inputs in our projects. &lt;br&gt;
2day let take them one after the other for better understanding..&lt;/p&gt;

&lt;h3&gt;
  
  
  Text input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"text"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;input&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Input are reserved word in html enclosed with the opening and closing tag (&amp;lt; &amp;gt;).&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;em&gt;type&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Type is one of html attributes in html, they are generally use specify the type of input needed.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;em&gt;text&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Text is one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use for getting input data in form of strings or characters.&lt;/p&gt;




&lt;h3&gt;
  
  
  Number input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"number"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;number&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Number is one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use for getting input data in form of numbers.&lt;/p&gt;




&lt;h3&gt;
  
  
  Email input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"email"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;email&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Email is also one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use for getting email address. Other input aside a correct email address throw error.&lt;/p&gt;




&lt;h3&gt;
  
  
  Button
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"button"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;button&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Button is also one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use for creating buttons&lt;/p&gt;




&lt;h3&gt;
  
  
  Password input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"password"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;password&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Password is also one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It help to hide sensitive data.&lt;/p&gt;




&lt;h3&gt;
  
  
  Option input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"radio"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"checkbox"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"range"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;radio, checkbox and range&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;They are type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use for getting multiple data at a time.&lt;/p&gt;




&lt;h3&gt;
  
  
  Color input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"color"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;color&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Color is also one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use to get color value.&lt;/p&gt;




&lt;h3&gt;
  
  
  Url input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"url"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;url&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Url is also one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use for getting url as input data.&lt;/p&gt;




&lt;h3&gt;
  
  
  Date input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"date"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;date&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;Date is one of type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. It's use for getting date as input from a form.&lt;/p&gt;




&lt;h3&gt;
  
  
  Media input
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"image"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;   &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"file"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  &lt;em&gt;image and file&lt;/em&gt;:
&lt;/h4&gt;

&lt;p&gt;These are also type_value for the input attribute &lt;strong&gt;&lt;em&gt;Type&lt;/em&gt;&lt;/strong&gt;. They are use for getting media data such as;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Music file&lt;/li&gt;
&lt;li&gt;Image file&lt;/li&gt;
&lt;li&gt;Document e.t.c&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Creating a cool profile card</title>
      <dc:creator>Ayebidun Ezekiel </dc:creator>
      <pubDate>Wed, 13 Oct 2021 09:52:57 +0000</pubDate>
      <link>https://dev.to/ezekiel8807/creating-a-cool-profile-card-52c6</link>
      <guid>https://dev.to/ezekiel8807/creating-a-cool-profile-card-52c6</guid>
      <description>&lt;p&gt;Hello guys,&lt;br&gt;
today i will be showing how I created this cool profile card, let's get started..&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmd87pijbeiddnrdwfczn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmd87pijbeiddnrdwfczn.png" alt="profile_card" width="608" height="819"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Create a workspace
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   cd /Desktop
   mkdir profile_card
   cd profile_card
   touch index.html
   touch style.css
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;cd /Desktop&lt;/strong&gt;: is use to change directory to the desktop 🖥️&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;mkdir profile_card&lt;/strong&gt;: this command is use to create a folder called &lt;em&gt;ptofile_card&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;cd profile_card&lt;/strong&gt;: the command is use to navigate inside the profile_card folder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;touch index.html&lt;/strong&gt;: create a index.html file inside the profile_card folder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;touch style.css&lt;/strong&gt;: create a style.css file inside the profile_card folder.&lt;/p&gt;

&lt;h2&gt;
  
  
  create profile card
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="cp"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;html&lt;/span&gt; &lt;span class="na"&gt;lang=&lt;/span&gt;&lt;span class="s"&gt;"en"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;charset=&lt;/span&gt;&lt;span class="s"&gt;"UTF-8"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;http-equiv=&lt;/span&gt;&lt;span class="s"&gt;"X-UA- 
         Compatible"&lt;/span&gt; 
          &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;" IE=edge"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
         &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"viewport"&lt;/span&gt; 
         &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"width=device- 
         width, initial-scale=1.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

    &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Profile page&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;

    &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"style.css"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"profile-block"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

        &lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"cover-img"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
            &lt;span class="nt"&gt;&amp;lt;img&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"c.png"&lt;/span&gt; &lt;span class="na"&gt;alt=&lt;/span&gt;&lt;span class="s"&gt;"cover-photo"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;

        &lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"profile-image-box"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
            &lt;span class="nt"&gt;&amp;lt;img&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"a.jpg"&lt;/span&gt; &lt;span class="na"&gt;alt=&lt;/span&gt;&lt;span class="s"&gt;"profile picture"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;span&amp;gt;&lt;/span&gt;Ayebidun Ezekiel&lt;span class="nt"&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Full_stack Developer&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;

        &lt;span class="nt"&gt;&amp;lt;div&lt;/span&gt; &lt;span class="na"&gt;class=&lt;/span&gt;&lt;span class="s"&gt;"more"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
            &lt;span class="nt"&gt;&amp;lt;button&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"button"&lt;/span&gt; &lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;Portfolio&lt;span class="nt"&gt;&amp;lt;/button&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  styling our profile card
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;padding&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;


&lt;span class="nc"&gt;.profile-block&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;20%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;15%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;250px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;position&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;absolute&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;5px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;box-shadow&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt; &lt;span class="m"&gt;4px&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt; &lt;span class="m"&gt;#5c75b1&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nc"&gt;.cover-img&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;height&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;150px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nc"&gt;.cover-img&lt;/span&gt; &lt;span class="nt"&gt;img&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;height&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;background-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;cover&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;background-position&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;center&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;background-repeat&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="nb"&gt;no-repeat&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border-top-right-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;5px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border-top-left-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;5px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nc"&gt;.profile-image-box&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;80px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;left&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;65px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;height&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;50%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;position&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;absolute&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;solid&lt;/span&gt; &lt;span class="m"&gt;7px&lt;/span&gt; &lt;span class="m"&gt;#4d6cb2&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;box-shadow&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt; &lt;span class="m"&gt;4px&lt;/span&gt; &lt;span class="m"&gt;0px&lt;/span&gt; &lt;span class="m"&gt;#5c75b1&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;


&lt;span class="nc"&gt;.profile-image-box&lt;/span&gt; &lt;span class="nt"&gt;img&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;height&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;100%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border-radius&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;50%&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nc"&gt;.profile-block&lt;/span&gt; &lt;span class="nt"&gt;span&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;25px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;font-weight&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;bold&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin-top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;50px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;position&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;absolute&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;text-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;center&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;font-family&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;'franklin gothic medium'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s2"&gt;'arial narrow'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;arial&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nb"&gt;sans-serif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nc"&gt;.profile-block&lt;/span&gt; &lt;span class="nt"&gt;p&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;margin-top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;80px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;text-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;center&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;font-weight&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;lighter&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nc"&gt;.more&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;text-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;center&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="nc"&gt;.more&lt;/span&gt; &lt;span class="nt"&gt;button&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;150px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;height&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;30px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;border&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;none&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin-top&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;40px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;#ffffff&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;font-weight&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;bold&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;margin-bottom&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;50px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nl"&gt;background-color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;#5c75b7&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="o"&gt;%&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>Hey👋,</title>
      <dc:creator>Ayebidun Ezekiel </dc:creator>
      <pubDate>Sat, 25 Apr 2020 14:09:54 +0000</pubDate>
      <link>https://dev.to/ezekiel8807/introduction-297k</link>
      <guid>https://dev.to/ezekiel8807/introduction-297k</guid>
      <description>&lt;h2&gt;
  
  
  I'm Ayebidun Ezekiel.
&lt;/h2&gt;

&lt;p&gt;A fullstack developer with over 5 years of experience and &lt;em&gt;very passionate&lt;/em&gt; about it. And open to &lt;strong&gt;collaboration&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Get In Touch
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Facebook: &lt;a href="https://web.facebook.com/Ezekiel8807"&gt;Add me&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Twitter: &lt;a href="https://twitter.com/AyebidunEzekiel"&gt;Follow me&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LinkedIn: &lt;a href="https://Linkedin.com/in/Ezekiel8807"&gt;Connect&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GitHub: &lt;a href="//www.github.com/Ezekiel8807"&gt;Ezekiel8807&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;WhatsApp &lt;a href=""&gt;+2348100196214&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>contributorswanted</category>
    </item>
  </channel>
</rss>
