This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, {Component} from "react"; | |
//react bootstrap components | |
import CardDeck from "react-bootstrap/CardDeck"; | |
import Card from "react-bootstrap/Card"; | |
import Container from "react-bootstrap/Container"; | |
import Row from "react-bootstrap/Row"; | |
//scss | |
import style from "./styles.module.scss"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"userId": 1, | |
"id": 1, | |
"title": " How to Shape of Character Design", | |
"write": "Jun Bale", | |
"date": "20/12/20", | |
"time": "10:00AM", | |
"body": " Because he takes nsuscipit accepted result lightly with nreprehenderit discomfort may be the entire nnostrum of the things that happens is that they are extremely ", | |
"image": "https://source.unsplash.com/rDEOVtE7vOs/1600x900", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- cpyright by w3schools.com --> | |
<title>Bootstrap Example By w3schools.com</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================= | |
// Console Web API lIST | |
// ========================= | |
// assert ,clear,count,debug, dir, dirxml,error,group,groupCollapsed, | |
// groupEnd ,info,log,markTimeline, profile ,profileEnd ,table,time, | |
// timeEnd, timeStamp,timeline, timelineEnd,trace, warm, memory | |
//====== | |
// Compatibility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--bs-blue: #0d6efd; | |
--bs-indigo: #6610f2; | |
--bs-purple: #6f42c1; | |
--bs-pink: #d63384; | |
--bs-red: #dc3545; | |
--bs-orange: #fd7e14; | |
--bs-yellow: #ffc107; | |
--bs-green: #28a745; | |
--bs-teal: #20c997; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<!-- CoyRigth Template By Bootstrap Team --> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" content=" Bootstrap v5 Testing Blog Create By Bootstrap team "> | |
<meta name="author" content="Rajdeep Singh"> | |
<meta name="generator" content="Hugo 0.72.0"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// import head component | |
import Head from 'next/head'; | |
// import css | |
import styles from '../styles/Home.module.css'; | |
// import custom component | |
import Layout from '../Components/Layout'; | |
export default function Home() { | |
return ( | |
<> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Image from "next/image"; | |
function GraphCMSImageLoader({ src, width }) { | |
const relativeSrc = (src) => src.split("/").pop(); | |
return `https://media.graphcms.com/resize=width:${width}/${relativeSrc(src)}`; | |
} | |
function IndexPage({ products }) { | |
return ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default function underConstraction() { | |
return ( | |
<> | |
<div className="bg-indigo-600"> | |
<div className="max-w-7xl mx-auto py-3 px-3 sm:px-6 lg:px-8"> | |
<div className="flex items-center justify-between flex-wrap"> | |
<div className="w-0 flex-1 flex items-center"> | |
<span className="flex p-2 rounded-lg bg-indigo-800"> | |
<svg | |
className="h-6 w-6 text-white" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected] /home/radewala_2/my-app | |
├─┬ @testing-library/[email protected] | |
│ ├─┬ @babel/[email protected] | |
│ │ └── [email protected] | |
│ ├─┬ @types/[email protected] | |
│ │ └─┬ @types/[email protected] | |
│ │ ├─┬ [email protected] | |
│ │ │ ├─┬ [email protected] | |
│ │ │ │ ├─┬ [email protected] | |
│ │ │ │ │ └─┬ [email protected] |
OlderNewer