-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
86 lines (78 loc) · 5.29 KB
/
thanks.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
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Python Astuces</title>
<meta charset="UTF-8">
<meta name="description" content="Recevez chaque semaines des astuces Python dans votre email">
<meta name="keywords" content="newsletter, newsletters, python, python3, astuces, email">
<meta name="author" content="Python Astuces ([email protected])">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Python Astuces : Newsletter hebdomadaire fournissant un code snippet python" />
<meta property="og:description" content="Python Astuces, publié chaque dimanche, est une newsletter hebdomadaire vous permettant d'améliorer vos compétences Python à travers des astuces." />
<meta property="og:url" content="https://pythonastuces.com" />
<meta property="og:site_name" content="Python Astuces : Recevez chaque semaines des astuces Python dans votre email" />
<meta property="og:image" content="https://pythonastuces.com/images/preview.png">
<meta property="og:image:secure_url" content="https://pythonastuces.com/images/preview.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Python Astuces, publié chaque dimanche, est une newsletter hebdomadaire vous permettant d'améliorer vos compétences Python à travers des astuces." />
<meta name="twitter:title" content="Python Astuces : Recevez chaque semaines des astuces Python dans votre email" />
<meta name="twitter:site" content="@pythonastuces" />
<meta name="twitter:image" content="https://pythonastuces.com/images/preview.png" />
<meta name="twitter:image:secure_url" content="https://pythonastuces.com/images/preview.png" />
<meta name="twitter:image:alt" content="Python Astuces - logo" />
<meta name="twitter:creator" content="@skoudoro" />
<link rel="canonical" href="https://pythonastuces.com/" />
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
</head>
<body>
<div class="size1 overlay2 bg-img-code where1-parent">
<div class="bgwhite size3 p-l-75 p-r-75 p-t-45 p-b-45">
<div class="row">
<div class="wrap-pic1 m-r-4">
<img src="images/python-logo.jpeg" alt="LOGO">
</div>
<h1 style="font-weight: bolder;">Python Astuces</h1>
</div>
<div class="p-t-45 p-b-45"><h2 style="font-weight: bolder;">Bienvenue dans la communauté Python Astuces 🐍!</h2></div>
<div class="p-b-45"><h2 style="font-weight: bolder;">Faites grandir la communauté en partageant!</h2><p class="fs-18 p-t-15"> Vous connaissez un proche qui appreciera ces astuces python? <a href="mailto:?subject=Petite%20Astuces%20Python&body=Salut,%20Je%20viens%20juste%20de%20m'inscrire%20à%20une%20newsletter%20Python%20qui%20pourrait%20t'intéresser%20:%20http://pythonastuces.com." rel="EMAIL">Click sur ce lien pour leur partager via email</a></p></div>
<div class="p-b-20"><h2 style="font-weight: bolder;">Suivez nous sur Twitter!</h2></div>
<div class="">
<a href="http://twitter.com/skoudoro" class="flex-c-m size5 bg4 how1 trans-04 m-r-5">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
<!--===============================================================================================-->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
<script src="js/main.js"></script>
<!--===============================================================================================-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3RV5DTCLJJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3RV5DTCLJJ');
</script>
<!--===============================================================================================-->
</body>
</html>