Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,48 @@
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/
header{display: flex;
justify-content:flex-start;}
h1{display:flex;
justify-content:center;}

body{ background-image: url("https://i.assetzen.net/i/vQsWXXFrzGbd/w:auto/h:400/q:70.jpg");
font-size:20px;
background-repeat: no-repeat;
background-size:cover;
background-position:center;
font-style:normal;
color:black;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;}

h2{color:brown;
font-size: 50px;}

.nature
{width: 400px;
border: 3px solid green;
padding:5px;
margin:5px;}

.culture
{width:fit-content;
border:3px solid red;
padding:10px;
margin:10px;
}

.history{
width:400px;
padding:5px;
margin:5px;
border:3px solid yellow;
}
div{display:flex;
justify-content: space-around;}

footer{font-size: 30px;
color:darkred;
font-style: italic;
display:flex;
justify-content: center;
}
48 changes: 44 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog</title>
<title>My Blog about Nepal</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
Expand All @@ -16,7 +16,47 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<header>
<img src="https://ntb.gov.np/storage/media/1920/ntb_logo-1663927863_resized1920.jpg" width="50"
/>
</header>
<h1>
<img src="https://ntb.gov.np/storage/website/logo.svg" width="200"
/>
</h1>
<p>Nepal is a landlocked country in the Himalayas in South Asia. It has eight of the world's 10 highest peaks, including Mount Everest, the world's tallest, on the border with Tibet, as well as Lumbini, the birthplace of Gautama Buddha, the founder of Buddhism.It is a small country but very beautiful.Nepal is very rich in culture and has a very unique history.
</p>
<div>
<article class="nature">
<h2>Nature</h2>
<p>People in Nepal rely on trees for most of their energy needs. Forests are rapidly being cut down and used as firewood in heating and cooking. The land has become fragile and erodes away when the trees have been removed.

Animal species are also becoming extinct due to population growth and deforestation. The Bengal tiger, the Asian one-horned rhinoceros, the snow leopard, and the Ganges freshwater dolphin are all endangered animals. Many tourists come to Nepal to see the exotic wildlife, so the Nepal economy depends on protecting these animals from extinction.

The yeti (or Abominable Snowman) is said to live in the mountains of Nepal. No conclusive evidence has been documented as to whether the yeti actually exists or not, but several explorers claim to have seen yeti footprints. No one has ever found one so the mystery goes on.
</p>
<a href="https://kids.nationalgeographic.com/geography/countries/article/nepal">Find more</a> >
</article>
<article class="history">
<h2>History</h2>
<p> Nepal’s rich prehistory consists mainly of the legendary traditions of the Newar, the indigenous community of Nepal Valley (now usually called Kathmandu Valley). There are usually both Buddhist and Brahmanic Hindu versions of these various legends. Both versions are accepted indiscriminately in the festivals associated with legendary events, a tribute to the remarkable synthesis that has been achieved in Nepal between the two related but divergent value systems.

References to Nepal Valley and Nepal’s lower hill areas are found in the ancient Indian classics, suggesting that the Central Himalayan hills were closely related culturally and politically to the Gangetic Plain at least 2,500 years ago. Lumbini, Gautama Buddha’s birthplace in southern Nepal, and Nepal Valley also figure prominently in Buddhist accounts. There is substantial archaeological evidence of an early Buddhist influence in Nepal, including a famous column inscribed by Ashoka (emperor of India, 3rd century BCE) at Lumbini and several shrines in the valley.</p>
<a href="https://www.britannica.com/place/Nepal/History">Find more</a></article> </div>
<article class="culture">
<h2>Culture</h2>
<p>Culture in Nepal has been derived from the way of life in this Nation. Nepalese culture is one of a kind and is something to blend in and savour.

Nepalese culture has been passed down from generation to generation. It is a precious treasure that the Nepalese showcase with a feeling of immense pride. It is quite old, but one of the most intriguing ones that you will find!

Nepal has a dash of diversity in all parts, geography, ethnicity, tradition, religion; making the culture of Nepal diverse too. We can find a different twist throughout various parts of the country. The culture and tradition of Nepal is a culmination of its ethnicity, religions, values, and beliefs, tribal and social groups. Nepal's rich and diverse culture is reflected in its music, dance, art, literature, folklore and its language. It is a showcase of what the Nepalese lifestyle has to show and offer. Culture in Nepal is a symbol of the nation's wealthy, harmonized and diversified society.</p>
<a href= "https://www.hopnepal.com/about-nepal/culture-in-nepal">Find more</a>

</article>

<footer>by Junita
<a href="https://www.facebook.com/junitalama88"> @contact</a>
</footer>

</body>
</html>
</html>