InvestorsHub Logo
icon url

pizzler1218

03/13/18 8:26 AM

#25729 RE: Craig305 #25728

The Russians bruh... meddling.
icon url

midas716

03/13/18 8:53 AM

#25731 RE: Craig305 #25728

The characters are Vietnamese. I inspected the web page and for some reason they are including the Vietnamese language in the call to google fonts.

WebFontConfig = {google: { families: ["Droid+Serif:400,400italic,700,700italic:latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese", "Marcellus+SC:400,400italic,700,700italic:latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese" ] }

What you are seeing is part of the meta-title tag but I don't see the tag anywhere in the source code for the page.

It is a WordPress site. Not a fan of WordPress. It's what the cheap man uses for a website.

The images on the home page are blurry because they most likely don't have the width: 100%; and height: 100%; attributes set on the image in css style sheet so the browser is resizing the image on it's own to fit the container.

It's possible the page that is indexed in google is a landing page and they have it setup to redirect to endonovo.com.

What they need is a professional e-commerce platform based on bootstrap 4, html 5, and a javascript library like jquery, vue, angular or react etc. so customers can order directly from the site and pay on the site after entering a prescription number that can be verified before shipment.

Heck I'd do it for 1m shares @ the current share price. Lol.

If they want to clear up the images they need to remove the below attribute:

img {
border-style: none;
vertical-align: top;
/* max-width: 100%; */
height: auto;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}