-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathget.html
54 lines (49 loc) · 2.29 KB
/
get.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tag -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- SEO -->
<meta name="description" content="Welcome on the website of Vincent Berthet a french student. Open it !" />
<meta
name="keywords"
content="job,Vincent,Berthet,Vincent Berthet,Berthet Vincent,étudiant,student,info,informatique,computing,ingénieur,engineer,dev,junior,portfolio,website,site,Rennes,France,Saint-Étienne,UJM,UWS,ESIR"
/>
<meta name="author" content="Vincent Berthet" />
<meta name="url" content="https://vincentBrth.github.io/me/" />
<meta name="copyright" content="vincent berthet" />
<meta name="robots" content="index,follow" />
<title>Vincent Berthet</title>
<link rel="shortcut icon" href="favicon.ico" />
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/get.css" />
<!-- Web Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700" />
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- Header -->
<header id="navigation"></header>
<!-- Section -->
<section class="get-section section-space-padding" id="home"></section>
<!-- Footer -->
<footer class="footer-section" id="footerContent"></footer>
<!-- Javascript Plugins -->
<script type="text/javascript" src="plugin/jQuery/2.2.4/js/jquery.min.js"></script>
<script type="text/javascript" src="plugin/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="plugin/gAnalitycs.js"></script>
<!-- Main Javascript File -->
<script type="text/javascript" src="js/effects.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/get.js"></script>
<script>
const urlParams = new URLSearchParams(window.location.search);
init(urlParams.get("id"));
</script>
</body>
</html>