-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
71 lines (59 loc) · 2.64 KB
/
news.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
<!DOCTYPE HTML>
<html>
<head>
<title>Le Beau Jeu - News</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<style>
#news h1 {font-size: 22px;background-color:rgba(247, 247, 247, 0.95);padding:5px;min-height:65px;border-radius:5px;}
#news h2 {font-size: 14px;margin:5px 0px;clear:both;}
#news article {display: block; padding:5px; margin-bottom:5px}
#news div.description {margin:15px 0px;}
#news div.description p {text-align: justify}
#news img.logo {width:44px; float:left; margin-top: 10px; margin-right: 15px; margin-left: 10px; margin-bottom: 15px;border-radius:5px;}
</style>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo-lbj.svg" /></span>
<h1>News</h1>
</header>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="why" class="main">
<div class="spotlight">
<div class="content">
<h1>Les news fraîches du digital séléctionnées par nos soins</h1>
<div id="news">
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-795948-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>