Fix page contents
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export default function MermsBlogFix() {
|
||||
return (
|
||||
<>
|
||||
<div className="blog-post square-post">
|
||||
<div className="row">
|
||||
<div className="col">
|
||||
<div className="square-post-wrapper bg--black-400 block-shadow r-16 wow fadeInUp">
|
||||
<div className="row d-flex align-items-center">
|
||||
|
||||
<div className="col-md-6 order-last order-md-2">
|
||||
<div className="blog-post-txt color--white">
|
||||
|
||||
<h4 className="s-34 w-700 mb-20">
|
||||
<Link href="/single-post">Lipsum sodales sapien Martex aliquet blandit
|
||||
augue gravida posuere
|
||||
</Link>
|
||||
</h4>
|
||||
|
||||
<p>Aliqum mullam blandit vitae and tempor sapien and donec lipsum gravida porta
|
||||
undo velna dolor libero risus aliquet tempus posuere vitae tempor
|
||||
</p>
|
||||
|
||||
<div className="blog-post-meta mt-30">
|
||||
<ul className="post-meta-list ico-10">
|
||||
<li><p className="w-500">MermsEmr Team</p></li>
|
||||
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-md-6 order-first order-md-2">
|
||||
<div className="blog-post-img video-preview">
|
||||
<img className="img-fluid" src="/images/blog/post-10-img.jpg" alt="video-preview" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
+1
-29
@@ -80,35 +80,7 @@ export default function Home() {
|
||||
<hr className="divider" />
|
||||
{/* NEWSLETTER-1
|
||||
============================================= */}
|
||||
<section id="newsletter-1" className="newsletter-section">
|
||||
<div className="newsletter-overlay">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center row-cols-1 row-cols-lg-2">
|
||||
{/* NEWSLETTER TEXT */}
|
||||
<div className="col">
|
||||
<div className="newsletter-txt">
|
||||
<h4 className="s-34 w-700">Stay up to date with our news, ideas and updates</h4>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
<div className="col">
|
||||
<form className="newsletter-form">
|
||||
<div className="input-group">
|
||||
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn--theme hover--theme">Subscribe Now</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
<label htmlFor="s-email" className="form-notification" />
|
||||
</form>
|
||||
</div> {/* END NEWSLETTER FORM */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* End newsletter-overlay */}
|
||||
</section> {/* END NEWSLETTER-1 */}
|
||||
{/* DIVIDER LINE */}
|
||||
<hr className="divider" />
|
||||
|
||||
</div>
|
||||
|
||||
</Layout>
|
||||
|
||||
+2
-44
@@ -4,6 +4,7 @@ import VideoPopup from "../components/elements/VidepPopup"
|
||||
import Layout from "../components/layout/Layout"
|
||||
import Link from "next/link"
|
||||
import queryKeys from "../components/queryclientProvider/queryKeys";
|
||||
import MermsBlogFix from "../components/sections/MermsBlogFix";
|
||||
|
||||
export default function Home() {
|
||||
|
||||
@@ -122,50 +123,7 @@ export default function Home() {
|
||||
{/* END BLOG POST #1 */}
|
||||
</div>
|
||||
</div> {/* END POSTS WRAPPER */}
|
||||
|
||||
<div className="blog-post square-post">
|
||||
<div className="row">
|
||||
<div className="col">
|
||||
{/* SQUARE BLOG POST WRAPPER */}
|
||||
<div className="square-post-wrapper bg--black-400 block-shadow r-16 wow fadeInUp">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="col-md-6 order-last order-md-2">
|
||||
<div className="blog-post-txt color--white">
|
||||
|
||||
<h4 className="s-34 w-700 mb-20">
|
||||
<Link href="/single-post">Lipsum sodales sapien Martex aliquet blandit
|
||||
augue gravida posuere
|
||||
</Link>
|
||||
</h4>
|
||||
{/* Text */}
|
||||
<p>Aliqum mullam blandit vitae and tempor sapien and donec lipsum gravida porta
|
||||
undo velna dolor libero risus aliquet tempus posuere vitae tempor
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="blog-post-meta mt-30">
|
||||
<ul className="post-meta-list ico-10">
|
||||
<li><p className="w-500">MermsEmr Team</p></li>
|
||||
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
||||
<li><p>Feb 12, 2023</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="col-md-6 order-first order-md-2">
|
||||
<div className="blog-post-img video-preview">
|
||||
{/* Play Icon */}
|
||||
<VideoPopup style={1}/>
|
||||
{/* Preview Image */}
|
||||
<img className="img-fluid" src="/images/blog/post-10-img.jpg" alt="video-preview" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END SQUARE BLOG POST WRAPPER */}
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END SQUARE BLOG POST */}
|
||||
<MermsBlogFix />
|
||||
</>
|
||||
:
|
||||
<div className="">
|
||||
|
||||
+4
-134
@@ -19,9 +19,9 @@ export default function Home() {
|
||||
<div className="rel">
|
||||
<span className="version-data">4.13.019</span>
|
||||
<span className="release-date">2023-05-31 <span>68.91 MB</span></span>
|
||||
<Link href="download/example.zip" download="example.zip" className="btn btn--theme hover--tra-grey ico-20 ico-left release-download">
|
||||
<span className="flaticon-down-arrow-1" /> Download 4.13.019
|
||||
</Link>
|
||||
{/*<Link href="download/example.zip" download="example.zip" className="btn btn--theme hover--tra-grey ico-20 ico-left release-download">*/}
|
||||
{/* <span className="flaticon-down-arrow-1" /> Download 4.13.019*/}
|
||||
{/*</Link>*/}
|
||||
</div>
|
||||
</div>
|
||||
{/* Release Highlights */}
|
||||
@@ -35,137 +35,7 @@ export default function Home() {
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END VERSION RELEASE */}
|
||||
{/* VERSION RELEASE */}
|
||||
<div className="version-release">
|
||||
{/* Release Data */}
|
||||
<div className="release-data">
|
||||
<h5 className="s-28 w-700">Older Versions</h5>
|
||||
{/* Version Data */}
|
||||
<div className="rel">
|
||||
<span className="version-data">4.11.020</span>
|
||||
<span className="release-date">2023-05-18 <span>62.46 MB</span></span>
|
||||
<Link href="download/example.zip" download="example.zip" className="btn btn--tra-grey hover--theme ico-20 ico-left release-download">
|
||||
<span className="flaticon-down-arrow-1" /> Download 4.11.020
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
{/* Release Highlights */}
|
||||
<div className="release-highlights">
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p>Quaerat sodales sapien undo euismod purus and blandit egestas magna on macOS 10.12.*</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed suscipit lectus auctor integer cursus orci vitae auctor integer</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed Fringilla risus nec, luctus mauris auctor integer an auctor cursus euismod</p>
|
||||
</li>
|
||||
<li className="list-item"><p>Fixed Crash#8341682687</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END VERSION RELEASE */}
|
||||
{/* VERSION RELEASE */}
|
||||
<div className="version-release">
|
||||
{/* Release Data */}
|
||||
<div className="release-data">
|
||||
{/* Version Data */}
|
||||
<div className="rel">
|
||||
<span className="version-data">4.08.106</span>
|
||||
<span className="release-date">2023-04-12 <span>58.83 MB</span></span>
|
||||
<Link href="download/example.zip" download="example.zip" className="btn btn--tra-grey hover--theme ico-20 ico-left release-download">
|
||||
<span className="flaticon-down-arrow-1" /> Download 4.08.106
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
{/* Release Highlights */}
|
||||
<div className="release-highlights">
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p>Quaerat sodales sapien undo euismod magna on 10.12 (Sierra)</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed suscipit lectus auctor integer cursus orci vitae auctor integer</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed risus nec luctus mauris auctor integer an integera congue magna</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed cubilia laoreet magna at auctor integer congue egestas</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fringilla risus nec, luctus mauris auctor integer an auctor cursus euismod purus
|
||||
pretium efficitur ipsum ligula undo cubilia laoreet magna and dolor suscipit
|
||||
</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixes other minor bugs</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END VERSION RELEASE */}
|
||||
{/* VERSION RELEASE */}
|
||||
<div className="version-release">
|
||||
{/* Release Data */}
|
||||
<div className="release-data">
|
||||
{/* Version Data */}
|
||||
<div className="rel">
|
||||
<span className="version-data">4.0.018</span>
|
||||
<span className="release-date">2023-02-26 <span>64.95 MB</span></span>
|
||||
<Link href="download/example.zip" download="example.zip" className="btn btn--tra-grey hover--theme ico-20 ico-left release-download">
|
||||
<span className="flaticon-down-arrow-1" /> Download 4.0.018
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
{/* Release Highlights */}
|
||||
<div className="release-highlights">
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p>Fixes integer cursus orci bugs on 10.13 (High Sierra)</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed auctor integer cursus orci vitae auctor integer</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed Crash#8341689840</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixes other minor bugs</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END VERSION RELEASE */}
|
||||
{/* VERSION RELEASE */}
|
||||
<div className="version-release">
|
||||
{/* Release Data */}
|
||||
<div className="release-data">
|
||||
{/* Version Data */}
|
||||
<div className="rel">
|
||||
<span className="version-data">3.76.231</span>
|
||||
<span className="release-date">2022-12-08 <span>57.39 MB</span></span>
|
||||
<Link href="download/example.zip" download="example.zip" className="btn btn--tra-grey hover--theme ico-20 ico-left release-download">
|
||||
<span className="flaticon-down-arrow-1" /> Download 3.76.231
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
{/* Release Highlights */}
|
||||
<div className="release-highlights">
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p>Quaerat sodales sapien undo euismod magna on 10.12 (Sierra)</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed suscipit lectus auctor integer cursus orci vitae auctor integer</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixes integer cursus orci bugs on 10.13 (High Sierra)</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p>Fixed auctor integer cursus orci vitae auctor integer</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END VERSION RELEASE */}
|
||||
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
|
||||
Reference in New Issue
Block a user