-
Notifications
You must be signed in to change notification settings - Fork 0
/
ingenierie_logicielle.html
89 lines (87 loc) · 3.8 KB
/
ingenierie_logicielle.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Site portfolio de Thomas Caillier">
<meta name="author" content="Thomas Caillier">
<title>Thomas Caillier - Apprenti développeur</title>
<!-- Lang indication for Google -->
<link rel="alternate" hreflang=fr href="http://thomasc.pro/ingenierie_logicielle.html" />
<!-- Bootstrap CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<style>
.modal-dialog{
overflow-y: initial !important
}
.modal-content{
height: 100%;
overflow-y: auto;
}
</style>
<body id="page-top" class="index">
<div class="portfolio-modal modal fade in" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true" style="display: block;">
<div class="modal-content">
<a href="./index.html#portfolio">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
</a>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Ingénierie logicielle</h2>
<hr class="star-primary">
<img src="img/software_dev.svg" class="img-responsive" alt="Cabin">
<h3>J'ai de l'expérience en:</h3>
<ul class="item-details modal-list">
<li>
<h4>C#<span>ASP .NET</span></h4>
</li>
<li>
<h4>JAVA</h4>
</li>
<li>
<h4>Python</h4>
</li>
<li>
<h4>C</h4>
</li>
<li>
<h4>Shell UNIX</h4>
</li>
</ul>
<h3>Je suis également intéressé par:</h3>
<ul class="item-details modal-list">
<li>
<h4>C++</h4>
</li>
<li>
<h4>Ruby</h4>
</li>
</ul>
<a href="index.html#portfolio"><button type="button" class="btn btn-default"><i class="fa fa-times"></i> Fermer</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>