-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (84 loc) · 3.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="NL">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Whitepaper download</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="https://enrise.com/favicon-32x32.png?v=30eb78ba060d2360cef0dd8bc68f36d2">
<script src="script/script.js" defer></script>
</head>
<body>
<header>
<img src="assets/logo/Enrise_logo_color_rectangle.svg" alt="Enrise Logo">
</header>
<main>
<section class="heading-content">
<div>
<h1>API Management Handboek voor <span class="underline">E-commerce</span></h1>
<h2>Maak je backend flexibeler en future-proof</h2>
<a href="#download-form">
<button>Download</button>
</a>
</div>
<div>
<img src="assets/Image/mockup-whitepaper_cropped.png" alt="Mock-up Whitepaper">
</div>
</section>
<section class="info-content">
<section class="info-longread">
<article>
<h2>De sleutel tot snellere <span class="underline">Innovatie</span></h2>
<p>
Hoe complexer je IT-landschap, hoe moeilijker en duurder
het is om nieuwe functies door te voeren. Effectief API
Management helpt je om jouw e-commerce backend flexibeler te maken.
Zo kan jij innovaties sneller uitrollen en de Business blij maken.
</p>
</article>
<article>
<h3>In dit handboek ontdek je:</h3>
<ul>
<li>Hoe API Management jouw innovatiesnelheid verhoogt</li>
<li>4 strategieën om jouw IT landschap te ontkoppelen</li>
<li>Hoe dit de samenwerking tussen IT en Business verbetert</li>
</ul>
</article>
</section>
<section class="download-form" id="download-form">
<div class="download-form-input">
<h2>Download het handboek</h2>
<form>
<label for="email">
<input type="email" id="email" name="ename" placeholder="E-mail*" required>
</label>
<label for="phone">
<input type="tel" id="phone" name="phone" placeholder="Telefoonnummer">
</label>
<label for="work-function">
<input type="text" id="work-function" name="wname" placeholder="Wat is je functie?">
</label>
<button class="form-finish">Download handboek</button>
</form>
<button class="form-privacy">Privacybeleid</button>
<!-- <div class="download-form-button">
<ul>
<li class="form-finish"><button>Download longread</button></li>
<li class="form-privacy"><button>Privacybeleid</button></li>
</ul>
</div> -->
</div>
<div class="download-form-complete">
<article>
<h2>Bedankt!</h2>
<p>Je ontvangt de longread in de mail. Niks ontvangen?</p>
<button>Download hier de longread</button>
</article>
</div>
</section>
</section>
</main>
<footer>
</footer>
</body>
</html>