|
84 | 84 | </head> |
85 | 85 | <body> |
86 | 86 |
|
87 | | -<!-- Header --> |
| 87 | + |
88 | 88 | <header class="header"> |
89 | 89 | <div class="logo-wrap"> |
90 | 90 | <img src="img/pinterpal-header.png" alt="PinterPal Logo" class="header-logo"> |
|
93 | 93 | </a> |
94 | 94 | </div> |
95 | 95 |
|
| 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> |
96 | 106 |
|
97 | | - <!-- Dynamische login-/signup of uitlog-knoppen --> |
98 | 107 | <div class="login-signup"> |
99 | 108 | <?php include 'navbar.php'; ?> |
100 | 109 | </div> |
101 | 110 | </header> |
102 | 111 |
|
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> |
113 | 121 | <!-- Content --> |
114 | 122 | <main class="content"> |
115 | 123 | <!-- Assistance Intro Section --> |
|
0 commit comments