-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathindex.html
180 lines (171 loc) · 6.32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacktoberfest2022</title>
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<style>
body {
color: rgb(67, 66, 66);
background-image: url(photo/hacktoberfest2022.png);
}
h1 {
color: #ffffff;
}
</style>
<body>
<div class="bar">
<nav>
<!-- <div>
<a class="navbar-logo" href="index.html"><img src="Photo/hacktoberfest2022.png" alt="" width="100px"
style="margin-top: 10px;"></a>
</div> -->
<div class="nav-child">
<ui class="list"><a href="home.html">Home</a></ui>
<ui class="list"><a href="#">About Us</a></ui>
<ui class="list"><a href="ContactUs.html">Contact Us</a></ui>
<ui class="list"><a href="#">F.A.Q</a></ui>
</div>
</nav>
</div>
<center>
<h1>Hacktoberfest2022 Repositorie</h1>
</center>
<div class="para">
<p> DigitalOcean hosts Hacktoberfest, a month-long festival honoring open-source software that promotes involvement in giving back to the open-source community. Developers participate through completing pull requests, attending events, and making financial contributions to open source projects. Anyone can participate in this event and promote open source by making improvements and earning limited-edition gear.Thousands of people receive free Hacktoberfest t - shirt each year from Digital Ocean and GitHub. </p>
</div>
<div class="main">
<div class="box">
<table>
<tr>
<td class="header">
<h2>What is Open Source?</h2>
</td>
</tr>
<tr>
<td class="bodycont">
Open-source software is computer software that is released under a license in which the copyright holder
grants users the rights to use, study, change, and distribute the software and its source code to anyone and
for any purpose. Open-source software may be developed in a collaborative public manner.
</td>
</tr>
</table>
</div>
<div class="box">
<table>
<tr>
<td class="header">
How do I register for Hacktoberfest?
</td>
</tr>
<tr>
<td class="bodycont">
Registrations are now open via the website and this will
get you all geared up to participate. You'll need to register
to participate in Hacktoberfest, even if you are planning to participate
as a contributor or maintainer. 1. Head to the Hacktoberfest website and click
"Start Hacking" or "Registration now open".
</td>
</tr>
</table>
</div>
<div class="box">
<table>
<tr>
<td class="header">
Who can participate in Hacktoberfest?
</td>
</tr>
<tr>
<td class="bodycont">
To complete Hacktoberfest, you must contribute four accepted pull
requests or merge requests to opted-in repos on GitHub or GitLab,
but we encourage participation of all levels–you can also participate by completing a
single PR/MR, making a donation to your favorite open-source project, or organizing or attending a ...
</td>
</tr>
</table>
</div>
<div class="box">
<table>
<tr>
<td class="header">
What is GitHub?
</td>
</tr>
<tr>
<td class="bodycont">
GitHub is an Internet hosting service for software development and version
control using Git. It provides the distributed version control of Git plus access control,
bug tracking, software feature requests, task management, continuous integration, and wikis for every project.
</td>
</tr>
</table>
</div>
<div class="box">
<table>
<tr>
<td class="header">
What is Hacktoberfest 2022?
</td>
</tr>
<tr>
<td class="bodycont">
Hacktoberfest is a month-long global celebration of open source software run by DigitalOcean in partnership with Intel, AppWrite, and DeepSource, with a strong focus on encouraging contributions to open source projects.
</td>
</tr>
</table>
</div>
<div class="box">
<table>
<tr>
<td class="header">
What is IEEE Software engineering?
</td>
</tr>
<tr>
<td class="bodycont">
The IEEE Computer Society Technical Community on Software Engineering (TCSE) encourages the application of engineering methods and principles to the development of computer software, and works to increase professional knowledge of techniques, tools, and empirical data to improve software quality.
</td>
</tr>
</table>
</div>
<div class="box">
<table>
<tr>
<td class="header">
What are the advantages of github?
</td>
</tr>
<tr>
<td class="bodycont">
1. It makes it easy to contribute to your open <br>
2. Documentation<br>
3. Showcase your work<br>
4. Markdown<br>
5. GitHub is a repository<br>
6. Track changes in your code across versions<br>
7. Integration options
</td>
</tr>
</table>
</div>
</div>
</div>
<footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-xlarge">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
<p class="w3-medium">Powered by <a href="www.Github.com" target="_blank">Github</a></p>
</footer>
</body>
</html>