-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.html
79 lines (63 loc) · 3.25 KB
/
subscribe.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
<!DOCTYPE HTML>
<html lang=" en">
<head>
<!-- meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Subscribe Now | BukuKelas.Com</title>
<meta name="generator" content="Jekyll v4.2.2" />
<meta property="og:title" content="Subscribe Now" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Berlangganan untuk mengetahui apa saya konten terbaru atau hubungi kami jika anda memiliki pertanyaan" />
<meta property="og:description" content="Berlangganan untuk mengetahui apa saya konten terbaru atau hubungi kami jika anda memiliki pertanyaan" />
<link rel="canonical" href="/subscribe" />
<meta property="og:url" content="/subscribe" />
<meta property="og:site_name" content="BukuKelas.Com" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Subscribe Now" />
<meta name="twitter:site" content="@" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Berlangganan untuk mengetahui apa saya konten terbaru atau hubungi kami jika anda memiliki pertanyaan","headline":"Subscribe Now","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/assets/images/header-brand.png"}},"url":"/subscribe"}</script>
<!-- End Jekyll SEO tag -->
<!-- Add Favicon -->
<link rel="icon" href="/assets/images/favicon-32x32.png" type="image/x-icon" />
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Open+Sans&display=swap"
rel="stylesheet">
<!-- gulp:css -->
<link href='/assets/css/app.min.css' rel='stylesheet'/>
<!-- endgulp -->
<link type="application/atom+xml" rel="alternate" href="/index.xml" title="BukuKelas.Com - Portal Informasi Pendidikan" />
</head>
<body class="body-shape">
<!--/// Login Area /// -->
<section class="login-area py-5">
<div class="container">
<div class="login-wrapper">
<a href="" class="brand-logo"><img src="/assets/images/header-brand.png" alt="BukuKelas.Com - Portal Informasi Pendidikan"></a>
<div class="login-box bg-white">
<h4 class="text-center pb-3">Subscribe Now</h4>
<form class="login-form subscribe-form" method="POST" action="https://bukukelas.us14.list-manage.com/subscribe?u=4382fde9ef97c395658e76afa&id=483e7ca28e">
<div class="mb-2">
<input type="email" name="Email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
</div>
<button type="submit" class="btn btn-danger text-white w-100">Subscribe</button>
</form>
</div>
<ul class="list-inline mt-5 text-center m-0 small">
<li class="list-inline-item mx-2"><a href="/kebijakan-privasi-cookie">Privacy Policy </a></li>
<li class="list-inline-item mx-2"><a href="/kode-etik">Kode Etik</a></li>
</ul>
</div>
</div>
</section>
<!--=========== JS Add ==========-->
<!-- gulp:js -->
<script src='/assets/js/build.min.js'></script>
<!-- endgulp -->
</body>
</html>