Skip to content

Commit 9ec09f3

Browse files
added more burgers
1 parent 587cfed commit 9ec09f3

File tree

4 files changed

+81
-43
lines changed

4 files changed

+81
-43
lines changed

public/about.php

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<body>
1414

1515
<!-- Header -->
16+
1617
<header class="header">
1718
<div class="logo-wrap">
1819
<img src="img/pinterpal-header.png" alt="PinterPal Logo" class="header-logo">
@@ -21,21 +22,31 @@
2122
</a>
2223
</div>
2324

25+
<!-- Hamburger voor mobiel -->
26+
<button class="nav-toggle" aria-controls="mainNav" aria-expanded="false" aria-label="Menu">
27+
<span class="nav-toggle__bar"></span>
28+
<span class="nav-toggle__bar"></span>
29+
<span class="nav-toggle__bar"></span>
30+
</button>
31+
32+
<div class="header-cta">
33+
<button class="start-trial-btn" onclick="window.location.href='/company-registration.php'">Start Now</button>
34+
</div>
2435

25-
<!-- Dynamische login-/signup of uitlog-knoppen -->
2636
<div class="login-signup">
2737
<?php include 'navbar.php'; ?>
2838
</div>
2939
</header>
3040

31-
<nav class="navbar">
32-
<a href="index.php">HOME</a>
33-
<a href="pinterpalbot.php" class="active">PINTERPAL BOT</a>
34-
<a href="iframe.php">TRY ME</a>
35-
<a href="pricing.php">PRICING</a>
36-
<a href="assistance.php">ASSISTANCE</a>
37-
<a href="about.php">ABOUT US</a>
38-
</nav>
41+
<!-- Navigatiebalk -->
42+
<nav id="mainNav" class="navbar" aria-label="Hoofdnavigatie">
43+
<a href="index.php" class="active">HOME</a>
44+
<a href="pinterpalbot.php">PINTERPAL BOT</a>
45+
<a href="iframe.php">TRY ME</a>
46+
<a href="pricing.php">PRICING</a>
47+
<a href="assistance.php">ASSISTANCE</a>
48+
<a href="about.php">ABOUT US</a>
49+
</nav>
3950

4051
<div class="content">
4152
<div class="intro3">

public/assistance.php

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</head>
8585
<body>
8686

87-
<!-- Header -->
87+
8888
<header class="header">
8989
<div class="logo-wrap">
9090
<img src="img/pinterpal-header.png" alt="PinterPal Logo" class="header-logo">
@@ -93,23 +93,31 @@
9393
</a>
9494
</div>
9595

96+
<!-- Hamburger voor mobiel -->
97+
<button class="nav-toggle" aria-controls="mainNav" aria-expanded="false" aria-label="Menu">
98+
<span class="nav-toggle__bar"></span>
99+
<span class="nav-toggle__bar"></span>
100+
<span class="nav-toggle__bar"></span>
101+
</button>
102+
103+
<div class="header-cta">
104+
<button class="start-trial-btn" onclick="window.location.href='/company-registration.php'">Start Now</button>
105+
</div>
96106

97-
<!-- Dynamische login-/signup of uitlog-knoppen -->
98107
<div class="login-signup">
99108
<?php include 'navbar.php'; ?>
100109
</div>
101110
</header>
102111

103-
<!-- Navigation -->
104-
<nav class="navbar" aria-label="Hoofdnavigatie">
105-
<a href="index.php">HOME</a>
106-
<a href="pinterpalbot.php">PINTERPAL BOT</a>
107-
<a href="iframe.php">TRY ME</a>
108-
<a href="pricing.php">PRICING</a>
109-
<a href="assistance.php" class="active" aria-current="page">ASSISTANCE</a>
110-
<a href="about.php">ABOUT US</a>
111-
</nav>
112-
112+
<!-- Navigatiebalk -->
113+
<nav id="mainNav" class="navbar" aria-label="Hoofdnavigatie">
114+
<a href="index.php" class="active">HOME</a>
115+
<a href="pinterpalbot.php">PINTERPAL BOT</a>
116+
<a href="iframe.php">TRY ME</a>
117+
<a href="pricing.php">PRICING</a>
118+
<a href="assistance.php">ASSISTANCE</a>
119+
<a href="about.php">ABOUT US</a>
120+
</nav>
113121
<!-- Content -->
114122
<main class="content">
115123
<!-- Assistance Intro Section -->

