Skip to content

Instantly share code, notes, and snippets.

View emamut's full-sized avatar
💭
💎Harder. 🏆Better. ⚡Faster. 💪🏾Stronger

Faber Andrés Vergara Holguín emamut

💭
💎Harder. 🏆Better. ⚡Faster. 💪🏾Stronger
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emamut
emamut / data.json
Created May 25, 2020 02:02
emamut's page json
{
"portfolio": [
{
"title": "Vitrales Quito",
"url": "http://revistabuenviaje.mas.ec/",
"image": "https://via.placeholder.com/700x600"
},
{
"title": "Vitrales Quito",
"url": "http://revistabuenviaje.mas.ec/",
@emamut
emamut / data.json
Last active April 23, 2020 16:01
GEC Data
[
[
{
"name": "Wilson Amador",
"surname": "Yépez",
"text": "Sus amigos y esposa, expresamos a su distinguida familia nuestra más sentida condolencia especialmente a sus hijos: <strong>Wilson, Santiago, Damián y Thaufik</strong><br><br>Su ejemplo y trayectoria permanecerán con enorme cariño entre todos sus allegados",
"date": "Quito, 17 de abril 2020"
},
{
"name": "Guillermo Segundo",
@emamut
emamut / data.json
Last active March 28, 2020 00:20
COVID-19 data
[
{
"name": "Azuay",
"confirmed": 42,
"color": "#7C7C7C"
},
{
"name": "Bolivar",
"confirmed": 12,
"color": "#7C7C7C"
@emamut
emamut / map.geojson
Last active March 24, 2020 16:37
Mapa COVID-19 Ecuador
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emamut
emamut / .hyper.js
Last active May 31, 2023 18:26
Hyper settings
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emamut
emamut / embedded-file-viewer.md
Created February 11, 2019 17:20 — forked from tzmartin/embedded-file-viewer.md
Embedded File Viewer: Google Drive, OneDrive

Office Web Apps Viewer

('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')

http://view.officeapps.live.com/op/view.aspx?src=[OFFICE_FILE_URL]

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[OFFICE_FILE_URL]' width='px' height='px' frameborder='0'>
</iframe>

OneDrive Embed Links

@emamut
emamut / functions.php
Created January 17, 2019 12:13
WP Resume Manager issue
<?php
require_once dirname( __FILE__ ) . '/helpers/resume-manager-extra.php';