Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
11a0b9d
html skeleton start
osckli990 Mar 26, 2025
8f22d41
html skeleton
osckli990 Mar 26, 2025
d3c5f2c
hejmeddelande
MalLunBar Mar 26, 2025
46764c7
conflict maybe?
osckli990 Mar 26, 2025
8f88774
Merge branch 'main' of https://github.com/osckli990/js-project-access…
osckli990 Mar 26, 2025
6162723
html strcuture and css
osckli990 Mar 26, 2025
557ed02
styling
osckli990 Mar 27, 2025
6069038
started quiz, adding js
osckli990 Mar 27, 2025
50067b1
Add a nextbutton function to change what question is visable
MalLunBar Mar 27, 2025
b554d0d
Continue on with logic functions
MalLunBar Mar 27, 2025
cdca493
add a go fack function for the quiz
MalLunBar Mar 27, 2025
b732311
add styling to the quiz questions and start of animation.
MalLunBar Mar 27, 2025
b32e695
branchout
osckli990 Mar 28, 2025
87e3d33
styling
MalLunBar Mar 28, 2025
3f0abf1
style introduction and add div for positioning purposes
MalLunBar Mar 28, 2025
3a7ba21
styling for bigger screen sizes
MalLunBar Mar 28, 2025
7e46747
show results in html and js, count score, and sterted on wrong questions
osckli990 Mar 30, 2025
0feac03
wrongquestions now working
osckli990 Mar 30, 2025
efb2293
dd
osckli990 Mar 30, 2025
831f9c2
fix error on label-input connection
MalLunBar Mar 31, 2025
4432e5f
made progress-bar
MalLunBar Mar 31, 2025
67e1392
small changes for buttons
MalLunBar Mar 31, 2025
567cd74
change submit button to an input and add "prevent default". Add butto…
MalLunBar Mar 31, 2025
5ceb90a
finish the retake quiz button
MalLunBar Mar 31, 2025
09814f7
add acordion
UlrikaRakkaBrant Mar 31, 2025
f7e3ab6
start function on displaying form and html for name and email
MalLunBar Apr 1, 2025
3d702b8
styling and html for about us section and deleted unused code
MalLunBar Apr 1, 2025
bb0c8c5
Merge branch 'aboutpage'
MalLunBar Apr 1, 2025
b988048
add a few more sections for positioning
MalLunBar Apr 1, 2025
596923b
Add aria-labels and fix eventlisterner flow
MalLunBar Apr 1, 2025
266130a
styling
MalLunBar Apr 1, 2025
30539c2
Some corrections changing and cleanup
MalLunBar Apr 2, 2025
e52e062
styling and deleting things that are not being used
MalLunBar Apr 2, 2025
7448302
fixed progress bar, ability to retake quiz and reset all inputs, chan…
osckli990 Apr 2, 2025
7b21af0
error and validation
osckli990 Apr 3, 2025
5fa95d1
Deleted unused code and changed some functions
MalLunBar Apr 3, 2025
16da724
last styling changes
MalLunBar Apr 3, 2025
7e2cfa4
last minute changes
MalLunBar Apr 4, 2025
ee0cc71
delete unused thing
MalLunBar Apr 4, 2025
3c5b925
styling
MalLunBar Apr 4, 2025
ec961dc
styling
MalLunBar Apr 4, 2025
3ca86b5
last styling
MalLunBar Apr 4, 2025
d9a0e2f
styling
MalLunBar Apr 4, 2025
80afc32
styling
MalLunBar Apr 4, 2025
fb90319
styling
MalLunBar Apr 4, 2025
4e1e005
styling
MalLunBar Apr 4, 2025
413fab3
just saves
MalLunBar Apr 4, 2025
f7b8502
more styling
MalLunBar Apr 4, 2025
7888dd7
change styling
MalLunBar Apr 4, 2025
23c9842
fix double written code html
MalLunBar Apr 4, 2025
479cd10
styling
MalLunBar Apr 5, 2025
d06801e
styling for about us and eventlistener for button
MalLunBar Apr 6, 2025
e64a51f
styling
MalLunBar Apr 6, 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
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# Web Accessibility Project

A basic web server template focused on web accessibility practices.

### Installation

1. Fork this repository by clicking the "Fork" button at the top right of the GitHub repository page.

2. Clone your forked repository
Netlify link: https://js-project-accessibility.netlify.app/
172 changes: 163 additions & 9 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,164 @@
<!DOCTYPE html>
<html>
<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" />
</head>
<body></body>
</html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Web Accessebility Quiz</title>
<link
rel="stylesheet"
href="css/styles.css"
/>
</head>

<body>
<a
href="#main-content"
class="skip-link"
aria-label="skip link"
>Skip to main content</a>
<header id="header">
<div class="header-content">
<h1>
Web Accessebility Quiz
</h1>
<nav
role="navigation"
aria-label="main menu"
>
<ul>
<li>
<a
href="index.html"
class="nav-links"
>Home</a>
</li>
<li>
<a
href="about.html"
class="nav-links"
>About</a>
</li>
</ul>
</nav>
</div>
</header>

<section
id="banner"
role="banner"
>
<img
src="assets/hero.jpg"
alt=""
role="presentation"
/>
</section>

<main id="main-content">
<section
id="about"
role="feed"
>
<div class="about-us">
<h2>About Us</h2>
<p>
We are a team dedicated to getting this app done. Our mission is to learn to create a more inclusive world.
We believe that everyone deserves equal opportunities, and we strive to learn how to make that a reality
through
our work.
</p>
<div class="button-box">
<button
id="team-button"
type="button"
class="intro-continue"
><a
id="team-link"
href="#our-team"
>
Learn more about our team</a>
</button>
</div>
</div>

<div
id="our-team"
class="our-team"
hidden
>

<h2>Our Team</h2>
<div
class="person"
id="malin"
>
<h3>Malin "Mallan" Lundgren</h3>
<p>After two months on an air mattress, the quality of life has now increased by about 47%. This is
since
the furniture, including the bed, from the USA finally arrived. Better sleep = next level coding!</p>
</div>

<div
class="person"
id="oscar"
>
<h3>Oscar "Ogge" Kling Liljefors</h3>
<p>Without a cat or a dog, Oscar works tirelessly in his search for the smoothest animations. Regardless
of the time of day, but preferably in the evening or night. Preferably at night. Really preferably at
night.</p>
</div>

<div
class="person"
id="ulrika"
>
<h3>Ulrika "Rakka" Einebrant</h3>
<p>While wandering around in Visual Studio Code, every now and then some working code comes into place.
Don't ask her how. But since chaos is a bit of a natural state, it should probably work out fine.</p>
</div>

</div>
</section>
</main>


<footer
id="footer"
role="contentinfo"
>
<nav
class="footer-content"
role="navigation"
aria-label="footer menu"
>
<ul>
<li>
<a
href="#"
class="nav-links"
>Privacy Policy</a>
</li>
<li>
<a
href="#"
class="nav-links"
>Terms of Service</a>
</li>
<li>
<a
href="#"
class="nav-links"
>Contact Us</a>
</li>
</ul>
</nav>
</footer>
<script src="main.js"></script>
<script src="js/accordion.js"></script>
</body>

</html>
Binary file added assets/celebrate.jpg
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/celebrate2.jpg
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/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading