-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog1.html
125 lines (117 loc) · 4.64 KB
/
blog1.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
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
<!--THE FIRST BLOGPOST-->
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>What does Meghalaya store for a photographer?-Hardik Sharma</title>
<link rel="icon" href="logos\favicon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" media="(min-width:600px)" href="navbar.css">
<link rel="stylesheet" type="text/css" media="(max-width:600px)" href="m_navbar.css">
<link rel="stylesheet" type="text/css" media="(min-width:600px)" href="footer.css">
<link rel="stylesheet" type="text/css" media="(max-width:600px)" href="m_footer.css">
<link rel="stylesheet" type="text/css" href="blog_style.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Raleway:wght@400;600;900&display=swap" rel="stylesheet">
<!-- <style>
body{
font-family:Raleway;
font-size:1.5vw;
}
.blog_heading{
font-size:3vw;
text-align:center;
color:white;
background-color:#040346;
padding:0.1vh;
margin-top:15vh;
}
.main_image{
display:block;
margin: 3vh auto;
height:27vw;
width:100%;
object-fit:cover;
}
.quote{
font-style:italic;
font-size:2.5vw;
font-family:Times New Roman;
color:#434346;
text-align:center;
padding:1vw;
width:60%;
margin:auto;
}
.body_image
{
height:18vw;
width:32vw;
display:inline-block;
float:right;
margin:2vh 2vw;
}
</style> -->
<script src="nav_mobile.js"></script>
</head>
<body>
<div id="navbar">
<div class="mylogo"><a href="index.html"><img class="mylogo" src="logos\mylogo.jpeg"></a></div>
<nav>
<a class="top" href="index.html">HOME</a>
<a class="top" href="about.html">ABOUT </a>
<a class="top" href="gallery.html">GALLERY</a>
<a class="top" href="blog.html">BLOG</a>
<a class="top" href="contact.html">CONTACT</a>
<div class="outer" onclick="animate_ham()">
<div class="inner"></div>
<div class="inner"></div>
<div class="inner"></div>
</div>
</nav>
</div>
CSS RENDERING ...
<div id="m_navbar">
<a class="m_top" href="index.html">HOME</a>
<a class="m_top" href="about.html">ABOUT </a>
<a class="m_top" href="gallery.html">GALLERY</a>
<a class="m_top" href="blog.html">BLOG</a>
<a class="m_top" href="contact.html">CONTACT</a>
</div>
<div class="blog_heading">
<h3>What does Meghalaya store for a photographer?</h3>
</div>
<div class="blog_content">
<img class="main_image" src="nature\n12.jpg">
<div class="quote">"Stay light like the clouds, and you will be on top of the world..."</div>
<p>
A few years back, I got a chance to visit Meghalaya-the land of the clouds. A great family trip it was, but the place is a haven for someone who is a big fan of capturing nature in pixels. I used a Microsoft Lumia 540- the Windows phone with a better camera other phones had those days.(yes, I am an amatuer clicker...)
</p>
<p><img class="body_image" src="nature\n8.jpg" ></img>
The trip indeed was a wonderful experience in many ways, but it made me a better at clicking photos, especially nature photography. Meghalaya is full of places to shoot- mountains with a tint of green, thanks to the great pine and cedar trees,the silky water of the waterfalls, majestic clouds, fairyland houses, caves full of textures and shades, barely found anywhere else.
And I did not find myself alone at that place- there were many like me exploring the majestic Himalayan Paradise, with those digital eyes in their hands, each being different from one other mainly in the perspective.
</p>
<p>
Meghalaya(Northeast India,as a matter of fact) is on the To-Do list of many photographers not only because of the mountains and trees; the culture of Meghalaya is brilliant- the vividness of the culture of the Khasi tribe fills the eyes with colours that altogether complete the spectrum of the wonderful place. Mawlynnong is the perfect place to be for anyone who wants a glimpse of culture of the place. Declared as "the cleanest village in Asia", the place offers a lot to capture- from wooden toys to bamboo houses; Mawlynnong is best for macro and closeup shots.
</p>
<p> So grab your bag and start exploring "Majestic Meghalaya" through your lens-you won't regret it! Till then, <i>Khublei</i>(Khasi:"Goodbye")!
</p>
</div>
<footer id="foot">
<div class="socicon">
<a href="https://www.instagram.com/hardiks_51/">
<img src="logos\instagram.jpg" >
</a>
</div>
<div class="socicon">
<a href="https://www.linkedin.com/in/hardik-sharma-a0682b196">
<img src="logos\linkedin.png" >
</a>
</div>
<div class="socicon">
<a href="mailto:[email protected]">
<img src="logos\mail.png" >
</a>
</div>
<div id="footext">©Copyright 2020,Hardik Sharma. All rights reserved.</div>
</footer>
</body>
</html>