Skip to content

Commit

Permalink
V1.0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-gaudiniere committed Jun 5, 2021
1 parent 8361b53 commit bdaadaa
Show file tree
Hide file tree
Showing 125 changed files with 17 additions and 13,977 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 4 additions & 14 deletions templates/css/style.css → Exemple/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,17 +582,6 @@ body {
margin: 0;
padding: 0;
}
header{
box-shadow: 0px 1px 2px 0 rgb(123 123 123 / 51%);
background-color: rgba(24,24,24,.65);
backdrop-filter: saturate(180%) blur(20px);
}

header h1{
padding: 15px 0 0 10px;
argin: 0;
}


/* Popup */

Expand Down Expand Up @@ -670,7 +659,7 @@ header h1{
background-color: #c3c3c3;
border-radius: 50%;
transform: translateX(1.7rem);
background-color: #4285f4;
background-color: #62d7b2;
}

.move-circle-right {
Expand Down Expand Up @@ -698,13 +687,13 @@ header h1{
}
100% {
transform: translateX(1.7rem);
background-color: #4285f4;
background-color: #62d7b2;
}
}
@keyframes moveCircleLeft {
0% {
transform: translateX(1.7rem);
background-color: #4285f4;
background-color: #62d7b2;
}
100% {
transform: translateX(0);
Expand Down Expand Up @@ -788,6 +777,7 @@ header h1{
.popup p {
padding-right: 5px;
padding-left: 5px;
font-size: 1.2rem;
}
.popup .choice-container-buttons {
display: flex;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
49 changes: 13 additions & 36 deletions templates/index.html → Exemple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,14 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simple &mdash; Free HTML5 Bootstrap Website Template by FreeHTML5.co</title>
<title>Exemple Cookie Consent</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free HTML5 Website Template by FreeHTML5.co" />
<meta name="keywords" content="free html5, free template, free bootstrap, free website template, html5, css3, mobile first, responsive" />
<meta name="author" content="FreeHTML5.co" />
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Work+Sans:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/magnific-popup.css">
</head>
<body>

Expand All @@ -32,10 +19,10 @@
<div class="container">
<nav class="fh5co-main-nav">
<ul>
<li class="fh5co-active"><a href="index.html"><span>Home</span></a></li>
<li><a href="services.html"><span>Services</span></a></li>
<li><a href="about.html"><span>About</span></a></li>
<li><a href="contact.html"><span>Contact</span></a></li>
<li class="fh5co-active"><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>Services</span></a></li>
<li><a href="#"><span>About</span></a></li>
<li><a href="#"><span>Contact</span></a></li>
</ul>
</nav>
</div>
Expand All @@ -47,8 +34,8 @@
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-12 col-sm-offset-0 col-xs-12 col-xs-offset-0 text-center fh5co-table">
<div class="fh5co-intro fh5co-table-cell">
<h1 class="text-center">Make simple and functional templates</h1>
<p>Made with love by the fine folks at <a href="http://freehtml5.co">FreeHTML5.co</a></p>
<h1 class="text-center">Use this simple and functional library </h1>
<p>To learn more, check out <a href="https://github.com/clement-gaudiniere/librairie-cookie-consent/tree/main/templates">our GitHub</a></p>
</div>
</div>
</div>
Expand Down Expand Up @@ -200,31 +187,19 @@ <h3>Follow Us</h3>
<li><a href="#"><i class="icon-twitter"></i> <span>Twitter</span></a></li>
<li><a href="#"><i class="icon-facebook"></i> <span>Facebook</span></a></li>
<li><a href="#"><i class="icon-instagram"></i> <span>Instagram</span></a></li>
<li><a href="#"><i class="icon-google"></i> <span>Google Plus</span></a></li>
<li><a href="#"><i class="icon-github"></i> <span>GitHub</span></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12 fh5co-copyright text-center">
<p><small>&copy; 2016 Free HTML5 Simple. All Rights Reserved. </small> <small>Made with care by <a href="http://freehtml5.co/" target="_blank">FreeHTML5.co</a> Demo Images: <a href="http://unsplash.com" target="_blank">Unsplash</a></small></p>
<p><small>&copy; 2021, Clément Gaudinière.</small></p>
</div>
</div>
</div>
</footer>

<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>

<div class="popup" id="popupConsent">
<section id="contentPopupConsent">
<p>Nous utilisons des cookies / publicités ciblés pour vous garantir la meilleure expérience sur notre site. Si vous continuez à utiliser ce dernier, nous considérerons que vous acceptez leurs utilisation. Pour en savoir plus, consultez notre <a href="https://www.dronement-drone.fr/politique-de-confidentialite">politique de confidentialité</a>.</p>
Expand Down Expand Up @@ -389,6 +364,8 @@ <h3>Follow Us</h3>
});
</script>

<div id="backgroundPopup"></div>

</body>
</html>

File renamed without changes.
207 changes: 0 additions & 207 deletions index.html

This file was deleted.

Binary file removed simple.zip
Binary file not shown.
Loading

0 comments on commit bdaadaa

Please sign in to comment.