Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
08f8074
test commit
SuleymanHG May 12, 2025
4a1ffaa
Merge pull request #16 from SuleymanHG/profiel-pagina-branch
RickFDND May 12, 2025
75bcc69
#14 Server opzet en Nodemon
Sidopjescherm May 14, 2025
0ca9120
#14 Express op de laatste versie gezet
Sidopjescherm May 14, 2025
ad75930
Merge pull request #21 from SuleymanHG/server-opzetten
SuleymanHG May 14, 2025
67db4cb
nodemon script effe erin gezet
SuleymanHG May 14, 2025
c616403
#15 Styleguide opzet
Sidopjescherm May 14, 2025
bf0c538
Merge pull request #23 from SuleymanHG/server-opzetten
RickFDND May 14, 2025
07e9767
mappen structuur gefixt
SuleymanHG May 14, 2025
e384d46
Merge pull request #24 from SuleymanHG/styleguide-branch
RickFDND May 14, 2025
219da47
#14 Aan de slag met data
Sidopjescherm May 14, 2025
10fbce0
Merge branch 'main' into server-opzetten
Sidopjescherm May 14, 2025
0d192d2
#14 API en JSON
Sidopjescherm May 14, 2025
5737e08
#15 Styleguide
Sidopjescherm May 14, 2025
31dffc5
HTML statistics pagina #18
RickFDND May 14, 2025
90f06e6
Merge pull request #27 from SuleymanHG/Statistics-pagina-branch
SuleymanHG May 14, 2025
9f289b7
#28 header liquid
Sidopjescherm May 14, 2025
774ab73
#29 footer liquid
Sidopjescherm May 14, 2025
be4c630
#26 index verwijderd
Sidopjescherm May 14, 2025
43916ba
Merge pull request #33 from SuleymanHG/Partials
RickFDND May 14, 2025
d1bda6a
styleguide code Tumi mundo
SuleymanHG May 14, 2025
9259605
Merge pull request #34 from SuleymanHG/styleguide-branch
Sidopjescherm May 14, 2025
f03283a
Route naar statistic pagina #19
RickFDND May 15, 2025
2387f13
todays-activities gestyled #19
RickFDND May 15, 2025
b825e1f
Update statistics.css
RickFDND May 15, 2025
1d2a448
Statistics CSS gemaakt #19
RickFDND May 15, 2025
a75acf5
#39 Opzet Lessons HTML
Sidopjescherm May 15, 2025
c8e86e4
html prototype profile pagina #35
SuleymanHG May 16, 2025
1b433bc
Merge pull request #41 from SuleymanHG/profiel-pagina-html
Sidopjescherm May 16, 2025
dc83c18
Merge branch 'Statistics-pagina-CSS'
Sidopjescherm May 16, 2025
9f058c3
Merge branch 'main' of https://github.com/SuleymanHG/pleasurable-ui
Sidopjescherm May 16, 2025
654e3d5
Merge pull request #40 from SuleymanHG/Lessons-html
SuleymanHG May 16, 2025
0b70e94
Partials in public map gezet
SuleymanHG May 16, 2025
b74302b
Merge branch 'main' of https://github.com/SuleymanHG/pleasurable-ui
SuleymanHG May 16, 2025
19cc40e
#14 Routes naar de verschillende pagina's
Sidopjescherm May 16, 2025
c0df0d1
#14 API data verwijderd
Sidopjescherm May 16, 2025
51821f1
#29 Footer verplaatst
Sidopjescherm May 16, 2025
0f37736
#28 Header verplaatst
Sidopjescherm May 16, 2025
c7c7352
#39 juiste render header
Sidopjescherm May 16, 2025
d01c1c0
Merge pull request #42 from SuleymanHG/server-routes
SuleymanHG May 16, 2025
a65c29d
HTML navigation menu gemaakt. #44
RickFDND May 16, 2025
215617d
Merge pull request #46 from SuleymanHG/Navigation-Menu
SuleymanHG May 16, 2025
0b1a026
#35 profiel pagina css toevoegingen
SuleymanHG May 16, 2025
be58de1
Merge pull request #47 from SuleymanHG/profiel-pagina-CSS
RickFDND May 16, 2025
78e14af
#14 Nieuwe data
Sidopjescherm May 16, 2025
f36ce8a
Merge pull request #48 from SuleymanHG/server-routes
SuleymanHG May 17, 2025
e8c1754
Hele css van de nav geregeld. #45
RickFDND May 18, 2025
115ae68
Merge pull request #50 from SuleymanHG/Navigation-Menu-CSS
SuleymanHG May 18, 2025
888e9d0
Javascript toegevoegd met een animatie voor het navigation-menu #51
RickFDND May 18, 2025
7ad6e1b
profile page css #36
SuleymanHG May 19, 2025
363b5c1
Merge pull request #52 from SuleymanHG/Navigation-Menu-Animatie
SuleymanHG May 19, 2025
24b0bb9
Merge pull request #53 from SuleymanHG/profiel-pagina-CSS
RickFDND May 19, 2025
7dd1b0d
kleine fix in het kruisje
RickFDND May 23, 2025
6b95c56
p naar wit
RickFDND May 23, 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
1,197 changes: 1,197 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"doc": "docs"
},
"scripts": {
"start": "node server.js"
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
Expand All @@ -26,7 +27,10 @@
},
"homepage": "https://github.com/fdnd-task/pleasurable-ui#readme",
"dependencies": {
"express": "^5.0.1",
"express": "^5.1.0",
"liquidjs": "^10.21.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}
Binary file added public/animal.png
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 public/assets/profielfoto.avif
Binary file not shown.
3 changes: 3 additions & 0 deletions public/assets/svg/pijl-boven.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/svg/play-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 public/grafiek.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tumi mundo styleguide</title>
<link rel="stylesheet" href="styles/sprint-11.css">
</head>
<body>

<header>
<h1>Tumi mundo styleguide </h1>
<p>Dit is de styleguide voor de Tumi Mundo project.</p>
<p>Gebruik de volgende gedeelde stylesheet binnen je eigen project:
<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;https://github.com/SuleymanHG/pleasurable-ui/blob/main/public/styles/sprint-11.css&quot;&gt;</code>
</p>
</header>

<nav>
<a href="#typografie" class="primary-button">Typografie</a>
<a href="#buttons" class="filter-button">buttons</a>
</nav>



<section id="typografie">

<h2>Typografie</h2>

<h1 class="">Kop 1</h1>
<h2 class="">Kop 2</h2>
<h3 class="">Kop 3</h3>
<!-- <h4 class="">Kop 4</h4>
<h5 class="">Kop 5</h5> -->

<h2>Simpele alinea's</h2>
<p class="">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>

<ul class="">
<li>Ongeordende lijsten met items</li>
<li>Met nog meer items</li>
<li>En nog een item</li>
</ul>

<ol class="">
<li>Geordende lijsten met items</li>
<li>Met nog meer items</li>
<li>En nog een item</li>
</ol>
</section>

<section id="buttons">
<button class="play-button-stories">
<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.81594 4.79593C8.33667 4.39301 8.33667 3.60684 7.81594 3.20391C6.24222 1.98623 4.48494 1.02645 2.60988 0.360497L2.26734 0.238836C1.61199 0.00608231 0.919774 0.449477 0.831054 1.12596C0.583171 3.01608 0.583171 4.98377 0.831054 6.87388C0.919774 7.55037 1.61199 7.99376 2.26733 7.76101L2.60988 7.63935C4.48494 6.9734 6.24222 6.01362 7.81594 4.79593Z" fill="white"/>
</svg>
</button>

<button class="play-button-playlist">
<svg width="20" height="20" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.81594 4.79593C8.33667 4.39301 8.33667 3.60684 7.81594 3.20391C6.24222 1.98623 4.48494 1.02645 2.60988 0.360497L2.26734 0.238836C1.61199 0.00608231 0.919774 0.449477 0.831054 1.12596C0.583171 3.01608 0.583171 4.98377 0.831054 6.87388C0.919774 7.55037 1.61199 7.99376 2.26733 7.76101L2.60988 7.63935C4.48494 6.9734 6.24222 6.01362 7.81594 4.79593Z" fill="white"/>
</svg>
</button>

<button class="filter-button">Animal
<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.43342 4.90208C7.21143 5.12406 6.85153 5.12406 6.62955 4.90208L3.9999 2.27244L1.37026 4.90208C1.14828 5.12406 0.788371 5.12406 0.566389 4.90208C0.344407 4.6801 0.344407 4.32019 0.566389 4.09821L3.59797 1.06663C3.81995 0.844651 4.17986 0.844651 4.40184 1.06663L7.43342 4.09821C7.6554 4.32019 7.6554 4.6801 7.43342 4.90208Z" fill="white"/>
</svg>

</button>

</section>


<section>
<ul class="playlist-items">
<li>
<img src="assets/img/default-foto.jpg">
<h3>Titel playlist</h2>

<div class="items-btn">
<button class="play-btn">
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.0874 7.06141C10.7817 6.52417 10.7817 5.47595 10.0874 4.93871C7.98914 3.31514 5.6461 2.03543 3.14602 1.14749L2.68929 0.985277C1.8155 0.674939 0.892544 1.26613 0.774251 2.16812C0.443739 4.68826 0.443739 7.31186 0.774251 9.83201C0.892543 10.734 1.8155 11.3252 2.68929 11.0148L3.14602 10.8526C5.6461 9.96469 7.98914 8.68498 10.0874 7.06141Z" fill="white"/>
</svg>
</button>
<p>31 min. 55 sec</p>
<button class="play-button-stories">
<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.81594 4.79593C8.33667 4.39301 8.33667 3.60684 7.81594 3.20391C6.24222 1.98623 4.48494 1.02645 2.60988 0.360497L2.26734 0.238836C1.61199 0.00608231 0.919774 0.449477 0.831054 1.12596C0.583171 3.01608 0.583171 4.98377 0.831054 6.87388C0.919774 7.55037 1.61199 7.99376 2.26733 7.76101L2.60988 7.63935C4.48494 6.9734 6.24222 6.01362 7.81594 4.79593Z" fill="white"/>
</svg>
</button>
</div>
</li>
</ul>
</section>


</body>
</html>
8 changes: 8 additions & 0 deletions public/scripts/navigation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
let navigationMenu = document.querySelector('header');
let hamburgerButton = document.querySelector('#hamburger-button');
let hamburgerNav = document.querySelector('nav')

hamburgerButton.addEventListener('click', function(){
navigationMenu.classList.toggle('navigation-menu-open');
hamburgerNav.classList.toggle('hamburger-open');
});
Loading