forked from thomaskarl/react-peterstenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 'fish' section with animations
- Loading branch information
1 parent
4f99a5d
commit 8caa890
Showing
9 changed files
with
393 additions
and
27 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import React from 'react'; | ||
|
||
export default class Fishes extends React.Component { | ||
render() { | ||
return ( | ||
<div id={'fish-container'} className='fish-container'> | ||
<div className={'fish right front01 tang tang-01-right'}></div> | ||
{/*<div className={'fish right front02 tang tang-02-right'}></div>*/} | ||
<div className={'fish right front03 tang tang-03-right'}></div> | ||
{/*<div className={'fish right front04 tang tang-04-right'}></div>*/} | ||
{/*<div className={'fish left front01 tang tang-01-left'}></div>*/} | ||
<div className={'fish left front02 tang tang-02-left'}></div> | ||
{/*<div className={'fish left front03 tang tang-03-left'}></div>*/} | ||
<div className={'fish left front04 tang tang-04-left'}></div> | ||
<div className={'fish right front01 shark shark-01-right'}></div> | ||
{/*<div className={'fish right front02 shark shark-02-right'}></div>*/} | ||
<div className={'fish right front03 shark shark-03-right'}></div> | ||
{/*<div className={'fish right front04 shark shark-04-right'}></div>*/} | ||
{/*<div className={'fish left front01 shark shark-01-left'}></div>*/} | ||
<div className={'fish left front02 shark shark-02-left'}></div> | ||
{/*<div className={'fish left front03 shark shark-03-left'}></div>*/} | ||
<div className={'fish left front04 shark shark-04-left'}></div> | ||
<div className={'fish right front01 guppy guppy-01-right'}></div> | ||
{/*<div className={'fish right front02 guppy guppy-02-right'}></div>*/} | ||
<div className={'fish right front03 guppy guppy-03-right'}></div> | ||
{/*<div className={'fish right front04 guppy guppy-04-right'}></div>*/} | ||
{/*<div className={'fish left front01 guppy guppy-01-left'}></div>*/} | ||
<div className={'fish left front02 guppy guppy-02-left'}></div> | ||
{/*<div className={'fish left front03 guppy guppy-03-left'}></div>*/} | ||
<div className={'fish left front04 guppy guppy-04-left'}></div> | ||
<div className={'fish left peter'}> | ||
<img src="https://backend.peterstenberg.no/wp-content/uploads/2019/06/peter.gif" alt=""/> | ||
</div> | ||
</div> | ||
) | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,5 @@ h1, h2, h3, h4, h6, h6, p, a { | |
#particles-js { | ||
height: 100%; | ||
position: fixed; | ||
z-index: 2; | ||
z-index: 10; | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
*/ | ||
|
||
.about { | ||
z-index: 11; | ||
@include center-flex; | ||
position: relative; | ||
height: 100vh; | ||
|
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.