Skip to content

Commit

Permalink
maybe got it by importing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Black committed Aug 25, 2024
1 parent 030c53d commit f636148
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 59 deletions.
Empty file removed docs/.nojekyll
Empty file.
14 changes: 7 additions & 7 deletions docs/assets/index-edbe3ebf.js → docs/assets/index-2229d3c1.js

Large diffs are not rendered by default.

File renamed without changes
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<link rel="manifest" href="/manifest.json" />
<title>React App</title>
<script type="module" crossorigin src="/assets/index-edbe3ebf.js"></script>
<script type="module" crossorigin src="/assets/index-2229d3c1.js"></script>
<link rel="stylesheet" href="/assets/index-80a2d37f.css">
</head>
<body>
Expand Down
25 changes: 0 additions & 25 deletions docs/manifest.json

This file was deleted.

25 changes: 0 additions & 25 deletions public/manifest.json

This file was deleted.

Binary file added src/assets/json.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/Main.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@

import { TypeAnimation } from 'react-type-animation';

import jsonImage from "../assets/json.jpg"
import {FaTwitter,FaFacebook, FaInstagram, FaLinkedin } from 'react-icons/fa'
function Main() {


return (
<div id="main">
<img className="w-full h-screen object-cover scale-x-[-1]" src="src/assets/ian-stauffer-uftqFbfWGFY-unsplash.jpg"></img>
<img className="w-full h-screen object-cover scale-x-[-1]" src={jsonImage}></img>
<div className="w-full h-screen absolute top-0 left-0 bg-white/20">
<div className='max-w-[700px] m-auto h-full w-full flex flex-col justify-center lg:items-start items-center'>
<h1 className='sm:text-5xl text-4xl font-bold text-gray-800'>I'm Jason Sutis</h1>
Expand Down

0 comments on commit f636148

Please sign in to comment.