Skip to content

Instantly share code, notes, and snippets.

View femakin's full-sized avatar

Femi Akinyemi femakin

View GitHub Profile
components/
|-- Download.jsx
|-- Downloadandpreview.js
|-- Editor.js
|-- Education.js
|-- Extras.js
|-- Imagesandmedia.js
|-- Interest.js
|-- Nav.jsx
// . . .other entries
return (
<>
<div className={Previewstyle.titleandcontacts}>
<div className={Previewstyle.contacts}>
<div className={Previewstyle.mobile}>
<div>
// . . .
return (
<div className="flex mt-10 justify-between ">
<div onClick={onClick} className={Previewstyle.preview}>
Download
</div>
<div
onClick={() =>
router.push({
// . . .
return (
<div className={SteptwoStyle.product_link_info}>
<label
className={SteptwoStyle.getstartedlabel}
htmlFor=""
>
Degree
</label>
//...
return (
<div className={SteptwoStyle.product_link_info}>
<label
className={SteptwoStyle.getstartedlabel}
htmlFor=""
>
Language
</label>
//...
return (
<div className={SteptwoStyle.product_link_info}>
<label
className={SteptwoStyle.getstartedlabel}
htmlFor=""
>
Upload your certificate
</label>
//...
return (
<div className={SteptwoStyle.product_link_info}>
<label
className={SteptwoStyle.getstartedlabel}
htmlFor=""
>
Hobby
//...
return (
<div className="absolute inset-y-0 left-0 flex items-center sm:hidden ">
<Disclosure.Button className="inline-flex items-center justify-center rounded-md p-2 text-gray-400 hover:bg-gray-700 hover:text-white focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white">
<span className="sr-only">Open main menu</span>
{open ? (
<XMarkIcon className="block h-6 w-6" aria-hidden="true" />
) : (
<Bars3Icon className="block h-6 w-6" aria-hidden="true" />
//...
return (
<div className="tell_us_title">
<h1 className={SteptwoStyle.main_tell_title}>
References
</h1>
</div>
)
//...
//...
return (
<div className={SteptwoStyle.product_link_info}>
<label
className={SteptwoStyle.getstartedlabel}
htmlFor=""
>
Skill
</label>