Skip to content

Commit

Permalink
css and html validator updates. Accessibility updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shannawalsh committed Mar 29, 2024
1 parent f8fe2b0 commit 2a449f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
3 changes: 2 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ textarea {
/* General Styles */

body {
font-size: 1 em;
font-size: 1em;
font-family: 'Open Sans', sans-serif;
color: #351D77;
background-color: white;
Expand Down Expand Up @@ -443,6 +443,7 @@ textarea {

footer h4 {
width: 100%;
font-size: 1.5rem;
}

footer .follow-section {
Expand Down
28 changes: 16 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html class="no-js" lang="">
<html class="no-js" lang="en">

<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -51,7 +51,7 @@ <h3 class="portfolio-header">Projects</h3>
<div class="portfolio-wrapper">
<div class="home-portfolio-piece">
<figure>
<a href="https://codesandbox.io/p/sandbox/sticky-notes-final-jrnn5n?file=%2Fsrc%2FNote.js" target="_blank"><img src="img/super-sticky-notes.png" alt=""></a>
<a href="https://codesandbox.io/p/sandbox/sticky-notes-final-jrnn5n?file=%2Fsrc%2FNote.js" target="_blank"><img src="img/super-sticky-notes.png" alt="super sticky notes project screenshot"></a>
</figure>
<h4>Super Sticky Notes</h4>
<p class="project-description">This is a Greenfield project creating an interactive app that will let users create "sticky notes". Multiple components used to build the classic sticky note UI with the ability to add, edit, delete and search for notes.</p>
Expand All @@ -61,7 +61,7 @@ <h4>Super Sticky Notes</h4>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://shannawalsh.github.io/github-repo-gallery/" target="_blank"><img src="img/github-repo-gallery.png" alt=""></a>
<a href="https://shannawalsh.github.io/github-repo-gallery/" target="_blank"><img src="img/github-repo-gallery.png" alt="github repo gallery project screenshot"></a>
</figure>
<h4>GitHub Repo Gallery</h4>
<p class="project-description">This project pulls data from my GitHub portfolio to create a gallery of repos. Visitors can search my repos and click on them to see more details.</p>
Expand All @@ -71,7 +71,7 @@ <h4>GitHub Repo Gallery</h4>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://shannawalsh.github.io/guess-the-word-js-game/" target="_blank"><img src="img/guess-word-game.png" alt=""></a>
<a href="https://shannawalsh.github.io/guess-the-word-js-game/" target="_blank"><img src="img/guess-word-game.png" alt="guess the word project screenshot"></a>
</figure>
<h4>Guess the Word Game</h4>
<p class="project-description">Players guess the word by entering one letter at a time. If the player guesses all the letters correctly before they use up their allotted guesses, they win!</p>
Expand All @@ -81,7 +81,7 @@ <h4>Guess the Word Game</h4>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://replit.com/@Shanna9917/Dog-Photo-Gallery-Random-Picture-Feature?v=1#main.py" target="_blank"><img src="img/dog-image-gallery.png" alt=""></a>
<a href="https://replit.com/@Shanna9917/Dog-Photo-Gallery-Random-Picture-Feature?v=1#main.py" target="_blank"><img src="img/dog-image-gallery.png" alt="dog image gallery project screenshot"></a>
</figure>
<h4>Dog Image Gallery</h4>
<p class="project-description">With the Dog API, Python, and Flask templating, I've created an adorable photo gallery of different dog breeds using the REST API and user input.</p>
Expand All @@ -91,7 +91,7 @@ <h4>Dog Image Gallery</h4>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://unplugged.shannawalsh.com/index.html" target="_blank"><img src="img/unplugged.png" alt=""></a>
<a href="https://unplugged.shannawalsh.com/index.html" target="_blank"><img src="img/unplugged.png" alt="unplugged project screeshot"></a>
</figure>
<h4>Uplugged</h4>
<p class="project-description">A multi-page responsive website coded from a design comp using Flexbox. This versatile design has several sections and adapts to mobile, tablet and desktop screens. This includes a Cards design pattern that can easily be repurposed for differnt sites.</p>
Expand Down Expand Up @@ -119,12 +119,16 @@ <h4>Developer Skills</h4>
<div class="language-wrapper">
<p class="skill">HTML5 and CSS3</p>
<p class="skill">JavaScript</p>
<p class="skill">ES6</p>
<p class="skill">JSX</p>
<p class="skill">React</p>
<p class="skill">Responsive Web Development</p>
<p class="skill">WordPress</p>
<p class="skill">Git and GitHub</p>
<p class="skill">Python</p>
<p class="skill">SQL</p>
<p class="skill">Flask Web Framework</p>
<p class="skill">Jinja Templating</p>
<p class="skill">SQL Databases</p>
</div>
<h4>Tech Stack</h4>
<div class="tool-wrapper">
Expand Down Expand Up @@ -158,20 +162,20 @@ <h4>I'm a Full Stack Developer with a passion for clean code and problem solving
<h3>Let's Connect</h3>
<div class="contact-wrapper">
<div class="contact-info">
<h5 class="contact-title">Hire me</h5>
<h4 class="contact-title">Hire me</h4>
<p>[email protected]</p>
</div>
<div class="contact-info follow-section">
<h5 class="contact-title">Follow me</h5>
<h4 class="contact-title">Follow me</h4>
<ul class="social-icons">
<li><a href="https://www.linkedin.com/in/shanna-walsh/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<li><a href="https://www.linkedin.com/in/shanna-walsh/" target="_blank" ><i class="fa-brands fa-linkedin-in"></i></a>
</li>
<li><a href="https://github.com/shannawalsh" target="_blank"><i class="fa-brands fa-github"></i></a>
<li><a href="https://github.com/shannawalsh" target="_blank" ><i class="fa-brands fa-github"></i></a>
</li>
</ul>
</div>
<div class="contact-info">
<h5 class="contact-title">Meet me</h5>
<h4 class="contact-title">Meet me</h4>
<p>Austin, TX</p>
<p>Let's have a cup of coffee!</p>
</div>
Expand Down

0 comments on commit 2a449f8

Please sign in to comment.