Skip to content

Commit

Permalink
Updated all sections of the website
Browse files Browse the repository at this point in the history
  • Loading branch information
baker-jr-john committed Feb 22, 2024
1 parent 820ace3 commit 43c99db
Show file tree
Hide file tree
Showing 20 changed files with 2,988 additions and 62 deletions.
6 changes: 6 additions & 0 deletions 404.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Page Not Found"
editor: source
---

The page you requested cannot be found (perhaps it was moved or renamed).
31 changes: 23 additions & 8 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
project:
title: "John Baker"
type: website
output-dir: docs

website:
title: "John Baker"
search: false
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About

right:
- about.qmd
- contact.qmd
page-footer:
border: true
right:
- text: "Accessibility Statement"
href: accessibility.qmd
- text: "Privacy Policy"
href: privacy.qmd
- text: "License"
href: license.qmd
left: Made with ♥️ and <a href="https://quarto.org/" title="Quarto" target="_blank"><img src="https://quarto.org/quarto.png" alt="Quarto" style="width:65px;"></a>.


format:
html:
theme: Flatly
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
pagetitle: "John Baker | {{< meta title >}}"
smooth-scroll: true
link-external-newwindow: true



10 changes: 9 additions & 1 deletion about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ about:
- icon: linkedin
text: LinkedIn
href: https://www.linkedin.com/in/baker-jr-john/
- icon: twitter
text: Twitter
href: https://twitter.com/baker_jr_john
---
I'm the School Data Analyst for the <a href="https://www.floridaufsd.org/" title="Florida Union Free School District" target="_blank">Florida Union Free School District</a> in the village of Florida, New York. I'm grateful to play a role in shaping the future of many youths by leveraging my skills.

I'm a data analyst. I like Zelda.
I'm excited to graduate from the <a href="https://www.newpaltz.edu/" title="SUNY New Paltz | the State University of New York at New Paltz" target="_blank">State University of New York at New Paltz</a> this spring. It’s been a long road to get here, and I’m looking forward to achieving what I set out to accomplish many years ago.

You’ll find me with my wife and son in my free time, walking with the dogs, enjoying music and food, and playing board games and video games.

I'd love to [hear from you](contact.qmd)!
22 changes: 22 additions & 0 deletions accessibility.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Accessibility Statement"
---
### Approach
I am committed to ensuring accessibility for all visitors to my website. I strive to provide an inclusive and user-friendly experience for everyone, regardless of their abilities or disabilities.

### Standards and Guidelines
I have designed and developed this site with the aim of meeting accessibility standards and guidelines. I follow the <a href="https://www.w3.org/TR/WCAG21/" title="Web Content Accessibility Guidelines (WCAG) 2.1" target="_blank">Web Content Accessibility Guidelines (WCAG) 2.1</a>, a globally recognized standard for web accessibility. By adhering to these guidelines, I aim to make my website perceivable, operable, understandable, and robust for all users.

### Accessible Design
I have taken several measures to ensure an accessible design, including using clear and easy-to-read fonts, providing sufficient color contrast for readability, and using alt text for images to give descriptions. I have also structured the content intending to make it easier for screen readers and assistive technologies to interpret and navigate the site.

### Keyboard navigation and assistive technology
I have made efforts to ensure that my website is keyboard accessible, allowing you to navigate and interact with the content without relying solely on a mouse. I have also tested the site with popular screen readers and assistive technologies to ensure compatibility and improve accessibility for those of you who are visually impaired.

### Continuous Improvement
Accessibility is an ongoing process, and I am committed to continuously improving the accessibility of my website. I regularly review and update the site to address accessibility issues and incorporate feedback.

### Contact Me
I’m aware of the limitations of my perspective and warmly welcome any suggestions for improvement. So don’t hesitate to [contact me](contact.qml). Thank you for visiting my website, and I appreciate your support in promoting accessibility for everyone.

I adapted this page from <a href="https://www.iamtamara.design/" title="Tamara Sredojevic" target="_blank">Tamara Sredojevic</a>.
31 changes: 31 additions & 0 deletions contact.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Contact"
---

Feel free to reach out!

<!-- source: https://github.com/mccarthy-m-g/tidytales/blob/main/about/index.qmd#L24-L46 -->

::: {}
<form action="https://formspree.io/f/mrgnqnvn" method="POST" accept-charset="utf-8">

::: {.form-group .col-12}
<label for="full-name">Full Name</label>
<input type="text" name="name" id="full-name" class="form-control" placeholder="First and Last" required>
:::

::: {.form-group}
<label for="email-address">Email Address</label>
<input type="email" name="_replyto" id="email-address" class="form-control" placeholder="[email protected]" required>
:::

::: {.form-group}
<label for="message">Message</label>
<textarea rows="6" name="message" id="message" class="form-control" placeholder="Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla nullam quis risus." required></textarea>
:::

<button type="submit" class="btn btn-primary mt-4">Send Message</button>
</form>
:::

<!-- end grid -->
Loading

0 comments on commit 43c99db

Please sign in to comment.