-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (188 loc) · 7.79 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OrbitHub - Contribute In Open Source Projects</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header>
<div class="obj-width">
<a href="index.html"><img class="logo" src="images/logo.gif" alt=""></a>
<i class='bx bx-menu' id="bar"></i>
<ul id="navbar">
<li><a href="#">Home</a></li>
<li><a href="jobs/job.html">Browse Projects</a></li>
<li><a href="kids/kidsCollection.html" id="kid-btn">Kid Section</a></li>
<li><a id="w-btn" href="forms/welcomeform.html"><i class='bx bx-user'></i></a></li>
</ul>
</div>
</header>
<section class="hero">
<div class="hero-box obj-width">
<div class="hero-heading">
<h1>Transform Ideas into Reality: Open Source, Open Science, Open Possibilities 🚀
</h1>
<p>Where Innovation Meets Collaboration: Your Space for Open Source and Open Science Projects – Join a
Vibrant Community of Tech Enthusiasts and Space Explorers!</p>
<a id="g-btn" href="jobs/job.html">Explore More</a>
</div>
<div class="wrapper">
<div class="moon">
<div class="x one"></div>
<div class="x two"></div>
<div class="x three"></div>
</div>
<div class="moon-line"></div>
<div class="clouds">
<div class="cloud one"></div>
<div class="cloud two"></div>
<div class="cloud three"></div>
</div>
<div class="earth">
<div class="country">
<div class="us-north"></div>
<div class="us-north-1"></div>
<div class="us-south"></div>
<div class="africa"></div>
<div class="europe"></div>
</div>
</div>
</div>
</div>
</section>
<section class="features obj-width">
<h2>Gaps we are covering</h2>
<p>Open source projects, while valuable and impactful, often face several challenges or gaps: </p>
<div class="fe-box">
<div>
<img src="../images/fe 1.png" alt="">
<h3>Sustainability</h3>
<p>Many open source projects struggle to maintain consistent development and support over time. This can
result inconsistincy.</p>
</div>
<div>
<img src="../images/vacancy.png" alt="">
<h3>Documentation</h3>
<p> Inadequate documentation can make it challenging for newcomers to understand and contribute to
projects effectively.</p>
</div>
<div>
<img src="../images/fe 2.png" alt="">
<h3>User-Friendliness</h3>
<p>Some open source software may not be as user-friendly as commercial alternatives, limiting adoption.
</p>
</div>
<div>
<img src="../images/salary.png" alt="">
<h3>Community Management</h3>
<p>Maintaining a positive and productive community can be challenging, as conflicts may arise among
contributors.</p>
</div>
</div>
</section>
<section class="shape obj-width sec-space">
<div class="left">
<h2>Shape the Future</h2>
<p>By contributing, you have the opportunity to actively shape the future of technology, science, and space
exploration. Your ideas and work can drive innovation and advance our understanding of the universe.</p>
<div class="list">
<span><i class='bx bxs-right-arrow-square'></i> Innovation
Catalyst</span>
<span><i class='bx bxs-right-arrow-square'></i>IGlobal Impact</span>
<span><i class='bx bxs-right-arrow-square'></i>Leadership and Vision</span>
<span><i class='bx bxs-right-arrow-square'></i>Inspire Generations</span>
</div>
<a id="g-btn" href="jobs/job.html">Contribute +</a>
</div>
<div class="right">
<img src="images/solar.gif" alt="">
</div>
</section>
<section class="shape reverse obj-width sec-space">
<div class="left">
<h2>Be Part of a Community</h2>
<p>Join a diverse and welcoming community of like-minded individuals who share your passion for technology,
science, and exploration. Collaborate with peers from around the world.</p>
<div class="list">
<span><i class='bx bxs-right-arrow-square'></i>Collaborative Spirit</span>
<span><i class='bx bxs-right-arrow-square'></i>Shared Passion</span>
<span><i class='bx bxs-right-arrow-square'></i>Networking Opportunities</span>
<span><i class='bx bxs-right-arrow-square'></i>Collective Impact</span>
</div>
<a id="g-btn" href="forms/welcomeform.html">Join Community +</a>
</div>
<div class="right">
<img src="images/art.gif" alt="">
</div>
</section>
<section class="coming obj-width sec-space">
<h2>New Features</h2>
<p>Get ready for an immersive Virtual Reality (VR) experience and
our intelligent AI tools.</p>
<div class="soon">
<div>
<img src="images/vr.gif" alt="">
</div>
<div>
<img src="images/ai.gif" alt="">
</div>
</div>
</section>
<footer class="footer">
<div class="obj-width">
<div class="top">
<div>
<img class="logo" src="images/logo.gif" alt="">
<p>All open source projects at one place.</p>
</div>
<div>
<a href="#">
<i class='bx bxl-facebook-square'></i>
</a>
<a href="#">
<i class='bx bxl-instagram-alt'></i>
</a>
<a href="#">
<i class='bx bxl-github'></i>
</a>
<a href="#">
<i class='bx bxl-reddit'></i>
</a>
</div>
</div>
<div class="bottom">
<div>
<h3>Project</h4>
<a href="#">Changelog</a>
<a href="#">Status</a>
<a href="#">License</a>
<a href="#">All Versions</a>
</div>
<div>
<h3>Community</h3>
<a href="#">GitHub</a>
<a href="#">Issues</a>
<a href="#">Project</a>
<a href="../coc.html"> Twitter</a>
</div>
<div>
<h3>Help</h3>
<a href="#">Support</a>
<a href="#">Troubleshooting</a>
<a href="#">Contact Us</a>
</div>
<div>
<h3>Others</h3>
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
<a href="#">License</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>