update, formatting and vercel

This commit is contained in:
2021-01-02 00:21:29 +01:00
parent 4ee9c1bb8b
commit 801e1b6710
23 changed files with 1456 additions and 2986 deletions

View File

@@ -1,27 +1,37 @@
import React from 'react'
const Home = () => {
return <div className='center'>
<h2>neodymium enabled waves. new.</h2>
<p>
<b><u>neodymium:</u> </b>
<cite>
a bright, silvery, reactive rare-earth element, found in monazite and bastnaesite and used for coloring glass, for doping laser glass and crystals, and in materials with strong, permanent magnetic properties that make them useful for computer and audio equipment. Atomic number 60; atomic weight 144.24; melting point 1,016°C; boiling point 3,074°C;
</cite>
</p>
<p>
<b><u>enabled:</u> </b>
<cite>
to make able; give power, means, competence, or ability to; authorize
</cite>
</p>
<p>
<b><u>wave:</u> </b>
<cite>
the continuous, repeating pattern in which some types of energy, such as sound, light, and heat, are spread or carried
</cite>
</p>
return (
<div className="center">
<h2>neodymium enabled waves. new.</h2>
<p>
<b>
<u>neodymium:</u>{' '}
</b>
<cite>
a bright, silvery, reactive rare-earth element, found in monazite and bastnaesite and used for coloring glass,
for doping laser glass and crystals, and in materials with strong, permanent magnetic properties that make
them useful for computer and audio equipment. Atomic number 60; atomic weight 144.24; melting point 1,016°C;
boiling point 3,074°C;
</cite>
</p>
<p>
<b>
<u>enabled:</u>{' '}
</b>
<cite>to make able; give power, means, competence, or ability to; authorize</cite>
</p>
<p>
<b>
<u>wave:</u>{' '}
</b>
<cite>
the continuous, repeating pattern in which some types of energy, such as sound, light, and heat, are spread or
carried
</cite>
</p>
</div>
)
}
export default Home
export default Home