-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
181 lines (178 loc) · 5.88 KB
/
blog.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Garima Sharma | Blogs</title>
<link href="/css/style.css" rel="stylesheet" />
</head>
<body>
<nav class="brand">
<div class="brand-name">
<a class="brand-link" href="blog.html">Garima Sharma</a>
</div>
<ul class="align txt">
<li class="list-inline">
<a class="nav-link link-hover" href="/index.html">Home</a>
</li>
<li class="list-inline">
<a class="nav-link link-hover" href="/Projects/projects.html"
>Projects</a
>
</li>
<li class="list-inline">
<a class="nav-link link-active link-hover" href="blog.html">Blogs</a>
</li>
</ul>
</nav>
<header class="header container">
<div class="txt">My</div>
<span> Blogs </span>
<p class="welcome">
Hey! <br />
Welcome to the <strong> Blogs </strong> section <br />
I have listed all my blogs down for your ease <br />
Hope you like it :)
</p>
<p style="font-size: 1.5rem">
This portfolio is outdated
<a href="https://garimasharma.netlify.app" target="_blank"
>Checkout Latest</a
>
</p>
</header>
<section class="section1">
<h2>How to write markdown part1</h2>
<p class="exp container-center">
Markdown is a lightweight markup language for creating formatted text
using a plain-text editor. Markdown is the easy to use syntax for
styling the plain text on the GitHub platform.......
</p>
<br />
<a
class="link primary-link link-hov"
href="https://dev.to/garimasharma/how-to-write-markdown-part-1-4mne"
target="_blank"
>
Read Full Blog
</a>
</section>
<section class="section2">
<h2>How to write markdown part2</h2>
<p class="exp container-center">
Markdown is a lightweight markup language for creating formatted text
using a plain-text editor. Markdown is the easy to use syntax for
styling the plain text on the GitHub platform.......
</p>
<br />
<a
class="link primary-link link-hov"
href="https://dev.to/garimasharma/how-to-add-links-in-markdown-1bnf"
target="_blank"
>
Read Full Blog
</a>
</section>
<section class="section1">
<h2>How to write markdown part3</h2>
<p class="exp container-center">
Markdown is a lightweight markup language for creating formatted text
using a plain-text editor. Markdown is the easy to use syntax for
styling the plain text on the GitHub platform.......
</p>
<br />
<a
class="link primary-link link-hov"
href="https://dev.to/garimasharma/how-to-write-markdown-part-3-3m0c"
target="_blank"
>
Read Full Blog
</a>
</section>
<section class="section2">
<h2>How to write markdown part4</h2>
<p class="exp container-center">
Markdown is a lightweight markup language for creating formatted text
using a plain-text editor. Markdown is the easy to use syntax for
styling the plain text on the GitHub platform.......
</p>
<br />
<a
class="link primary-link link-hov"
href="https://dev.to/garimasharma/how-to-write-markdown-part-4-1f94"
target="_blank"
>
Read Full Blog
</a>
</section>
<section class="section1">
<h2>Raw Blog</h2>
<p class="exp container-center">
Here is a small raw blog about my experience in Web Developing and
programming feild.
</p>
<br />
<a class="link primary-link link-hov" href="blogs/me.html"> Read Blog </a>
</section>
<footer>
<!-- <small class="txt"> Wanna Contact me ?</small> -->
<ul>
<li class="list-inline">
<a href="https://twitter.com/garimavatss" target="_blank"
><img
class="pop-out"
src="https://www.vectorlogo.zone/logos/twitter/twitter-official.svg"
alt="twitter"
height="25"
/></a>
</li>
<li class="list-inline">
<a href="https://www.instagram.com/garimaasharma_/" target="_blank"
><img
class="pop-out"
src="https://www.vectorlogo.zone/logos/instagram/instagram-icon.svg"
alt="instagram"
height="25"
/></a>
</li>
<li class="list-inline">
<a href="https://dev.to/garimasharma814" target="_blank">
<img
class="pop-out"
src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg"
alt="Garima's DEV Community Profile"
height="25"
/></a>
</li>
<li class="list-inline">
<a href="https://github.com/Garima-sharma814" target="_blank"
><img
class="pop-out"
src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg"
alt="GitHub"
height="25"
/></a>
</li>
<li class="list-inline">
<a href="https://m.me/garima.vats.143" target="_blank"
><img
class="pop-out"
src="https://www.vectorlogo.zone/logos/facebook/facebook-icon.svg"
alt="facebook"
height="25"
/></a>
</li>
<li class="list-inline">
<a href="https://www.linkedin.com/in/garima-sharma08/" target="_blank"
><img
class="pop-out"
src="https://www.vectorlogo.zone/logos/linkedin/linkedin-icon.svg"
alt="linkedin"
height="25"
/></a>
</li>
<div>© 2020 Garima Sharma</div>
</ul>
</footer>
</body>
</html>