Skip to content

Commit

Permalink
replace caldera branding with saturday drive branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelob9 committed Sep 9, 2019
1 parent 242e41c commit 991302f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 30 deletions.
Binary file removed caldera-globe-25.png
Binary file not shown.
Binary file removed caldera-globe-md.png
Binary file not shown.
44 changes: 16 additions & 28 deletions deck.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,49 +14,37 @@ export { default as theme } from "./theme";
<meta name="twitter:card" content="summary" />
<meta
name="twitter:description"
content="Slides for Josh Pollock's talk from JavaScript For WordPress 2019 confrence, JavaScript Testing In And Around Wordress"
content="Slides for Josh Pollock's talk JavaScript Testing In And Around Wordress"
/>
<meta
name="twitter:title"
content="JavaScript Testing In And Around Wordress | Josh Pollock"
/>
</Head>

<Image
src='https://images.unsplash.com/photo-1559369625-a3deda175816?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80'
style={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
color: 'white',
backgroundColor: 'black',
}}
alt="Background image of a mountain with a lake."
>
<img
alt="CalderaWP Globe Logo"
src="https://shelob9.github.io/testing-javascript-in-and-around-wordpress/caldera-globe-md.png" />

<h1> JavaScript Testing In And Around WordPress</h1>
<h2>Josh Pollock </h2>

<img
alt="CalderaWP Globe Logo"
src="https://shelob9.github.io/testing-javascript-in-and-around-wordpress/caldera-globe-md.png" />
</Image>
<h2>Josh Pollock</h2>

---

# 🌋Hi I'm Josh 🌋
# 👋Hi I'm Josh (he/ him) 🌊

![Saturday Drive Logo](https://s30817.pcdn.co/wp-content/uploads/2019/06/sd-logo-horizontal-768x157.png)

## About Me

## JavaScript & PHP Engineer: CalderaWP
PHP & JavaScript engineer/ other nerd stuff

Also, co-founder, etc.
- Currently: VP Engineering Experience Saturday Drive
- [Ninja Forms](https://NinjaForms.com), [Caldera Forms](https://CalderaForms.com), [SendWP](https://sendwp/com) and more.
- Previously: Co-owner/ lead developer: CalderaWP. Community manager/ developer: Pods Framework.
- WordPress core contributor, educator, etc.
- Hobbies: Test-driven Laravel and React development, outdoor exercise, science fiction.

![CalderaWP Globe Logo](https://shelob9.github.io/testing-javascript-in-and-around-wordpress/caldera-globe-25.png)
## Say Hi

- [JoshPress.net](https://joshpress.net)
- [CalderaForms.com](https://CalderaForms.com)
- [SaturdayDrive.io](https://SaturdayDrive.io)
- [@josh412](https://twitter.com/josh412)

---
Expand Down Expand Up @@ -861,5 +849,5 @@ They are a compliment to less expensive unit/ integration tests.
## 🙏 Thank You! 🙏

- [JoshPress.net](https://joshpress.net)
- [CalderaForms.com](https://CalderaForms.com)
- [SaturdayDrive.io](https://SaturdayDrive.io)
- [@josh412](https://twitter.com/josh412)
2 changes: 0 additions & 2 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ import theme from "mdx-deck/themes";
const regularTextSize = {
fontSize: "1em"
};
console.log(theme.code);
export default {
...theme,

h1: {
fontSize: "2.618em",
color: "#a3bf61"
Expand Down

0 comments on commit 991302f

Please sign in to comment.