-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcours-conception.php
More file actions
64 lines (64 loc) · 3.59 KB
/
Copy pathcours-conception.php
File metadata and controls
64 lines (64 loc) · 3.59 KB
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="fr-FR">
<head>
<title>Jonathan Fechner - Conception</title>
<!-- Dublin Core -->
<meta charset="utf-8">
<meta name="DC.title" content="Jonathan Fechner">
<meta name="DC.creator" content="Jonathan Fechner">
<meta name="DC.subject" content="referencement google, strategie de positionnement, consultant, gestion de projet, ingénierie multimédia, expertise, site internet">
<meta name="DC.description" content="Site de Jonathan Fechner expert en referencement, positionnement de site internet et gestion de projet">
<meta name="DC.publisher" content="Damien Duvernois,Gauthier Flichy, Paul Dabin">
<meta name="DC.contributor" content="Shana Enkaoua, Rami El Khodry, Niki Gharabaghi">
<meta name="DC.date" content="17/11/2015">
<meta name="DC.type" content="SEO">
<meta name="DC.format" content="website">
<meta name="DC.identifier" content="http://www.jonathanfechner.fr/">
<meta name="DC.language" content="fr-FR">
<meta name="DC.coverage" content="World">
<meta name="DC.rights" content="© Jonathan Fechner">
<!-- END Dublin Core -->
<!-- Referencement -->
<meta name="description" content="Site de Jonathan Fechner expert en referencement et positionnement de site internet">
<meta name="keywords" content="referencement google, strategie de positionnement, consultant, gestion de projet, ingénierie multimédia, expertise, site internet, consultant referencement val d'oise, SEO, 95">
<meta name="author" content="Jonathan Fechner,">
<meta name="robots" content="index">
<meta name="Indentifier-URL" content="http://www.jonathanfechner.fr/">
<!-- END Référencement -->
<!-- Open Graph -->
<meta property="og:title" content="Jonathan Fechner">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.jonathanfechner.fr/">
<meta property="og:image" content="http://www.jonathanfechner.fr/img/logo-big.png">
<meta property="og:site_name" content="Jonathan Fechner - Cours conception">
<meta property="og:description" content="Jonathan Fechner expert en referencement et gestion de projet">
<!-- END Open Graph-->
<link rel="stylesheet" type="text/css" href="lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="lib/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<?php require '_header.php';?>
<div class="content">
<div class="container">
<?php require 'cours-navbar.php'; ?>
<section class="col-md-10 col-md-offset-1">
<h2 class="text-center">Phase de Conception</h2>
<article class="row">
<h3 class="text-center">HTML et CSS les Bases du Web</h3>
<div class="col-md-5">
<img src="image/image_preview.jpg" alt="logo jonathan fechner" title="accueil" class="img-responsive">
</div>
<div class="col-md-7">
<p>initiez vous à la conception de site web avec cette initiation HTML CSS. ces deux langages sont la colone vertebrale du web car tous les sites sont conçu avec HTML CSS. pour mieux comprendre, je vous invite à connaitre l'histoire trop peu connu de l'aventure internet qui remonte à 1969 !</p>
<a class="col-md-6 col-md-offset-3 btn btn-info" href="http://www.jonathanfechner.fr/docs/CSS-support.pdf" role="button">CSS - Support</a><br>
<a class="col-md-6 col-md-offset-3 btn btn-info" href="http://www.jonathanfechner.fr/docs/HTML-support.pdf">HTML - Support</a><br>
<a class="col-md-6 col-md-offset-3 btn btn-info" href="http://www.jonathanfechner.fr/docs/Hello_Word.pdf" role="button">Documentation</a>
</div>
</article>
</section>
</div>
</div>
<?php require '_footer.php';?>
</body>
</html>