feat(certs): Convert certification views to gatsby
This commit is contained in:
committed by
mrugesh mohapatra
parent
dc00eb8555
commit
77a4452437
@@ -1,20 +1,9 @@
|
||||
import React from 'react';
|
||||
import Helmet from 'react-helmet';
|
||||
import Spinner from 'react-spinkit';
|
||||
|
||||
function Loader() {
|
||||
return (
|
||||
<div className='full-size'>
|
||||
<Helmet>
|
||||
<link href='/css/loader.css' rel='stylesheet' />
|
||||
</Helmet>
|
||||
<div className='loader full-size'>
|
||||
<div className='ball-scale-ripple-multiple'>
|
||||
<div/>
|
||||
<div/>
|
||||
<div/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Spinner name='ball-clip-rotate-multiple'/>
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user