-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
186 lines (168 loc) · 7.03 KB
/
Copy pathblog.html
File metadata and controls
186 lines (168 loc) · 7.03 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="images/Letter-D.jpg" type="image/jpg">
<title>Debabrata's Portfolio</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<header class="navigation fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand font-tertiary h3" href="index.html"><img src="" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- page title -->
<section class="page-title bg-primary position-relative">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="text-white font-tertiary">Articles</h1>
</div>
</div>
</div>
<!-- social icon -->
<ul class="list-unstyled ml-5 mt-3 position-relative zindex-1">
<li class="mb-3"><a class="text-white" href="https://www.linkedin.com/in/debabrata-das-69133222b/"><i class="ti-linkedin" style="font-size: 30px;"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://github.com/Debo0013"><i class="ti-github" style="font-size: 30px;"></i></a></li>
</ul>
<!-- /social icon -->
<!-- background shapes -->
<img src="images/illustrations/page-title.png" alt="illustrations" class="bg-shape-1 w-100">
<img src="images/illustrations/leaf-pink-round.png" alt="illustrations" class="bg-shape-2">
<img src="images/illustrations/dots-cyan.png" alt="illustrations" class="bg-shape-3">
<img src="images/illustrations/leaf-orange.png" alt="illustrations" class="bg-shape-4">
<img src="images/illustrations/leaf-yellow.png" alt="illustrations" class="bg-shape-5">
<img src="images/illustrations/dots-group-cyan.png" alt="illustrations" class="bg-shape-6">
<img src="images/illustrations/leaf-cyan-lg.png" alt="illustrations" class="bg-shape-7">
</section>
<!-- /page title -->
<!-- Article -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Articles</h2>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<article class="card shadow">
<img class="rounded card-img-top" src="images/blog/Conversational-AI.png" alt="post-thumb">
<div class="card-body">
<h4 class="card-title"><a class="text-dark" href="blog-single.html">Google's approach to humanising the internet.</a>
</h4>
<p class="cars-text">Google's LaMDA has the potential to revolutionize online interactions
and information access, enhancing the internet's human-centric experience.</p>
<a href="blog-single.html" class="btn btn-xs btn-primary">Read More</a>
</div>
</article>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<article class="card shadow">
<img class="rounded card-img-top" src="images/blog/Fusion.jpg" alt="post-thumb">
<div class="card-body">
<h4 class="card-title"><a class="text-dark" href="blog-JET.html"> Joint European Torus (JET).</a>
</h4>
<p class="cars-text">A historic breakthrough occurred at JET.
Scientists shattered a 24-year-old record by achieving an unprecedented,
sustained energy pulse through nuclear fusion.</p>
<a href="blog-JET.html" class="btn btn-xs btn-primary">Read More</a>
</div>
</article>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<article class="card shadow">
<img class="rounded card-img-top" src="images/blog/Creating.jpg" alt="post-thumb">
<div class="card-body">
<h4 class="card-title"><a class="text-dark" href="blog.html">Working on Ideas</a>
</h4>
<p class="cars-text">Please feel welcome to share any ideas that could resonate with the wider public.</p>
<a href="blog.html" class="btn btn-xs btn-primary">Working on it:)</a>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- /Article -->
<!-- footer -->
<footer class="bg-dark footer-section">
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<h5 class="text-light">Email</h5>
<p class="text-white paragraph-lg font-tertiary"><u>debodas1333@gmail.com</u></p>
</div>
<div class="col-md-4">
<h5 class="text-light">Phone</h5>
<p class="text-white paragraph-lg font-tertiary"><u>+91 9957085950</u></p>
</div>
<div class="col-md-4">
<h5 class="text-light">Address</h5>
<p class="text-white paragraph-lg font-tertiary"><u>Harangajao, Assam, India</u></p>
</div>
</div>
</div>
</div>
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto text-center">
<p class="text-white font-tertiary paragraph-lg" style="font-family: Georgia, 'Times New Roman', Times, serif;">
<script>
document.write(new Date().getFullYear() + ' Made with ❤️ by Debo');
</script>
</p>
</div>
</div>
</div>
</section>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>