Skip to content

Instantly share code, notes, and snippets.

View kyleturman's full-sized avatar

Kyle Turman kyleturman

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Spot the Bug - March 6th</title>
</head>
<body>
<div class='hero'>
<h1 class='hero-title'>Hello!</h1>
</div>
<!DOCTYPE html>
<html>
<head>
<title>Spot the Bug - March 6th</title>
</head>
<body>
<div class='hero'>
<h1>Hello there!</h1>
</div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="hero">
<h1>Hello again!</h1>
</div>
<!DOCTYPE html>
<html>
<head>
<title>Number types</title>
</head>
<body>
<h1>Enter a number and I'll tell you what it is!</h1>
<input id="number" placeholder="Enter a number" />
<button id="number-button">Check number</button>
(*
Meet with Google Calendar
-
A way to create a meeting invite quickly from
a selected email address in macOS.
1. Open Automator on your Mac and create a new Quick Action
2. Change "Workflow recieves current" to "text" and in "any application"
3. Find "Run AppleScript" in the Actions library on the left and double click it
4. Paste in the contents of this file