-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogs.html
More file actions
57 lines (49 loc) · 2.12 KB
/
Copy pathblogs.html
File metadata and controls
57 lines (49 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himanshu Dhawale| Blogs </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navigation">
<div class="brand">
<a href="index.html" id="link-brand">Himanshu Dhawale</a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="blogs.html" class="active">Blogs</a></li>
</ul>
</nav>
<header class="hero">
<img src="images/another another image.svg" alt="image">
<h1 class="hero-heading">I document my coding journey through <span class="heading-inverted">Blogs.</span> I
write technical and non-technical blogs about concepts I learned that help in learning web development </h1>
</header>
<section class="section ow">
<section class="section ow">
<h1>1.Array.map in Javascript </h1>
<p>If you want to get better at Javascript then, Array is a very essential part in it.</p>
<a class="link link-primary" href="https://hashnode.com/post/arraymap-in-javascript-cksgsavxu070n1is1357rg74j">READ MORE</a>
</section>
<section class="section ow">
<h1>2. Why you should read Mulla Nasruddin </h1>
<p>Do you like to read folk tales or which are told by elders then, you must read Mullah Nasruddin stories.</p>
<a class="link link-primary" href="https://hashnode.com/post/why-you-should-read-mulla-nasruddin-cktqvo9660h2xpvs1gw5x7r4b">READ MORE</a>
</section>
<footer class="footer">
<div class="footer-header">
Connect with me
</div>
<ul>
<li><a href="https://github.com/Himanshu-Dhawale">Github</a>
<li>
<li><a href="https://www.linkedin.com/in/himanshu-dhawale-a30a421b2">Linkedin</a></li>
<li><a href="https://twitter.com/Coding_Titan7">Twitter</a></li>
</ul>
</footer>
</body>
</html>