1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

working with header animations - marked/highlightjs fixes

This commit is contained in:
2016-08-24 23:41:46 -05:00
parent 7b48c79180
commit 07ead1ffc2
12 changed files with 336 additions and 15 deletions

View File

@@ -1,10 +1,16 @@
import React from 'react';
import {bubble} from '../../assets/js/bubble';
export default class Header extends React.Component{
componentDidMount(){
bubble();
}
render(){
return(
<header class="Header" />
<header id="header" class="Header">
<canvas id="canvas" width="854" height="709"></canvas>
</header>
)
}
}