-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathblog.html
More file actions
281 lines (275 loc) · 6.13 KB
/
blog.html
File metadata and controls
281 lines (275 loc) · 6.13 KB
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
header {
background-color: chocolate;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;
}
article {
float: left;
padding: 9px;
width: 75%;
height: 400px;
background-color: #1b1b32;
color: white;
}
section::after {
content: '';
display: table;
clear: both;
}
nav {
float: left;
width: 25%;
height: 400px;
padding: 9px;
background-color: chartreuse;
}
footer {
background-color: #ffa500;
padding: 40px;
text-align: center;
color: white;
}
@media (max-width: 600px) {
nav,
article {
width: 100%;
height: auto;
}
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
a {
text-decoration: none;
color: white;
}
a:hover {
background-color: darkblue;
}
a.id:hover,
a.id:active {
font-size: 150%;
}
</style>
</head>
<body>
<header>
<h2>Hacktoberfest</h2>
</header>
<section>
<nav>
<img
src="D:\webdev\hacktoberfest.png"
alt="hacktoberfest"
height="100%"
width="100%"
/>
</nav>
<article>
<h1>Hacktoberfest</h1>
<p></p>
<p>
Hacktoberfest is a month-long celebration of open-source software by
DigitalOcean that encourages participation in giving back to the
open-source community. Developers get involved by completing pull
requests, participating in events, and donating to open source
projects. During this event, anyone can support open source by
contributing changes and earn limited-edition swag.
</p>
<p>
The most important thing to remember when it comes to Hacktoberfest
(or any hackathon) is to have fun! Be respectful to the community,
don't submit spammy PRs, make meaningful contributions, ask questions,
make friends, and you should have an awesome time.
</p>
<p>
The goal of the event is to encourage participation in the open-source
community all across the globe. And the challenge is quite simple.
Open four high-quality pull requests in October on any open source
project to get some swags. Seven years ago, Hacktoberfest had
kick-started the celebration along with 676 excited participants
contributing to open source projects and earning a limited-edition
T-shirt. Now, hundreds of thousands of developers participate in
Hacktoberfest from 150 countries
</p>
<p>
You can sign up anytime between October 1 and October 31. The sooner
you sign up, the more time you have to make your pull requests! It’s
easy to participate. You simply register with DigitalOcean. You’ll
need a GitHub account to sign up. Then, make at least four valid pull
requests to open source projects by the deadline.
</p>
</article>
</section>
<footer>
<table>
<tr>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/CSS%20Animation1.css"
>Animation1CSS</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/CSS%20Animation1.html"
>Animation1html</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/CSSAnimationCard.css"
>CSSAnimation</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/CSSAnimationCard.html"
>HtmlAnimation</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/README.md"
>Readme</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/about.html"
>aboutus</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/blog.html"
>Blog</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/calender.html"
>Calender</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/countdown.css"
>Countcss</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/countdown.html"
>Counthtml</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/hover.html"
>Hover</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/image1.jpg"
>Image1</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/image2.jpg"
>Image2</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/imagegallery.css"
>Gallery</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/img.jpg"
>Image</a
>
</p>
</td>
<td>
<p>
<a
class="id"
href="https://github.com/Rajnish2079/HTML_CSS_Effects/blob/main/jokeGenerator.html"
>Joke</a
>
</p>
</td>
</tr>
</table>
</footer>
</body>
</html>