|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| -<head> |
4 |
| - <meta charset="UTF-8"> |
5 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 | <title>blog | IamDeveloper</title>
|
8 |
| - <link href="/styles/main.css" rel="stylesheet"/> |
9 |
| -</head> |
10 |
| -<body> |
11 |
| - <nav class="navigation container" > |
12 |
| - <div class="nav-brand">IamDeveloper</div> |
13 |
| - <ul class="list-non-bullet nav-pills" > |
14 |
| - <li class="list-item-inline"> |
15 |
| - <a class="link " href="/index.html">home</a> |
16 |
| - </li> |
17 |
| - <li class="list-item-inline"> |
18 |
| - <a class="link" href = "/pages/project.html">project</a> |
19 |
| - </li> |
20 |
| - <li class="list-item-inline" > |
21 |
| - <a class= "link link-active" href="/pages/blog.html">blog</a> |
22 |
| - </li> |
23 |
| - </ul> |
| 8 | + <link href="/styles/main.css" rel="stylesheet" /> |
| 9 | + </head> |
| 10 | + <body> |
| 11 | + <nav class="navigation container"> |
| 12 | + <div class="nav-brand">IamDeveloper</div> |
| 13 | + <ul class="list-non-bullet nav-pills"> |
| 14 | + <li class="list-item-inline"> |
| 15 | + <a class="link" href="/index.html">Home</a> |
| 16 | + </li> |
| 17 | + <li class="list-item-inline"> |
| 18 | + <a class="link" href="/pages/project.html">Project</a> |
| 19 | + </li> |
| 20 | + <li class="list-item-inline"> |
| 21 | + <a class="link link-active" href="/pages/blog.html">Blogs</a> |
| 22 | + </li> |
| 23 | + </ul> |
24 | 24 | </nav>
|
25 | 25 |
|
| 26 | + <header class="hero"> |
| 27 | + <h1 class="hero-heading"> |
| 28 | + My <span class="heading-inverted">blogs📝</span> |
| 29 | + </h1> |
| 30 | + </header> |
26 | 31 |
|
27 |
| - |
| 32 | + <section class="project-section"> |
| 33 | + <article class="project-container project-div"> |
| 34 | + <h1>dummy blog-1</h1> |
| 35 | + <small>July 2021</small> |
| 36 | + <p> |
| 37 | + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| 38 | + eiusmod tempor incididunt ut labore et dolore magna aliqua. Donec |
| 39 | + ultrices tincidunt arcu non sodales neque. Nisl rhoncus mattis rhoncus |
| 40 | + urna neque viverra justo nec ultrices. Enim neque volutpat ac |
| 41 | + tincidunt vitae semper quis. |
| 42 | + </p> |
| 43 | + <a class="link link-primary" href="" target="blank">Read</a> |
| 44 | + </article> |
| 45 | + </section> |
| 46 | + <section class="project-section"> |
| 47 | + <article class="project-container project-div"> |
| 48 | + <h1>dummy blog-1</h1> |
| 49 | + <small>July 2021</small> |
| 50 | + <p> |
| 51 | + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| 52 | + eiusmod tempor incididunt ut labore et dolore magna aliqua. Donec |
| 53 | + ultrices tincidunt arcu non sodales neque. Nisl rhoncus mattis rhoncus |
| 54 | + urna neque viverra justo nec ultrices. Enim neque volutpat ac |
| 55 | + tincidunt vitae semper quis. |
| 56 | + </p> |
| 57 | + <a class="link link-primary" href="" target="blank">Read</a> |
| 58 | + </article> |
| 59 | + </section> |
| 60 | + <!-------------- FOOTER-STARTED ---------------------------> |
28 | 61 | <footer class="footer">
|
29 |
| - <div class="footer-header">Made with love💜</div> |
30 |
| - <ul class="list-non-bullet social links"> |
31 |
| - <li class="list-item-inline" ><a class="link" href="https://github.com/aaryanpal" target="_blank">Github</a></li > |
32 |
| - <li class="list-item-inline" ><a class="link" href="https://t.me/aaryan42" target="_blank">Telegram</a></li > |
33 |
| - <li class="list-item-inline" ><a class="link" href="/" target="_blank">Twitter</a></li > |
34 |
| - </ul> |
| 62 | + <div class="footer-header">Made with love💜</div> |
| 63 | + <ul class="list-non-bullet social links"> |
| 64 | + <li class="list-item-inline"> |
| 65 | + <a class="link" href="https://github.com/aaryanpal" target="_blank" |
| 66 | + >Github</a |
| 67 | + > |
| 68 | + </li> |
| 69 | + <li class="list-item-inline"> |
| 70 | + <a class="link" href="https://t.me/aaryan42" target="_blank" |
| 71 | + >Telegram</a |
| 72 | + > |
| 73 | + </li> |
| 74 | + <li class="list-item-inline"> |
| 75 | + <a class="link" href="/" target="_blank">Twitter</a> |
| 76 | + </li> |
| 77 | + </ul> |
35 | 78 | </footer>
|
36 |
| -</body> |
| 79 | + <!----------------- FOOTER ENDED--------------------- --> |
| 80 | + </body> |
37 | 81 | </html>
|
0 commit comments