-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (57 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jean Jar</title>
<meta charset="UTF-8">
<meta name="description" content="Jean Jar Pereira de Araújo, Web Developer and Data Analyst">
<meta name="keywords" content="Jean Jar, Web Developer, Data Analyst, Big Data, BigData, Web, Developer">
<meta name="author" content="Jean Jar <jeanjpa@gmail.com>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/animate.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<section class="intro-section" id="home">
<div id="particles"></div>
<div class="intro-content">
<div class="intro-inner">
<div class="container">
<h2>$> whoami <span><a href="mailto:me@jeanjar.dev">Jean Jar</a></span></h2>
<h3>Software Engineer and Architect</h3>
</div>
</div>
</div>
</section>
<footer class="footer-section spad">
<div class="container">
<div class="social">
<a href="https://www.linkedin.com/in/jeanjar/">linkedin</a>
<a href="https://twitter.com/jean_jar">twitter</a>
<a href="mailto:me@jeanjar.dev">Jean Jar <me@jeanjar.dev></a>
</div>
<div class="copyright">Copyright © 2018 Vivid, All rights Reserved. <br> Created by BootExpress</div>
</div>
</footer>
<!-- Footer section start end -->
<!--====== Jquery & Javascripts files ======-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/jquery.nav.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/init-particles.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>