Skip to content

Instantly share code, notes, and snippets.

View EduardoMGP's full-sized avatar
😀

Carlos Eduardo EduardoMGP

😀
View GitHub Profile
@EduardoMGP
EduardoMGP / img-zoom.html
Created September 30, 2024 18:26 — forked from vazad28/img-zoom.html
Page code for image pinch and zoom in ionic RC3. I used code from multiple places and credit is due. I cant seem to find the pages I have used the code from. If you know, please tell me so I can add that here.
<ion-header no-shadow>
<ion-navbar no-border-bottom>
<ion-buttons start>
<button ion-button color="light" (click)="closeModal()">Cancel</button>
</ion-buttons>
<ion-title>Media</ion-title>
<ion-buttons end>
<ion-spinner *ngIf="!mediaLoaded" color="light"></ion-spinner>
</ion-buttons>
@EduardoMGP
EduardoMGP / meta-tags.md
Created January 27, 2023 05:33 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">