-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (40 loc) · 1.4 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
<!doctype html>
<html lang="en">
<head>
<!-- Title -->
<title>Apache Spark & GraphX</title>
<!-- Favicon -->
<link rel="shortcut icon" href="spark_1238641.png">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS Custom -->
<link rel="stylesheet" href="style.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/vendor/font-awesome/css/fontawesome-all.min.css">
<!-- CSS Front Template -->
<link rel="stylesheet" href="assets/css/theme.css">
</head>
<body>
<!-- Video -->
<video autoplay muted loop id="myVideo">
<source src="8mfd3-8qujs.mp4" type="video/mp4">
</video>
<!-- Image -->
<img src="image.png" id="logo">
<!-- Text -->
<div class="d-flex justify-content-center">
<h1 id="title"> GraphX </h1>
</div>
<!-- Button -->
<div class="d-flex justify-content-center">
<a href="introducao.html" class="btn btn-secondary active" role="button" aria-pressed="true" id="main_link">Clique aqui para aprender mais!</a>
</div>
<!-- JS Global Compulsory -->
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="assets/vendor/popper.js/dist/umd/popper.min.js"></script>
<script src="assets/vendor/bootstrap/bootstrap.min.js"></script>
<!-- JS Front -->
<script src="assets/js/hs.core.js"></script>
</body>
</html>