mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
cleared build warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "portfolio",
|
||||
"version": "0.2.0",
|
||||
"homepage": ".",
|
||||
"homepage": "https://asimonson.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
|
||||
@@ -2,10 +2,6 @@ import React from "react";
|
||||
import ImageGallery from 'react-image-gallery';
|
||||
|
||||
export default function ResponsiveCarousel(props) {
|
||||
let items = [{
|
||||
original: 'https://picsum.photos/id/1018/1000/600/',
|
||||
description: "greg"
|
||||
}]
|
||||
return (
|
||||
<div>
|
||||
<div className="carousel-container">
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
import React from 'react'
|
||||
|
||||
export default class Project extends React.Component {
|
||||
constructor(props){
|
||||
super(props)
|
||||
}
|
||||
|
||||
render(){
|
||||
let links;
|
||||
this.props.links.forEach(x => {
|
||||
|
||||
@@ -2,9 +2,9 @@ import React from 'react'
|
||||
import Skills from '../componets/Skills'
|
||||
import MyCarousel from '../componets/Carousel.js';
|
||||
import img1 from '../assets/photos/itsa_me.JPG'
|
||||
import img2 from '../assets/photos/me_robot.jpeg'
|
||||
// import img2 from '../assets/photos/me_robot.jpeg'
|
||||
import img3 from '../assets/photos/AcademicTeam.jpg'
|
||||
import img4 from '../assets/photos/hagerstownVex2019.jpg'
|
||||
// import img4 from '../assets/photos/hagerstownVex2019.jpg'
|
||||
import img5 from '../assets/photos/WeThePeople_Districts.jpg'
|
||||
import img6 from '../assets/photos/WeThePeople.jpg'
|
||||
import img7 from '../assets/photos/WeThePeople_NationalsSetup.jpg'
|
||||
|
||||
Reference in New Issue
Block a user