-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
236 lines (220 loc) · 10.9 KB
/
template.html
File metadata and controls
236 lines (220 loc) · 10.9 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5JWVQQJ');
</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Roaming Developer - What are Cookies. Here is the answer.">
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://blog.roamingdeveloper.codes/what-are-cookies" />
<meta name="theme-color" content="#D73F42">
<link rel="shortcut icon" href="https://roamingdeveloper.codes/fevicon.png" type="image/png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="https://roamingdeveloper.codes/css/stylesheet.css"> -->
<link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../css/style-blog.css">
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="https://kit.fontawesome.com/425ce35459.js" crossorigin="anonymous"></script>
<title>Roaming Developer - What Are Cookies</title>
</head>
<body onload="getUserName();">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5JWVQQJ" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar navbar-light bg-light">
<div class="container">
<a href="https://blog.roamingdeveloper.codes"><span class="navbar-brand h1 logo font-weight-bold"
style="color: #D73F42;">Blogs [.]
Roaming Developer
[.] Codes</span></a>
</div>
</nav>
<!--
DON'T TOUCH ABOVE THIS
-->
<section id="hero-blog">
<div class="container mt-5">
<div class="row flex-column-reverse flex-md-row">
<div class="col-md-6 text-vertical m-text-center">
<!-- Your Title -->
<h1 class="text-vertical font-weight-bold h-red h-one-rem">A Good Title</h1>
<!-- Your username, can also link with you personal/social account -->
<!-- and date in for mate of DD-Month-YYYY -->
<p class="font-weight-bold m-text-center"><i class="fa fa-user-tie"></i> @username<i
class="ml-3 fa fa-calendar-week"></i> 01-Januray-2020</p>
</div>
<div class="col-md-6 text-center">
<!-- use a appropriate image for the article -->
<!-- Use can always create a new folder within images foder with you article name -->
<img class="img-fluid p-3 c-img-height" title="https://image.freepik.com/free-vector/hand-drawn-design-halloween-ghost-collection_23-2148661772.jpg" src="https://image.freepik.com/free-vector/hand-drawn-design-halloween-ghost-collection_23-2148661772.jpg"
alt="blog header image">
</div>
</div>
</div>
</section>
<div class="container text-center">
<a href="#main" title="Move to main content"><i class="fa fa-angle-down"></i></a>
</div>
<!-- <span id="userName">Anonymous</span> <span onclick="getUserName();">Change Name</span> -->
<main id="main">
<section class="mt-5">
<div class="container">
<!-- Use this for you heading -->
<h3 class="font-weight-bold h-red">Here are some technical basics!</h3>
<hr>
</div>
<div class="container">
<!-- Sub-Heading if any -->
<h4 class="">Okay <span class="font-weight-bold" id="userName" title="Your Name :)">Anonymous</span>!
Here is the defination of Cookies.</h4>
<!-- your content in this paragrah -->
<p>A Cookie is a String of information that a website stores on a visitor's device(Desktop, Mobile
etc.),
and that the visitor's browser provides to website each time the visitor returns.
</p>
</div>
<!--
USE NEXT CONTAINERS AS PER YOUR REQUIREMENTS
-->
<div class="container">
<h4 class="">Why we use Cookies?</h4>
<p>
We use cookies and other technologies to ensure everyone who uses website has the best possible
experience. Cookies are used to identify and track visitors, their usage of website, and their
website access preferences.
</p>
</div>
<div class="container">
<h4 class="">When are Cookies Created?</h4>
<p>
Writing data to a cookie is usually done when a new webpage is loaded - for example after a 'submit'
button is pressed the data handling page would be responsible for storing the values in a cookie. If
the user has elected to disable cookies then the write operation will fail, and subsequent sites
which
rely on the cookie will either have to take a default action, or prompt the user to re-enter the
information
that would have been stored in the cookie.
</p>
</div>
</section>
<!--
DON'T TOUCH BELOW THIS
-->
<section>
<div class="container mt-5 mb-5 text-center">
<h4 class="font-weight-bold m-text-center blink">❤️</h4>
<h4 class="font-weight-bold m-text-center">Hope you liked the article.</h4>
<h6 class="font-weight-bold m-text-center"><a class="h-red-ho"
href="mailto:hello@roamingrdeveloper.codes">Write us at hello@roamingdeveloper.codes</a></h6>
</div>
</section>
<section class="mt-4">
<div class="container">
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function () { // DON'T EDIT BELOW THIS LINE
var d = document,
s = d.createElement('script');
s.src = 'https://blogroamingdeveloper.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments
powered
by Disqus.</a></noscript>
</div>
</section>
</main>
<footer>
<div class="container mt-5">
<div class="row pt-3 pb-3">
<div class="col">
<h6 class="font-weight-bold">Important Links</h6>
<hr>
<p class="mb-0"><i class="fa fa-home mr-1"></i><a href="https://blog.roamingdeveloper.codes/"
target="_blank ">Home</a></p>
<p class="mb-0"><i class="fa fa-cube mr-1"></i><a href="https://roamingdeveloper.codes/"
target="_blank ">Projects</a></p>
</div>
<div class="col">
<h6 class="font-weight-bold">Contact</h6>
<hr>
<p class="mb-0"><i class="fa fa-at mr-1"></i> <a href="mailto:hello@roamingdeveloper.codes">Mail</a>
</p>
<p class="mb-0"><i class="fa fa-github mr-1"></i> <a
href="https://github.com/akashprasher">Github</a></p>
<p class="mb-0"><i class="fa fa-linkedin mr-1"></i> <a
href="https://linkedin.com/in/akashprasher">Linkedin</a></p>
</div>
</div>
<div class="text-center pb-2">
<p class="h6 font-weight-bold">© Roaming Developer</p>
</div>
</div>
</footer>
<!-- <script>
function getUserName() {
if (localStorage.getItem("userName") === "Anonymous" || localStorage.getItem("userName") === null ||
localStorage.getItem("userName") === "null") {
swal("Tell us your name! (by default it's Anonymous)", {
content: "input",
})
.then((value) => {
if (value === "") {
localStorage.setItem("userName", "Anonymous");
} else {
localStorage.setItem("userName", value);
setName();
}
});
} else {
setName();
}
}
function changeUserName() {
swal("Tell us your name!", {
content: "input",
})
.then((value) => {
if (value === "") {
localStorage.setItem("userName", "Anonymous");
} else {
localStorage.setItem("userName", value);
setName();
window.location.href = "./what-are-cookies.html#main";
}
});
}
</script> -->
<script src="https://blog.roamingdeveloper.codes/scripts/main.js"></script>
</body>
</html>