-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (73 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta content="description" name="description">
<meta name="google" content="notranslate" />
<meta content="Mashup templates have been developped by Orson.io team" name="author">
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/apple-icon-180x180.png">
<link href="./assets/favicon.ico" rel="icon">
<title>Home</title>
<link href="./main.3f6952e4.css" rel="stylesheet"></head>
<body class="minimal">
<div id="site-border-left"></div>
<div id="site-border-right"></div>
<div id="site-border-top"></div>
<div id="site-border-bottom"></div>
<!-- Add your content of header -->
<header>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav ">
<li><a href="./index.html" title="" style="color:white">Home</a></li>
<li><a href="./works.html" title="" style="color:white">Research</a></li>
<li><a href="./about.html" title="" style="color:white">Short bio</a></li>
<li><a href="./contactform.html" title="" style="color:white">Contact</a></li>
<!--<li><a href="./components.html" title="">Components</a></li>-->
</ul>
</div>
</div>
</nav>
</header>
<!-- Add your site or app content here -->
<div class="hero-full-container background-image-container white-text-container" style="background-image: url('./assets/images/bg-3-min.jpg')">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="hero-full-wrapper">
<div class="text-content">
<h1><br>
<span id="typed-strings">
<!--<span>I'm Ismaïl Saadi</span>
<span>Researcher in Transport & Mobility</span>-->
<span>
Shaping the future of urban mobility
</span>
</span>
<span id="typed"></span>
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
type();
movingBackgroundImage();
});
</script>
<script type="text/javascript" src="./main.70a66962.js"></script></body>
</html>