Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d06242f
late commit of initial HTML, CSS code, added 2 images
Bianka2112 Mar 27, 2025
61edac6
updated about.html with temp info
Bianka2112 Mar 27, 2025
04f72b7
added footer to about.html
Bianka2112 Mar 27, 2025
d3ef49a
added quiz questions
Bianka2112 Mar 27, 2025
20eeecf
edit legend order and some aria labels
Bianka2112 Mar 27, 2025
dc6c46d
custom colors, nav logo, font
Bianka2112 Mar 27, 2025
94a1f40
added deployed site link
Bianka2112 Mar 27, 2025
d74fd3c
focus outline color change, inform-img color update
Bianka2112 Mar 27, 2025
d0e9fa3
deployed site tweak
Bianka2112 Mar 27, 2025
dea1108
deploy site working link
Bianka2112 Mar 27, 2025
d9fbe56
added user info section
Bianka2112 Apr 1, 2025
2c339dc
added js code for user info section
Bianka2112 Apr 1, 2025
458094f
detail fix of questions label
Bianka2112 Apr 1, 2025
9138bbb
added html progress bar and first quiz question, pending JS
Bianka2112 Apr 2, 2025
8a3d4a0
update feedback to quiz in html, css and js + added JS variables
Bianka2112 Apr 2, 2025
1b5b1c3
added temp-quiz JS and it works
Bianka2112 Apr 2, 2025
5654d67
added remaining questions to html, updated JS for all live questions,…
Bianka2112 Apr 2, 2025
672e07d
removed unused HTML questions
Bianka2112 Apr 3, 2025
95bbbb4
adjusted focus colors
Bianka2112 Apr 3, 2025
839e430
updated feedback results
Bianka2112 Apr 3, 2025
8bc195d
added github link to footer
Bianka2112 Apr 3, 2025
4b26c53
aria label footer link
Bianka2112 Apr 3, 2025
4ef8e16
about page and bios updated. added confetti
Bianka2112 Apr 3, 2025
d02a01c
css responsive fix image
Bianka2112 Apr 3, 2025
054b333
fixed header, footer and images responsive
Bianka2112 Apr 3, 2025
b803aa1
remove unused footer code, adjust mobile view for about page
Bianka2112 Apr 3, 2025
aabc6dc
github footer icon in about page
Bianka2112 Apr 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Web Accessibility Project

Deployed site: [www.teamwind1.netlify.app](https://teamwind1.netlify.app)

A basic web server template focused on web accessibility practices.

### Installation
Expand Down
94 changes: 92 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,100 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="https://use.typekit.net/ggo4lqo.css" />
</head>
<body></body>
<body>
<a href="#main-content" class="skip-link">Skip to Main Content</a>
<header id="header">
<div class="header-content">
<img
class="nav-logo"
src="assets/dark-olive.svg"
alt="Team Wind Logo"
style="width: 100px"
/>
<h1>An Accessibility Site for All</h1>
<nav role="navigation" aria-label="Main menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</div>
</header>

<main id="main-content">
<section id="about">
<h2>Who Built This Site and Why</h2>
<p>
We are committed to web accessibility as a group, driven by the
understanding that over 25% of the population lives with a disability,
and a significant majority will face accessibility issues online at
some point. Building inclusive digital experiences is central to our
work.
</p>
<div class="hero-images">
<img
id="info-image"
class="info-image"
src="./assets/web-accessibility-image.jpg"
alt="Accessibility illustration"
/>
</div>
<h2>The Team</h2>
<h3>Bianka</h3>
<p>
Bianka is a web developer with a unique perspective, blending 15 years
of experience in wellness coaching with a new passion for crafting
intuitive and inclusive digital experiences. Now, she focuses on
designing thoughtful solutions that simplify everyday challenges and
makes everyday life a little easier for everyone.
</p>
<h3>Talo</h3>
<p>
A fullstack web developer based in Stockholm with roots in the Chilean
Patagonia. He focuses on accessible, user-friendly websites using
HTML, CSS, and JavaScript. With a background in music production, arts
education, and journalism, he loves combining creativity and code!
</p>
<h3>Kasia</h3>
<p>
Kasia, a seasoned admin professional with a strong payroll and
accounting background in higher education, excels in accuracy,
compliance, and efficiency. Now, she’s exploring a tech career to
apply these strengths in new way with a new found passion for web
accessibility.
</p>
</section>
</main>

<footer role="contentinfo">
<div class="footer-content">
<nav role="navigation" aria-label="Footer menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li>
<a
href="https://github.com/Bianka2112/js-project-accessibility"
aria-label="Visit our Github repository"
>
Created by: Bianka, Kasia and Talo
<i class="fa-brands fa-github"></i>
</a>
</li>
</ul>
</nav>
</div>
</footer>
</body>
<script src="js/main.js"></script>
<script
src="https://kit.fontawesome.com/beb1bc6f21.js"
crossorigin="anonymous"
></script>
</html>
1 change: 1 addition & 0 deletions assets/5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/dark-olive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/github-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/group-work.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading