Skip to content

Instantly share code, notes, and snippets.

View vikyale's full-sized avatar
:octocat:
Working at home

Victoria Ubaldo vikyale

:octocat:
Working at home
View GitHub Profile
@vikyale
vikyale / activity_main.xml
Created April 22, 2018 17:05 — forked from anonymous/activity_main.xml
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
doctype html
html(lang="es")
head
meta(charset="UTF-8")
title Generar código HTML con Jade Template
link(href="estilos.css", rel="stylesheet", type="text/css")
body
h1 Aprendiendo a usar Jade Template
@vikyale
vikyale / PaginaDemo.markdown
Last active August 29, 2015 14:24
PaginaDemo