Cloud development - All about M365, .NET, SharePoint and more…
About Me
Contact Me
  • About Me
  • Contact Me
Cloud development - All about M365, .NET, SharePoint and more…
Testing

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…

April 19, 2019by Luke

Recent Posts

  • Mastering SharePoint Online REST APIs A Step-by-Step Guide
  • Building SharePoint Online Remote Event Receivers for Document Review Flows
  • Working with SharePoint Online REST Search API 101
  • Using the SPO Search REST API to create a Webpart showing Recently Modified Documents containing specific keywords
  • Creating a Custom SharePoint Online Webpart to Display Contact Details with Photos

Categories

  • Development
  • Latest
  • Patching
  • SharePoint
  • Testing
  • Tools

“I believe in doing what you enjoy, what drives you, what keeps you coming back for more. Code is life! Well it at least it pays the bills and lets me blog about it in my spare time!”

© 2019 copyright lukeosborne.dev // All rights reserved // Privacy Policy