From fb7f39c07898b753715072b93c10b7aa34e5d554 Mon Sep 17 00:00:00 2001 From: "Mrs. D" Date: Sun, 16 May 2021 15:45:36 -0400 Subject: [PATCH] add: h-card properties, style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add the h-card properties for a representative h-card - Try to make the instructions more understandable - Give it some pizzaz! (∩^o^)⊃━☆゜.* --- README.md | 2 ++ index.html | 68 ++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 50 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 8a46bf7..8c1b193 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository provides minimal HTML for starting a new web site! +Your own unique website can be your identity on the Internet! You can use it to set up a simple personal page that lets you use [IndieAuth](https://indieweb.org/IndieAuth) and [social readers](https://indieweb.org/social_reader). + ## How to play 1. Fork this repository to your user account. diff --git a/index.html b/index.html index 5d03734..f2479d9 100644 --- a/index.html +++ b/index.html @@ -1,39 +1,67 @@ - + - + 3. Copy that tag and paste it after this HTML comment. + 4. Publish the updated page! + --> My New Website + - -

My New Website

-
-

- Hi, my name is Jane Smith and I am a human on the Internet. -

-

- You can find me on other websites below: + + +

+ +

+ I'm Jane Smith. +

+ +

+ ...and I am a human on the Internet.

-
+ - + + \ No newline at end of file