Skip to content
View sachidumaleesha's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Highlights

  • Pro
Block or Report

Block or report sachidumaleesha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sachidumaleesha/README.md

Hi there πŸ‘‹

Hi , I'm Diwan Sachidu

function displayQuote() {
	const quotes = [
		"Don't watch the clock; do what it does. Keep going.",
		"Believe you can and you're halfway there.",
		"Success is not final, failure is not fatal: It is the courage to continue that counts.",
		"Either you run the day or the day runs you.",
		"You are never too old to set another goal or to dream a new dream.",
		"I can't change the direction of the wind, but I can adjust my sails to always reach my destination."
	];
	const randomQuote = quotes[Math.floor(Math.random() * quotes.length)];
	document.getElementById('quote').innerHTML = randomQuote;
}

Blogs posts

Connect with me:

diwansachidu

Languages and Tools

✍️ Random Dev Quote

Pinned Loading

  1. MAD-Project-KeepIt MAD-Project-KeepIt Public

    Forked from ImeshR/MAD-Project

    Kotlin 2

  2. Movie-Booking-WebApp Movie-Booking-WebApp Public

    PHP

  3. Image-Background-Remover-Python Image-Background-Remover-Python Public

    Forked from hassancs91/Image-Background-Remover-Python

    Remove Backgrounds From Images with u2net Trained model

    Python

  4. RentMate RentMate Public

    JavaScript 1