Skip to content

Commit

Permalink
modified interests section
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamShaswat committed Nov 2, 2021
1 parent 1522784 commit 4091b59
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
26 changes: 26 additions & 0 deletions _layouts/interests.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
</style>
<body class="w3-light-grey">

<!-- w3-content defines a container for fixed size centered content,
and is wrapped around the whole page content, except for the footer in this example -->
<div class="w3-content" style="max-width:1400px">

<!-- Header -->
<header class="w3-container w3-center w3-padding-32">
<h1><b>MY BLOG</b></h1>
<p>Welcome<span class="w3-tag">want to know more about my interests and hobby ?</span></p>
</header>

{{ content }}

</body>
</html>
8 changes: 5 additions & 3 deletions interests.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
layout: page
layout: interests
title: Projects
---

# {{ page.title }}


My Projects
My Hobby and Interests

_Add your text here_
I like to learn about cryptocurrency, even the meme coins they are quite fascinating even you doubt partical nature of it in the real world.

I sometime make memes too, its an jocula way to express your emotions to the world

0 comments on commit 4091b59

Please sign in to comment.