-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.html
More file actions
28 lines (24 loc) · 1.01 KB
/
homepage.html
File metadata and controls
28 lines (24 loc) · 1.01 KB
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
---
layout: empty-page
permalink: /
require: aos typed card homepage thumbnail cta
description: "Stellantis Developers is the dedicated platform for application developers working with Stellantis
connected vehicles API and SDKs."
redirect_from:
- /connected-vehicles/use-case/
---
<script>
/*----------- TYPED ---------*/
var typedHeader1 = new Typed('#typed-header-1', {
strings: ['CIOT '], typeSpeed: 50, cursorChar: '_', onComplete: (self) => {
document.getElementById("typed-header-1").nextElementSibling.style.display = "none";
var typedHeader2 = new Typed('#typed-header-2', {
strings: ['API'], typeSpeed: 50, cursorChar: '_', onComplete: (self) => {
document.getElementById("typed-header-2").nextElementSibling.style.display = "none";
var typedHeader3 = new Typed('#typed-header-3', {
strings: ['Platform'], typeSpeed: 50, cursorChar: '_',});
}
});
}
});
</script>