public/pinterpalbot.php

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<body>
1414

1515
<!-- Header -->
16+
1617
<header class="header">
1718
<div class="logo-wrap">
1819
<img src="img/pinterpal-header.png" alt="PinterPal Logo" class="header-logo">
@@ -21,22 +22,31 @@
2122
</a>
2223
</div>
2324

25+
<!-- Hamburger voor mobiel -->
26+
<button class="nav-toggle" aria-controls="mainNav" aria-expanded="false" aria-label="Menu">
27+
<span class="nav-toggle__bar"></span>
28+
<span class="nav-toggle__bar"></span>
29+
<span class="nav-toggle__bar"></span>
30+
</button>
31+
32+
<div class="header-cta">
33+
<button class="start-trial-btn" onclick="window.location.href='/company-registration.php'">Start Now</button>
34+
</div>
2435

25-
<!-- Dynamische login-/signup of uitlog-knoppen -->
2636
<div class="login-signup">
2737
<?php include 'navbar.php'; ?>
2838
</div>
2939
</header>
3040

31-
<!-- Navigatiebalk -->
32-
<nav class="navbar">
33-
<a href="index.php">HOME</a>
34-
<a href="pinterpalbot.php" class="active">PINTERPAL BOT</a>
35-
<a href="iframe.php">TRY ME</a>
36-
<a href="pricing.php">PRICING</a>
37-
<a href="assistance.php">ASSISTANCE</a>
38-
<a href="about.php">ABOUT US</a>
39-
</nav>
41+
<!-- Navigatiebalk -->
42+
<nav id="mainNav" class="navbar" aria-label="Hoofdnavigatie">
43+
<a href="index.php" class="active">HOME</a>
44+
<a href="pinterpalbot.php">PINTERPAL BOT</a>
45+
<a href="iframe.php">TRY ME</a>
46+
<a href="pricing.php">PRICING</a>
47+
<a href="assistance.php">ASSISTANCE</a>
48+
<a href="about.php">ABOUT US</a>
49+
</nav>
4050

4151
<br><br><br>
4252
<div class="image-row">

public/pricing.php

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</head>
1313
<body>
1414

15-
<!-- Header -->
15+
1616
<header class="header">
1717
<div class="logo-wrap">
1818
<img src="img/pinterpal-header.png" alt="PinterPal Logo" class="header-logo">
@@ -21,22 +21,31 @@
2121
</a>
2222
</div>
2323

24-
25-
<!-- Dynamische login-/signup of uitlog-knoppen -->
24+
<!-- Hamburger voor mobiel -->
25+
<button class="nav-toggle" aria-controls="mainNav" aria-expanded="false" aria-label="Menu">
26+
<span class="nav-toggle__bar"></span>
27+
<span class="nav-toggle__bar"></span>
28+
<span class="nav-toggle__bar"></span>
29+
</button>
30+
31+
<div class="header-cta">
32+
<button class="start-trial-btn" onclick="window.location.href='/company-registration.php'">Start Now</button>
33+
</div>
34+
2635
<div class="login-signup">
2736
<?php include 'navbar.php'; ?>
2837
</div>
2938
</header>
3039

31-
<!-- Navigatiebalk -->
32-
<nav class="navbar">
33-
<a href="index.php">HOME</a>
34-
<a href="pinterpalbot.php" class="active">PINTERPAL BOT</a>
35-
<a href="iframe.php">TRY ME</a>
36-
<a href="pricing.php">PRICING</a>
37-
<a href="assistance.php">ASSISTANCE</a>
38-
<a href="about.php">ABOUT US</a>
39-
</nav>
40+
<!-- Navigatiebalk -->
41+
<nav id="mainNav" class="navbar" aria-label="Hoofdnavigatie">
42+
<a href="index.php" class="active">HOME</a>
43+
<a href="pinterpalbot.php">PINTERPAL BOT</a>
44+
<a href="iframe.php">TRY ME</a>
45+
<a href="pricing.php">PRICING</a>
46+
<a href="assistance.php">ASSISTANCE</a>
47+
<a href="about.php">ABOUT US</a>
48+
</nav>
4049

4150

4251

0 commit comments

Comments
 (0)