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'; | |
import Typography from '@material-ui/core/Typography'; | |
import Container from '@material-ui/core/Container'; | |
import Card from '@material-ui/core/Card'; | |
import CardActions from '@material-ui/core/CardActions'; | |
import CardContent from '@material-ui/core/CardContent'; | |
import CardMedia from '@material-ui/core/CardMedia'; | |
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'; | |
import { Link } from 'react-router-dom'; | |
import Search from '../searchComponents/Search'; | |
import Pagination from './Pagination'; | |
import Container from '@material-ui/core/Container'; | |
import Grid from '@material-ui/core/Grid'; | |
import { makeStyles } from '@material-ui/core/styles'; | |
import Typography from '@material-ui/core/Typography'; | |
import Card from '@material-ui/core/Card'; |
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
{ | |
"meta": { | |
"theme": "macchiato" | |
}, | |
"basics": { | |
"name": "Aditya Tandon", | |
"label": "Senior Software Engineer (Frontend)", | |
"email": "[email protected]", | |
"phone": "+919625426012", | |
"image": "https://avatars.githubusercontent.com/u/25108385?s=120&v=4", |