{"id":2039,"date":"2022-07-05T22:44:59","date_gmt":"2022-07-05T17:44:59","guid":{"rendered":"https:\/\/www.edopedia.com\/blog\/?p=2039"},"modified":"2022-07-06T12:23:41","modified_gmt":"2022-07-06T07:23:41","slug":"instagram-login-page-html-code","status":"publish","type":"post","link":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/","title":{"rendered":"Instagram Login Page HTML and CSS Code Download"},"content":{"rendered":"\n<p>The official <strong>Instagram login page<\/strong> is designed using <strong>HTML and CSS<\/strong>. In this tutorial, I&#8217;ll provide you complete <strong>source code<\/strong> of the Instagram login page.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Images Used on Instagram Login Page<\/h2>\n\n\n\n<p>Download these images by clicking the links given below. After downloading, place all these images inside the root directory of your project.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.edopedia.com\/assets\/images\/static\/download\/instagram_login_page_html_code\/instagram.png\" target=\"_blank\" rel=\"noreferrer noopener\" download=\"\">Instagram logo file<\/a><\/li><li><a href=\"https:\/\/www.edopedia.com\/assets\/images\/static\/download\/instagram_login_page_html_code\/facebook.png\" target=\"_blank\" rel=\"noreferrer noopener\" download=\"\">Facebook logo file<\/a><\/li><li><a href=\"https:\/\/www.edopedia.com\/assets\/images\/static\/download\/instagram_login_page_html_code\/googleplay.png\" target=\"_blank\" rel=\"noreferrer noopener\" download=\"\">Google Play icon file<\/a><\/li><li><a href=\"https:\/\/www.edopedia.com\/assets\/images\/static\/download\/instagram_login_page_html_code\/appstore.png\" target=\"_blank\" rel=\"noreferrer noopener\" download=\"\">App Store icon file<\/a><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">index.html<\/h2>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text\/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;HTML&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;html&quot;}\">&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot;&gt;\n&lt;head&gt;\n\t&lt;meta charset=&quot;UTF-8&quot;&gt;\n\t&lt;title&gt;Instagram Login Page&lt;\/title&gt;\n\t&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot;&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n&lt;div class=&quot;wrapper&quot;&gt;\n\t&lt;div class=&quot;header&quot;&gt;\n\t\t&lt;div class=&quot;top&quot;&gt;\n\t\t\t&lt;div class=&quot;logo&quot;&gt;\n\t\t\t\t&lt;img src=&quot;instagram.png&quot; alt=&quot;instagram&quot; style=&quot;width: 175px;&quot;&gt;\n\t\t\t&lt;\/div&gt;\n\t\t\t&lt;div class=&quot;form&quot;&gt;\n\t\t\t\t&lt;div class=&quot;input_field&quot;&gt;\n\t\t\t\t\t&lt;input type=&quot;text&quot; placeholder=&quot;Phone number, username, or email&quot; class=&quot;input&quot;&gt;\n\t\t\t\t&lt;\/div&gt;\n\t\t\t\t&lt;div class=&quot;input_field&quot;&gt;\n\t\t\t\t\t&lt;input type=&quot;password&quot; placeholder=&quot;Password&quot; class=&quot;input&quot;&gt;\n\t\t\t\t&lt;\/div&gt;\n\t\t\t\t&lt;div class=&quot;btn&quot;&gt;&lt;a href=&quot;#&quot;&gt;Log In&lt;\/a&gt;&lt;\/div&gt;\n\t\t\t&lt;\/div&gt;\n\t\t\t&lt;div class=&quot;or&quot;&gt;\n\t\t\t\t&lt;div class=&quot;line&quot;&gt;&lt;\/div&gt;\n\t\t\t\t&lt;p&gt;OR&lt;\/p&gt;\n\t\t\t\t&lt;div class=&quot;line&quot;&gt;&lt;\/div&gt;\n\t\t\t&lt;\/div&gt;\n\t\t\t&lt;div class=&quot;dif&quot;&gt;\n\t\t\t\t&lt;div class=&quot;fb&quot;&gt;\n\t\t\t\t\t&lt;img src=&quot;facebook.png&quot; alt=&quot;facebook&quot;&gt;\n\t\t\t\t\t&lt;p&gt;Log in with Facebook&lt;\/p&gt;\n\t\t\t\t&lt;\/div&gt;\n\t\t\t\t&lt;div class=&quot;forgot&quot;&gt;\n\t\t\t\t\t&lt;a href=&quot;#&quot;&gt;Forgot password?&lt;\/a&gt;\n\t\t\t\t&lt;\/div&gt;\n\t\t\t&lt;\/div&gt;\n\t\t&lt;\/div&gt;\n\t\t&lt;div class=&quot;signup&quot;&gt;\n\t\t\t&lt;p&gt;Don't have an account? &lt;a href=&quot;#&quot;&gt;Sign up&lt;\/a&gt;&lt;\/p&gt;\n\t\t&lt;\/div&gt;\n\t\t&lt;div class=&quot;apps&quot;&gt;\n\t\t\t&lt;p&gt;Get the app.&lt;\/p&gt;\n\t\t\t&lt;div class=&quot;icons&quot;&gt;\n\t\t\t\t&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;appstore.png&quot; alt=&quot;appstore&quot;&gt;&lt;\/a&gt;\n\t\t\t\t&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;googleplay.png&quot; alt=&quot;googleplay&quot;&gt;&lt;\/a&gt;\n\t\t\t&lt;\/div&gt;\n\t\t&lt;\/div&gt;\n\t&lt;\/div&gt;\n\t&lt;div class=&quot;footer&quot;&gt;\n\t\t&lt;div class=&quot;links&quot;&gt;\n\t\t\t&lt;ul&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;ABOUT US&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;SUPPORT&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;PRESS&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;API&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;JOBS&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;PRIVACY&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;TERMS&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;DIRECTORY&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;PROFILES&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;HASHTAGS&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t\t&lt;li&gt;&lt;a href=&quot;#&quot;&gt;LANGUAGE&lt;\/a&gt;&lt;\/li&gt;\n\t\t\t&lt;\/ul&gt;\n\t\t&lt;\/div&gt;\n\t\t&lt;div class=&quot;copyright&quot;&gt;\n\t\t\t\u00a9 2022 INSTAGRAM\n\t\t&lt;\/div&gt;\n\t&lt;\/div&gt;\n&lt;\/div&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/pre><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">style.css<\/h2>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;css&quot;,&quot;mime&quot;:&quot;text\/css&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;CSS&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;css&quot;}\">@import url('https:\/\/fonts.googleapis.com\/css?family=Roboto&amp;display=swap');\n\n*{\n\tmargin: 0;\n\tpadding: 0;\n\tbox-sizing: border-box;\n\toutline: none;\n\tlist-style: none;\n\ttext-decoration: none;\n\tfont-family: 'Roboto', sans-serif;\n}\n\nbody{\n\tbackground: #fafafa;\n\tfont-size: 14px;\n}\n\n.wrapper .header{\n\tmax-width: 350px;\n\twidth: 100%;\n\theight: auto;\n\tmargin: 50px auto;\n}\n\n.wrapper .header .top,\n.wrapper .signup{\n\tbackground: #fff;\n    border: 1px solid #e6e6e6;\n    border-radius: 1px;\n    padding: 40px 40px 20px;\n}\n\n.wrapper .header .logo img{\n\tdisplay: block;\n\tmargin: 0 auto 35px;\n}\n\n.wrapper .header .form .input_field{\n\tmargin-bottom: 5px;\n}\n\n.wrapper .header .form .input_field .input{\n\twidth: 100%;\n\tbackground: #fafafa;\n\tborder: 1px solid #efefef;\n\tfont-size: 12px;\n\tborder-radius: 3px;\n\tcolor: #262626;\n\tpadding: 10px;\n}\n\n.wrapper .header .form .input_field .input:focus{\n\tborder: 1px solid #b2b2b2;\n}\n\n.wrapper .header .form .btn{\n\tmargin: 10px 0;\n\tbackground-color: #3897f0;\n    border: 1px solid #3897f0;\n    border-radius: 4px;\n    text-align: center;\n    padding: 5px;\n}\n\n.wrapper .header .form .btn a{\n\tcolor: #fff;\n\tdisplay: block;\n}\n\n.wrapper .header .or{\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\theight: 15px;\n\tmargin: 15px 0 20px;\n}\n\n.wrapper .header .or .line{\n\twidth: 105px;\n\theight: 2px;\n\tbackground: #efefef\n}\n\n.wrapper .header .or p{\n\tcolor: #999;\n\tfont-size: 12px;\n}\n\n.wrapper .dif .fb{\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.wrapper .dif .fb img{\n\twidth: 16px;\n\theight: 16px;\n}\n\n.wrapper .dif  .fb p{\n\tcolor: #385185;\n\tfont-weight: 500;\n\tmargin-left: 10px;\n}\n\n.wrapper .dif .forgot{\n\tfont-size: 12px;\n\ttext-align: center;\n\tmargin-top: 20px;\n}\n\n.wrapper .dif .forgot a{\n\tcolor: #003569;\n}\n\n.wrapper .signup{\n\tmargin: 10px 0 20px;\n\tpadding: 25px 40px;\n\ttext-align: center;\n\tcolor: #262626;\n}\n\n.wrapper .signup a{\n\tcolor: #3897f0;\n}\n\n.wrapper .apps{\n\ttext-align: center;\n\tcolor: #262626;\n}\n\n.wrapper .apps p{\n\tmargin-bottom: 20px;\n}\n\n.wrapper .apps a img{\n\twidth: 135px;\n\theight: 40px;\n\tmargin: 0 5px;\n}\n\n.footer{\n\tmax-width: 935px;\n\twidth: 100%;\n\tmargin: 0 auto;\n\tpadding: 40px 0;\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n\n.footer .links ul li{\n\tdisplay: inline-block;\n\tmargin-right: 10px;\n}\n\n.footer .links ul li a{\n\tcolor: #003569;\n\tfont-size: 12px;\n}\n\n.footer .copyright{\n\tcolor: #999;\t\n}<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The official Instagram login page is designed using HTML and CSS. In this tutorial, I&#8217;ll provide you complete source code of the Instagram login page. Images Used on Instagram Login Page Download these images by clicking the links given below. After downloading, place all these images inside the root directory of your project. Instagram logo &#8230; <a title=\"Instagram Login Page HTML and CSS Code Download\" class=\"read-more\" href=\"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/\" aria-label=\"Read more about Instagram Login Page HTML and CSS Code Download\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":2059,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[112],"tags":[],"class_list":["post-2039","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Instagram Login Page HTML and CSS Code Download<\/title>\n<meta name=\"description\" content=\"The official Instagram login page is designed using HTML and CSS. In this tutorial, I&#039;ll provide you complete source code of the Instagram login page.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Instagram Login Page HTML and CSS Code Download\" \/>\n<meta property=\"og:description\" content=\"The official Instagram login page is designed using HTML and CSS. In this tutorial, I&#039;ll provide you complete source code of the Instagram login page.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Edopedia\" \/>\n<meta property=\"article:author\" content=\"trulyfurqan\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-05T17:44:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-06T07:23:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/07\/instagram_login_page_html_code-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"880\" \/>\n\t<meta property=\"og:image:height\" content=\"495\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Furqan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Furqan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Instagram Login Page HTML and CSS Code Download","description":"The official Instagram login page is designed using HTML and CSS. In this tutorial, I'll provide you complete source code of the Instagram login page.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/","og_locale":"en_US","og_type":"article","og_title":"Instagram Login Page HTML and CSS Code Download","og_description":"The official Instagram login page is designed using HTML and CSS. In this tutorial, I'll provide you complete source code of the Instagram login page.","og_url":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/","og_site_name":"Edopedia","article_author":"trulyfurqan","article_published_time":"2022-07-05T17:44:59+00:00","article_modified_time":"2022-07-06T07:23:41+00:00","og_image":[{"width":880,"height":495,"url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/07\/instagram_login_page_html_code-1.jpg","type":"image\/jpeg"}],"author":"Furqan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Furqan","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#article","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/"},"author":{"name":"Furqan","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339"},"headline":"Instagram Login Page HTML and CSS Code Download","datePublished":"2022-07-05T17:44:59+00:00","dateModified":"2022-07-06T07:23:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/"},"wordCount":79,"commentCount":0,"publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/07\/instagram_login_page_html_code-1.jpg","articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/","url":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/","name":"Instagram Login Page HTML and CSS Code Download","isPartOf":{"@id":"https:\/\/www.edopedia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#primaryimage"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#primaryimage"},"thumbnailUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/07\/instagram_login_page_html_code-1.jpg","datePublished":"2022-07-05T17:44:59+00:00","dateModified":"2022-07-06T07:23:41+00:00","description":"The official Instagram login page is designed using HTML and CSS. In this tutorial, I'll provide you complete source code of the Instagram login page.","breadcrumb":{"@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#primaryimage","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/07\/instagram_login_page_html_code-1.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2022\/07\/instagram_login_page_html_code-1.jpg","width":880,"height":495,"caption":"Instagram Login Page HTML Code"},{"@type":"BreadcrumbList","@id":"https:\/\/www.edopedia.com\/blog\/instagram-login-page-html-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.edopedia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Instagram Login Page HTML and CSS Code Download"}]},{"@type":"WebSite","@id":"https:\/\/www.edopedia.com\/blog\/#website","url":"https:\/\/www.edopedia.com\/blog\/","name":"Edopedia","description":"Coding\/Programming Blog","publisher":{"@id":"https:\/\/www.edopedia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.edopedia.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.edopedia.com\/blog\/#organization","name":"Edopedia","url":"https:\/\/www.edopedia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","contentUrl":"https:\/\/www.edopedia.com\/blog\/wp-content\/uploads\/2017\/10\/edopedia_icon_text_10.jpg","width":400,"height":100,"caption":"Edopedia"},"image":{"@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.edopedia.com\/blog\/#\/schema\/person\/3951cb19e3aa56df09e408c98aa02339","name":"Furqan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e5e68aef3ad8f0b83d56f4953c512c8e57bd2e6dc64daec33b5d0495d9058f51?s=96&d=mm&r=g","caption":"Furqan"},"description":"Well. I've been working for the past three years as a web designer and developer. I have successfully created websites for small to medium sized companies as part of my freelance career. During that time I've also completed my bachelor's in Information Technology.","sameAs":["http:\/\/www.edopedia.com\/blog\/","trulyfurqan"],"url":"https:\/\/www.edopedia.com\/blog\/author\/furqan\/"}]}},"_links":{"self":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/2039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/comments?post=2039"}],"version-history":[{"count":0,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/posts\/2039\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media\/2059"}],"wp:attachment":[{"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/media?parent=2039"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/categories?post=2039"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edopedia.com\/blog\/wp-json\/wp\/v2\/tags?post=2039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}