-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (83 loc) · 3.12 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title></title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet"></link>
<!-- Custom styles for this template -->
<link href="./css/blog.min.css" rel="stylesheet"></link>
</head>
<body onload="init()">
<div class="blog-masthead">
<div class="container">
<nav class="nav blog-nav">
</nav>
</div>
</div>
<div class="blog-header">
<div class="container">
<h1 class="blog-title my-name"></h1>
<p class="lead blog-description"></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-8 blog-main">
<div id="presentation">
<div class="blog-post"></div>
</div>
<div id="studies">
<div class="row"></div>
</div>
<div id="work-experiences">
</div>
<div id="about">
</div>
</div><!-- /.col-sm-6 -->
<div class="col-sm-3 offset-sm-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset" id="aboutme">
<h4></h4>
<ol class="list-unstyled">
</ol>
<canvas id="canvasEMail">Your browser does not support the HTML5 canvas tag.</canvas>
<canvas id="canvasPhone">Your browser does not support the HTML5 canvas tag.</canvas>
</div>
<div class="sidebar-module" id="link">
<h4></h4>
<ol class="list-unstyled">
</ol>
</div>
<div class="sidebar-module sidebar-module-inset" id="cloud">
<h4></h4>
<div id="tagsCloudCanvasContainer" style=" border-radius: 10px; border: 1px solid grey;">
<canvas width="200" height="200" id="tagsCloudCanvas"></canvas>
</div>
</div>
<div id="tags" style="display: none;">
<ul></ul>
</div>
</div><!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p>Online <a href="https://github.com/rmaziere/jsCV" target="_blank">jsCV</a> built by <a href="http://cv.rmaziere.fr" class="author" target="_blank">Romain MAZIERE</a> with <a href="https://getbootstrap.com" target="_blank">Bootstrap</a> and no php.</p>
<p>
<a href="#">Back to top</a>
</p>
</footer>
<!--scripts-->
<script src="./js/tagcanvas.min.js"></script>
<script src="./js/script.min.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./js/jquery.min.js"></script>
<script src="./js/tether.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>