Skip to content

Instantly share code, notes, and snippets.

View imamuddinwp's full-sized avatar
:octocat:
Playing with codes

Imam Uddin imamuddinwp

:octocat:
Playing with codes
View GitHub Profile
@imamuddinwp
imamuddinwp / SQL Command.sql
Last active September 17, 2019 05:36
SQL Basic Command
CREATE TABLE Student_Details(
id int auto_increment,
roll_number varchar(255),
student_name varchar(255),
institute varchar(255),
address varchar(255)
);
@imamuddinwp
imamuddinwp / Bootstrap Starter Template
Created August 20, 2019 10:01
It's a Bootstrap Starter Template for quick start bootstrap 4.
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
@imamuddinwp
imamuddinwp / PHP Basic Structure | PHP Basic Syntex
Created August 7, 2019 03:27
Here is the Basic Structure / Syntex of PHP, powered by Imam Uddin. For more details: https://about.me/imamcu07 Thanx for coming here.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHP Basic | PHP Syntex </title>
</head>
<body>
<?php
echo "Hello World!";
?>
@imamuddinwp
imamuddinwp / html5-css3-position-bd-national-flag.html
Last active October 6, 2019 11:24
Hey there; it's me! Imam Uddin, imamcu07. Here is the example of HTML5 CSS3 position example. Example with National Flag of Bangladesh. For more details: https://about.me/imamcu07
<!DOCTYPE html>
<html lang="en">
<head>
<title>LWDAD - Learn Web Design & Development</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="styles.css">
<style>
body {
@imamuddinwp
imamuddinwp / Bootstrap-4-Typography.html
Last active August 1, 2019 06:19
Hey there; it's me! Imam Uddin; imamcu07. Here is the all details on about bootstrap 4 typography. If you have any opinion; please leave a comment. For more details of me: https://about.me/imamcu07
<!-- Bootstrap 4 Practise : powered by ImAmUdDiN : https://about.me/imamcu07 -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example Template</title>
<meta charset="utf-8">
<!-- Viewport Meta Tag -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@imamuddinwp
imamuddinwp / Bootstrap-4-Table.html
Last active August 1, 2019 06:34
Hey there; it's me! Imam Uddin; imamcu07. Here is the HTML5 Bootstrap 4 Table example. For more details: https://about.me/imamcu07
<!-- Bootstrap 4 Practise : powered by ImAmUdDiN : https://about.me/imamcu07 -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example Template</title>
<meta charset="utf-8">
<!-- Viewport Meta Tag -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">