Skip to content

Instantly share code, notes, and snippets.

View Tunji545's full-sized avatar

Olatunji Omisakin Tunji545

View GitHub Profile
@Tunji545
Tunji545 / index.html
Created April 20, 2020 00:56
Tribute Page
<link rel="stylesheet"href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<style>
.container-fluid {background:rgb(220,220,230)}
h3 {color:green}
img{width:200px}
.font{font-size:20px}
.link{font-size:18px;color:rgb(148,0,211)}
.center-image {
display:block;
@Tunji545
Tunji545 / index.html
Created April 20, 2020 00:58
tribute page to steve jobs
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TRIBUTE PAGE FOR STEVE JOBS</title>
<meta name="description" content="TRIBUTE PAGE FOR STEVE JOBS">
<link rel="stylesheet" href="stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Dosis|Lato|Oswald|Pacifico|Roboto" rel="stylesheet">
</head>
<body>
@Tunji545
Tunji545 / build-a-survey-form-responsive-web-design-projects.markdown
Created April 20, 2020 01:02
Build a Survey Form - Responsive Web Design Projects
@Tunji545
Tunji545 / freecodecamp-my-tribute-page.markdown
Created April 20, 2020 01:06
FreeCodeCamp - My Tribute Page
@Tunji545
Tunji545 / fcc-technical-documentation-page.markdown
Created April 20, 2020 01:38
FCC: Technical Documentation Page
@Tunji545
Tunji545 / fcc-product-landing-page.markdown
Created April 20, 2020 01:42
FCC: Product Landing Page
@Tunji545
Tunji545 / fcc-personal-portfolio.markdown
Created April 20, 2020 01:47
FCC: Personal Portfolio
@Tunji545
Tunji545 / eslint_prettier_airbnb.md
Created August 3, 2020 01:20 — forked from bradtraversy/eslint_prettier_airbnb.md
ESLint, Prettier & Airbnb Setup

VSCode - ESLint, Prettier & Airbnb Setup

1. Install ESLint & Prettier extensions for VSCode

Optional - Set format on save and any global prettier options

2. Install Packages

npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node