Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e4ae8c4455 | |||
| c4312b007d | |||
| 4b5c210bf6 |
@@ -15,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
|
|||||||
NEXT_PUBLIC_YOUTUBE_URL=#
|
NEXT_PUBLIC_YOUTUBE_URL=#
|
||||||
|
|
||||||
#forum
|
#forum
|
||||||
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
||||||
|
|
||||||
|
#SITE API
|
||||||
|
NEXT_SITE_BACKEND_SERVER=https://api.mermsemr.com/
|
||||||
|
|||||||
+4
-1
@@ -15,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
|
|||||||
NEXT_PUBLIC_YOUTUBE_URL=#
|
NEXT_PUBLIC_YOUTUBE_URL=#
|
||||||
|
|
||||||
#forum
|
#forum
|
||||||
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
||||||
|
|
||||||
|
#SITE API
|
||||||
|
NEXT_SITE_BACKEND_SERVER=https://devapi.mermsemr.com/
|
||||||
|
|||||||
+4
-1
@@ -15,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
|
|||||||
NEXT_PUBLIC_YOUTUBE_URL=#
|
NEXT_PUBLIC_YOUTUBE_URL=#
|
||||||
|
|
||||||
#forum
|
#forum
|
||||||
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
||||||
|
|
||||||
|
#SITE API
|
||||||
|
NEXT_SITE_BACKEND_SERVER=https://api.mermsemr.com/
|
||||||
|
|||||||
+4
-1
@@ -15,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
|
|||||||
NEXT_PUBLIC_YOUTUBE_URL=#
|
NEXT_PUBLIC_YOUTUBE_URL=#
|
||||||
|
|
||||||
#forum
|
#forum
|
||||||
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
||||||
|
|
||||||
|
#SITE API
|
||||||
|
NEXT_SITE_BACKEND_SERVER=https://api.mermsemr.com/
|
||||||
|
|||||||
@@ -15,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
|
|||||||
NEXT_PUBLIC_YOUTUBE_URL=#
|
NEXT_PUBLIC_YOUTUBE_URL=#
|
||||||
|
|
||||||
#forum
|
#forum
|
||||||
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
NEXT_SITE_FORUM=https://blog.mermsemr.com/
|
||||||
|
|
||||||
|
#SITE API
|
||||||
|
NEXT_SITE_BACKEND_SERVER=https://devapi.mermsemr.com/
|
||||||
|
|||||||
+5
-11
@@ -73,7 +73,7 @@ export default function Home() {
|
|||||||
{/* IMAGE BLOCK */}
|
{/* IMAGE BLOCK */}
|
||||||
<div className="col-md-6 col-lg-6">
|
<div className="col-md-6 col-lg-6">
|
||||||
<div className="img-block left-column wow fadeInRight">
|
<div className="img-block left-column wow fadeInRight">
|
||||||
<img className="img-fluid" src="/images/img-14.png" alt="content-image"/>
|
<img className="img-fluid" src="/images/contact-us-page.png" alt="content-image"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ export default function Home() {
|
|||||||
about:{(props.errors.subject && props.touched.subject) &&
|
about:{(props.errors.subject && props.touched.subject) &&
|
||||||
<span style={{display: 'inline'}}
|
<span style={{display: 'inline'}}
|
||||||
className='text-danger'>{props.errors.subject}</span>}</p>
|
className='text-danger'>{props.errors.subject}</span>}</p>
|
||||||
<span>Choose a topic, so we can best determine hot to handle your request to: </span>
|
<span>Choose a topic, so we can best determine how to handle your request to:</span>
|
||||||
<select name='subject' onChange={props.handleChange}
|
<select name='subject' onChange={props.handleChange}
|
||||||
className="form-select subject"
|
className="form-select subject"
|
||||||
aria-label="Default select example">
|
aria-label="Default select example">
|
||||||
@@ -138,7 +138,7 @@ export default function Home() {
|
|||||||
details:{(props.errors.message && props.touched.message) &&
|
details:{(props.errors.message && props.touched.message) &&
|
||||||
<span style={{display: 'inline'}}
|
<span style={{display: 'inline'}}
|
||||||
className='text-danger'>{props.errors.message}</span>}</p>
|
className='text-danger'>{props.errors.message}</span>}</p>
|
||||||
<span>Details like yur Your OS version, browser and any specific steps will really help. Be VERY precise!</span>
|
<span>Please provide specific details regarding your request or any feedback you wish to share.</span>
|
||||||
<textarea onChange={props.handleChange}
|
<textarea onChange={props.handleChange}
|
||||||
className="form-control message"
|
className="form-control message"
|
||||||
name="message" rows={6}
|
name="message" rows={6}
|
||||||
@@ -155,14 +155,8 @@ export default function Home() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="contact-form-notice">
|
<div className="contact-form-notice">
|
||||||
<p className="p-sm">We are committed to your privacy.
|
<p className="p-sm">
|
||||||
MERMS uses the information you
|
We are committed to protecting your privacy. MERMS uses the information you provide to communicate with you regarding our relevant content, products, and services. You may unsubscribe from these communications at any time.
|
||||||
provide us to contact you about our relevant
|
|
||||||
content, products, and services.
|
|
||||||
You may unsubscribe from these communications at any
|
|
||||||
time. For more information,
|
|
||||||
check out our <Link href="/privacy">Privacy
|
|
||||||
Policy</Link>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{/* Contact Form Message */}
|
{/* Contact Form Message */}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user