A PHP endpoint for posting to the Bluesky API.
On Bluesky...
- Click Settings.
- Click App Passwords.
- Click the Add App Password button.
- Give it a name, then click Create App Password.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Pick at Random</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style type="text/css"> | |
body { |
<style> | |
#message-content { | |
margin: 0; | |
padding: 0 18px 10px; | |
max-width: 640px; | |
} | |
#message-content img { | |
max-width: 100%; height: auto; | |
} | |
#message-footer { |
There are two different ways to structure a resume:
A chronological resume focuses on the places you've worked. Right after your Summary of Qualifications, you include a reverse-chronological list of places you've worked, including your job title, summary of your work, and some bullet points with key tasks and outcomes.
Job Title, Company Name, Start Date - End Date
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Pick at Random</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style type="text/css"> | |
body { |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Tick Tac Toe | React</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style> | |
body { | |
font-family: sans-serif; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Web Component Example</title> | |
<style> | |
body { | |
margin: 1em auto; |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Basic Setup</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style type="text/css"> | |
body { | |
margin: 0 auto; |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Pick at Random</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" type="text/css" href="pick-at-random.css"> | |
</head> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Pick at Random</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style type="text/css"> | |
body { |