Skip to content

Instantly share code, notes, and snippets.

View rutikwankhade's full-sized avatar
🎯
Focusing

Rutik Wankhade rutikwankhade

🎯
Focusing
View GitHub Profile
`query MyQuery {
ideas(where: {category: {_eq: "creative"}}) {
id,
idea
}
}`
## For HOME
`
.blog-post-card{
border: 2px solid #e0e0eb;
padding:20px;
border-radius:10px;
height:auto;
margin:20px;
max-width:400px;
'The best thing about a boolean is even if you are wrong, you are only off by a bit. (Anonymous)',
'Without requirements or design, programming is the art of adding bugs to an empty text file. (Louis Srygley)',
'Before software can be reusable it first has to be usable. (Ralph Johnson)',
'The best method for accelerating a computer is the one that boosts it by 9.8 m/s2. (Anonymous)',
'I think Microsoft named .Net so it wouldn’t show up in a Unix directory listing. (Oktal)',
'If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. (Gerald Weinberg)',
'There are two ways to write error-free programs; only the third one works. (Alan J. Perlis)',
'Ready, fire, aim: the fast approach to software development. Ready, aim, aim, aim, aim: the slow approach to software development. (Anonymous)',

'It’s not a bug – it’s an undocumented feature. (Anonymous)',

body{
font-family:segoe ui;
background-color: #7733ff;
margin:0px;
padding:0px;
}
.main-container{
max-width:700px;
margin:auto;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

gbcv

@rutikwankhade
rutikwankhade / gist:c265841baff925775c174dbfe06318d6
Last active February 14, 2020 07:49
hey guys I need some help
I have div element in html file
<div id="team">
</div>
and the script file has following contents
let divElement=document.getElementById('#team');
const teammates = [