Test Post

Testing 1… 2… 3… standard body text styles and fonts. Couple of lines of text just to see what the post summary looks like! Also look at this neat ReactJS component JavaScript example, isn’t it great?

import React from "react"
function ContactCard(props) {
    return (
        console.log(props),
        <div className="contact-card">
            <img src={props.contact.imageUrl} alt="Test1234" />
            <h3>Name: {props.contact.name}</h3>
            <p>Phone: {props.contact.phone}</p>
            <p>Email: {props.contact.email}</p>
        </div>
    )
}
export default ContactCard

Some hex colours for this site:

#FAFCFF


#F9FFFA


#FCFAFF


#FFFDF9

Plus a tiny man riding a bicycle!

Tiny man on bicycle
  • Test 1
  • Test 2
  • Test 3

And a fancy table for luck!

12345
ABCDE
FGHIJ
678910
AABBCCDDEE

Hyperlink me

Written by Luke