Complete documentation for transferring the TRU & CO website to WordPress. Follow the step-by-step instructions below.
This package contains the complete TRU & CO website ready to be transferred to WordPress.
tru-co-wordpress-complete/ ├── html-embeds/ # Páginas HTML standalone │ ├── home.html # Página inicial │ ├── about.html # Sobre a empresa │ ├── peptides.html # World of Peptides │ ├── contact.html # Formulário de contato │ ├── terms.html # Termos de Serviço │ └── privacy.html # PolĂtica de Privacidade ├── assets/ │ └── images/ # Todas as imagens do site │ ├── logo.png │ ├── background.png │ ├── laboratorio_1.png │ ├── laboratorio_2.png │ ├── feature-quality.png │ ├── feature-innovation.png │ ├── feature-trust.png │ ├── hero-background.png │ └── cta-background.png └── README.md # Este arquivo
assets/images/ folderhtml-embeds/:.html links with WordPress permalinkshome.html → https://yoursite.com/If your WordPress allows static file hosting:
/wp-content/uploads/tru-co/https://yoursite.com/wp-content/uploads/tru-co/html-embeds/home.htmlUpload HTML files to your server and use in each WordPress page:
<iframe src="URL_DO_ARQUIVO.html" width="100%" height="2000px" frameborder="0" style="border:none;"></iframe>
The contact form uses Web3Forms to send emails. To activate:
[email protected]contact.html, replace YOUR_ACCESS_KEY_HEREThe form uses test reCAPTCHA. For production:
| Page | File | Description |
|---|---|---|
| Home | home.html | Página inicial com hero, features, stats e CTA |
| About | about.html | Visão geral da empresa, qualidade, certificações |
| World of Peptides | peptides.html | Informações educacionais sobre peptĂdeos |
| Contact us | contact.html | Formulário de contato com Web3Forms |
| Terms of Service | terms.html | Termos de serviço legais |
| Privacy Policy | privacy.html | PolĂtica de privacidade |
#4FC3F7#7B2CBF#E91E8C#1A365D