-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (119 loc) · 5.79 KB
/
index.html
File metadata and controls
127 lines (119 loc) · 5.79 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
<!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 - We Develop Web applications based upon various technologies.Here We'll share tech Updates and news. It's our Blog">
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://roamingdeveloper.codes/" />
<meta name="theme-color" content="#D73F42">
<link rel="shortcut icon" href="https://roamingdeveloper.codes/fevicon.png" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Alata|ZCOOL+QingKe+HuangYou&display=swap" rel="stylesheet">
<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://kit.fontawesome.com/425ce35459.js" crossorigin="anonymous"></script>
<title>Roaming Developer - Blogs</title>
</head>
<body>
<!-- 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>
<section id="hero-blog">
<div class="container">
<div class="row flex-column-reverse flex-md-row">
<div class="col-md-6 text-vertical m-text-center">
<h1 class="text-vertical font-weight-bold h-red">It's Our Blog</h1>
<p class="h6 font-weight-bold">Find Tech Articles</p>
</div>
<div class="col-md-6">
<img class="img-fluid p-3" src="./images/hero-head.jpg" alt="blog header image">
</div>
</div>
</div>
</section>
<div class="container text-center">
<a href="#main"><i class="fa fa-angle-down"></i></a>
</div>
<section id="main">
<!-- Article 1 -->
<div class="container mt-5">
<div class="row m-text-center">
<div class="col-md-3">
<img class="img-fluid p-3 blog-icon" src="./images/cookies.svg" alt="">
</div>
<div class="col-md-9 text-vertical">
<h3 class="font-weight-bold h-red">What are the Cookies</h3>
<p class="text-justify">
A Cookie is a String of information that a website stores on a visitor's device(Desktop, Mobile
etc.),
and <span class="text-fade-lr">that the visitor's browser</span>
</p>
<p class="font-weight-bold"><i class="fa fa-user-tie"></i> @akashprasher<i
class="ml-3 fa fa-calendar-week"></i> 01-June-2020</p>
<a href="https://blog.roamingdeveloper.codes/Article/what-are-cookies.html"><button
class="btn btn-primary font-weight-bold">Read More <i
class="fa fa-arrow-right"></i></button></a>
</div>
</div>
</div>
</section>
<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/Roaming-Developer">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 src="./scripts/main.js"></script>
</body>
</html>