Skip to content

Commit fd7c7d0

Browse files
authored
Add files via upload
1 parent 09752b4 commit fd7c7d0

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

getinvolved.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE HTML>
2+
3+
<html>
4+
<head>
5+
<title>Get Involved FOSSWORLD </title>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
9+
<link rel="stylesheet" href="assets/css/main.css" />
10+
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
11+
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
12+
</head>
13+
<body class="landing">
14+
<div id="page-wrapper">
15+
16+
<!-- Header -->
17+
<header id="header">
18+
<h1 id="logo"><a href="index.html">FOSSWORLD</a></h1>
19+
<nav id="nav">
20+
<ul>
21+
<li><a href="index.html">Home</a></li>
22+
<li><a href="about.html">About</a></li>
23+
<li><a href="getinvolved.html">Get Involved</a></li>
24+
<li><a href="projects.html">Projects</a></li>
25+
<li><a href="wiki.html">Wiki</a></li>
26+
<li><a href="team.html">Team</a></li>
27+
<li><a href="#" class="button special">Sign Up</a>
28+
</li>
29+
</ul>
30+
</nav>
31+
</header>
32+
33+
<!-- Main -->
34+
<div id="main" class="wrapper style1">
35+
<div class="container">
36+
<header class="major">
37+
<h2>Get Involved</h2>
38+
<p>Take a look at our newcomer guide to get quickstarted on FOSSWORLD contributions and open source!
39+
At all times, you can just drop us a message on Slack - we'd love to help you personally.</p>
40+
</header>
41+
42+
<!-- Content -->
43+
<section id="content">
44+
<a href="#" class="image fit"><img src="images/pic07.jpg" alt="" /></a>
45+
<p>FOSSWORLD is a friendly and welcoming community. Getting involved is a great way to learn skills, have fun, and help to create Free Software.</p>
46+
47+
<h2>Pick an area</h2>
48+
<h3>Coding</h3>
49+
<p>FOSSWORLD will have every kind of coding task, and there are guides to help you get started.</p>
50+
<a href="#" class="button">Read the Newcomers Guide</a>
51+
<h3>Documentation</h3>
52+
<p>Help to maintain FOSSWORLD's user and developer documentation.</p>
53+
<a href="#" class="button">Contribute to FOSSWORLD's Documentation</a>
54+
<h3>Engagement</h3>
55+
<p>The Engagement Team works on marketing, user outreach, events organization, and websites. It wants your help!</p>
56+
<a href="#" class="button">Join the Engagement Team</a>
57+
58+
</section>
59+
60+
</div>
61+
</div>
62+
63+
<!-- Footer -->
64+
<footer id="footer">
65+
<ul class="icons">
66+
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
67+
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
68+
<li><a href="#" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
69+
<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
70+
<li><a href="#" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
71+
<li><a href="#" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
72+
</ul>
73+
<ul class="copyright">
74+
<li>&copy;FOSSWORLD. All rights reserved.</li><li>Design: <a href="https://fossworld1.github.io/website-www.fossworld.org/">FOSSWORLD</a></li>
75+
</ul>
76+
</footer>
77+
78+
</div>
79+
80+
<!-- Scripts -->
81+
<script src="assets/js/jquery.min.js"></script>
82+
<script src="assets/js/jquery.scrolly.min.js"></script>
83+
<script src="assets/js/jquery.dropotron.min.js"></script>
84+
<script src="assets/js/jquery.scrollex.min.js"></script>
85+
<script src="assets/js/skel.min.js"></script>
86+
<script src="assets/js/util.js"></script>
87+
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
88+
<script src="assets/js/main.js"></script>
89+
90+
</body>
91+
</html>

0 commit comments

Comments
 (0)