SBSatyaki Bhattacharyainsatyakibhattacharya.hashnode.dev·Feb 2, 2021 · 6 min readGit Hub CodesGITHUB -> It offers the distributed version control and source code management functionality of Git. Parent organization: Microsoft Corporation Go to github -> Official Website of Github GIT -> Git is a distributed version-control system for trackin...00
SBSatyaki Bhattacharyainsatyakibhattacharya.hashnode.dev·Jan 24, 2021 · 3 min readLaravel IntroductionThings you need to know before LARAVEL INSTALLATION. PHP Framework It is free of cost and open source for web apps and api Developer Name is Taylor Otwell First released in june 2011 & its current version is 8.0 . And it is php framework so you ...00
SBSatyaki Bhattacharyainsatyakibhattacharya.hashnode.dev·Jan 18, 2021 · 4 min readCode for About Us Page in Laravel FrameworkAbout Us Page { HTML,CSS} <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .topnav { overflow: hidden; background-color: #c2c2a3; } .topnav a { float: left; display: block; color: #...00
SBSatyaki Bhattacharyainsatyakibhattacharya.hashnode.dev·Jan 15, 2021 · 3 min readLogin Form With Navbar<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body {font-family: Arial, Helvetica, sans-serif;} form {border: 1px ;margin: 1px;} body {margin: 0;} input[type=text], input[type=password] { ...00
SBSatyaki Bhattacharyainsatyakibhattacharya.hashnode.dev·Jan 8, 2021 · 3 min readHTML AND CSS Code for Home Page With Nav Bar<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body, html { height: 100%; margin: 0; font-family: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; } .bg-image { /* Ful...00