Skip to content

Commit d192837

Browse files
authored
Merge branch 'master' into master
2 parents 915d165 + fb0c98c commit d192837

File tree

8 files changed

+264
-20
lines changed

8 files changed

+264
-20
lines changed

Newcomers.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ <h1 id="logo"><a href="index.html"><b><font size="24">CODEUINO</font></b></a></h
3434
<h2><center> Welcome to Newcomers Guide !!</center></h2>
3535
<p> CODEUINO community here proudly opens its heart and mind for developers from all over the world. Together they work hard everyday to ensure all members feel welcome when they become the part of the community. </p>
3636
<br>
37-
<p> Everyone in the Codeuino community is expected to follow our Code Of Conduct.To become a part of the Codeuino developers team, there are few steps you need to complete. </p>
38-
<p>You will start as a newcomer, which is a kind of a trial. If you complete the following tasks, you will become a developer at Codeuino.</p>
37+
38+
39+
<p> Everyone in the CODEUINO community is expected to follow our Code Of Conduct.To become a part of the CODEUINO developers team, there are few steps you need to complete. </p>
40+
<p>You will start as a newcomer, which is a kind of a trial. If you complete the following tasks, you will become a developer at CODEUINO.</p>
3941
<br><br>
4042
<ul>
41-
<li> Run Codeuino on a project of yours.</li>
43+
<li> Run CODEUINO project of yours.</li>
44+
4245
<li> Merge a <b>difficulty/newcomer</b> Pull Request.</li>
4346
<li> Review atleast a <b> difficulty/newcomer</b> Pull Request.</li>
4447
<li> Merge a <b>difficulty/low</b> Pull Request.</li>
@@ -60,7 +63,8 @@ <h2><center> Welcome to Newcomers Guide !!</center></h2>
6063
<br><br>
6164
<p>Of course, the order of the steps above is not important, although we recommend that you start with a <b>newcomer</b> isssue, end with a <b>low</b> issue, and review other PR's in the meantime.</p>
6265
<br>
63-
<p>This is a step-based guide that will help you make your first contribution to Codeuino, while getting you familiar with the workflow.</p>
66+
67+
<p>This is a step-based guide that will help you make your first contribution to CODEUINO, while getting you familiar with the workflow.</p>
6468
</div>
6569

6670
<!-- Footer -->
@@ -72,8 +76,9 @@ <h2><center> Welcome to Newcomers Guide !!</center></h2>
7276
<li><a href="https://github.com/codeuino" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
7377
</ul>
7478
<ul class="copyright">
75-
<li>&copy;CODEUINO. All rights reserved.</li><li>Design: <a href="https://codeuino.github.io/website-www.codeuino.org/">CODEUINO</a></li>
76-
</ul>
79+
80+
<li>&copy;CODEUINO. All rights reserved.</li><li>Design: <a href="https://codeuino.github.io/website-www.codeuino.org/index.html">CODEUINO</a></li>
81+
</ul>
7782
</footer>
7883

7984
</div>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FOSSWORLD
22

3-
Its been long that we have been spreading the word "Open Source" but now its time to put are saying on Actions. I am open Source Initiative member and would love to discuss with this with you that we are building up an Organisation named as "FOSSWorld" after interacting with lots of people around this globe. In this we are just focusing on building up a project named as FOSSWorld Social Platform which is similar to the Facebook
3+
Its been long that we have been spreading the word "Open Source" but now its time to put all sayings on action. I am Open Source Initiative member and would love to discuss this with you that we are building up an organisation named as "FOSSWorld" after interacting with lots of people around the globe. In this we are just focusing on building up a project named as FOSSWorld Social Platform which is similar to the Facebook.
44

55
## Description
6-
As we know there a re loads of people who contribute to Open Source Software within Open Source Organisations. but while contributing many organisations lose there potential contributors because wither the contributor finds difficulty in that or does not get an appropriate path so for this we have thought of an idea like a badge which will appear on Contributor profile and when a contributor does not come in touch with any potential organisation to which he/she is contributing then that badge will get fades away or change then organisation can reach to them and ask them and help them . It would also reduce the burden on maintainers maintaining the various projects.
6+
As we know that there are lots of people who contribute to Open Source Software within Open Source Organisations. but while contributing many organisations lose there potential contributors because either the contributor finds difficulty in that or does not get an appropriate path .So for this we have thought of an idea like a badge which will appear on contributor's profile and when a contributor does not come in touch with any potential organisation to which he/she is contributing then that badge will get fades away or change then organisation can reach to them and ask them and help them . It would also reduce the burden on maintainers maintaining the various projects.

assets/css/main.css

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3998,4 +3998,38 @@
39983998
padding: 0;
39993999
}
40004000

4001-
}
4001+
}
4002+
4003+
4004+
/*-=-=-=-=-=-=-=-=-=-=-=- */
4005+
/* Column Grids */
4006+
/*-=-=-=-=-=-=-=-=-=-=-=- */
4007+
4008+
.col_half { width: 49%; }
4009+
.col_third { width: 32%; }
4010+
.col_fourth { width: 23.5%; }
4011+
.col_fifth { width: 18.4%; }
4012+
.col_sixth { width: 15%; }
4013+
.col_three_fourth { width: 74.5%;}
4014+
.col_twothird{ width: 66%;}
4015+
.col_half,
4016+
.col_third,
4017+
.col_twothird,
4018+
.col_fourth,
4019+
.col_three_fourth,
4020+
.col_fifth{
4021+
position: relative;
4022+
display:inline;
4023+
display: inline-block;
4024+
float: left;
4025+
margin-right: 2%;
4026+
margin-bottom: 20px;
4027+
}
4028+
.end { margin-right: 0 !important; }
4029+
/* Column Grids End */
4030+
4031+
.wrapper1 { width: 1480px; margin: 50px auto; position: relative;}
4032+
.counter { background-color: cadetblue; padding: 20px 0; border-radius: 5px;}
4033+
.count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
4034+
.count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
4035+
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

assets/js/main.js

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,105 @@
300300

301301
$banner
302302
._parallax();
303+
//counter
304+
(function ($) {
305+
$.fn.countTo = function (options) {
306+
options = options || {};
307+
308+
return $(this).each(function () {
309+
// set options for current element
310+
var settings = $.extend({}, $.fn.countTo.defaults, {
311+
from: $(this).data('from'),
312+
to: $(this).data('to'),
313+
speed: $(this).data('speed'),
314+
refreshInterval: $(this).data('refresh-interval'),
315+
decimals: $(this).data('decimals')
316+
}, options);
317+
318+
// how many times to update the value, and how much to increment the value on each update
319+
var loops = Math.ceil(settings.speed / settings.refreshInterval),
320+
increment = (settings.to - settings.from) / loops;
321+
322+
// references & variables that will change with each update
323+
var self = this,
324+
$self = $(this),
325+
loopCount = 0,
326+
value = settings.from,
327+
data = $self.data('countTo') || {};
328+
329+
$self.data('countTo', data);
330+
331+
// if an existing interval can be found, clear it first
332+
if (data.interval) {
333+
clearInterval(data.interval);
334+
}
335+
data.interval = setInterval(updateTimer, settings.refreshInterval);
336+
337+
// initialize the element with the starting value
338+
render(value);
339+
340+
function updateTimer() {
341+
value += increment;
342+
loopCount++;
343+
344+
render(value);
345+
346+
if (typeof(settings.onUpdate) == 'function') {
347+
settings.onUpdate.call(self, value);
348+
}
349+
350+
if (loopCount >= loops) {
351+
// remove the interval
352+
$self.removeData('countTo');
353+
clearInterval(data.interval);
354+
value = settings.to;
355+
356+
if (typeof(settings.onComplete) == 'function') {
357+
settings.onComplete.call(self, value);
358+
}
359+
}
360+
}
361+
362+
function render(value) {
363+
var formattedValue = settings.formatter.call(self, value, settings);
364+
$self.html(formattedValue);
365+
}
366+
});
367+
};
368+
369+
$.fn.countTo.defaults = {
370+
from: 0, // the number the element should start at
371+
to: 0, // the number the element should end at
372+
speed: 1000, // how long it should take to count between the target numbers
373+
refreshInterval: 100, // how often the element should be updated
374+
decimals: 0, // the number of decimal places to show
375+
formatter: formatter, // handler for formatting the value before rendering
376+
onUpdate: null, // callback method for every time the element is updated
377+
onComplete: null // callback method for when the element finishes updating
378+
};
379+
380+
function formatter(value, settings) {
381+
return value.toFixed(settings.decimals);
382+
}
383+
}(jQuery));
384+
385+
jQuery(function ($) {
386+
// custom formatting example
387+
$('.count-number').data('countToOptions', {
388+
formatter: function (value, options) {
389+
return value.toFixed(options.decimals).replace(/\B(?=(?:\d{3})+(?!\d))/g, ',');
390+
}
391+
});
392+
393+
// start all the timers
394+
$('.timer').each(count);
395+
396+
function count(options) {
397+
var $this = $(this);
398+
options = $.extend({}, options || {}, $this.data('countToOptions') || {});
399+
$this.countTo(options);
400+
}
401+
});
303402

304403
});
305404

getinvolved.html

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,37 @@
55
<title>Get Involved CODEUINO </title>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="Description" content="Well, it’s been long that we have been spreading the word “Open Source” across the globe but now it’s time to put are saying on Actions. So, we are currently running up an Organisation named as “CODEUINO” after interacting with lots of people including potential contributors around the world. It is a non-profit organisation that helps to bring amazing people together to create, develop, design and make things with Open Technologies and share work for the benefit of all.">
9+
<meta name="Keywords" content="CODEUINO,codeuino,GSoC,india">
10+
<meta property="og:title" content="In true open source development,there's lots of visibility all the way through the development process.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://codeuino.github.io/website-www.codeuino.org">
13+
<meta property="og:image" content="https://codeuino.github.io/website-www.codeuino.org/images/Fossworld.jpg">
814
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
915
<link rel="stylesheet" href="assets/css/main.css" />
1016
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
1117
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
18+
<!-- Google Knowledge Graph card -->
19+
<script type='application/ld+json'>
20+
{
21+
"@context": "http://www.schema.org",
22+
"@type": "Organization",
23+
"name": "CODEUINO",
24+
"url": "https://codeuino.github.io/website-www.codeuino.org/",
25+
"logo": "https://codeuino.github.io/website-www.codeuino.org/images/Fossworld.jpg",
26+
"description": "Its been long that we have been spreading the word "Open Source" but now its time to put all sayings on action. I am Open Source Initiative member and would love to discuss this with you that we are building up an organisation named as "CODEUINO" after interacting with lots of people around the globe."
27+
}
28+
</script>
1229
</head>
1330
<body class="landing">
1431
<div id="page-wrapper">
1532

1633
<!-- Header -->
1734
<header id="header">
35+
1836
<h1 id="logo"><a href="index.html"><b><font size="24">CODEUINO</font></b></a></h1>
37+
38+
1939
<nav id="nav">
2040
<ul>
2141
<li><a href="index.html">Home</a></li>
@@ -34,14 +54,18 @@ <h1 id="logo"><a href="index.html"><b><font size="24">CODEUINO</font></b></a></h
3454
<div class="container">
3555
<header class="major">
3656
<h2>Get Involved</h2>
37-
<p>Take a look at our newcomer guide to get quickstarted on CODEUINO contributions and open source!
57+
58+
<p>Take a look at our newcomer guide to get quickstarted on CODEUINO contributions and open source!
59+
3860
At all times, you can just drop us a message on Slack - we'd love to help you personally.</p>
3961
</header>
4062

4163
<!-- Content -->
4264
<section id="content">
4365
<a href="guides/code.md" class="image fit"><img src="images/pic07.jpg" alt="" /></a>
44-
<p>CODEUINO is a friendly and welcoming community. Getting involved is a great way to learn skills, have fun, and help to create Free Software.</p>
66+
67+
<p>CODEUINO is a friendly and welcoming community. Getting involved is a great way to learn skills, have fun, and help to create Free Software.</p>
68+
4569
<h2>Pick a Topic</h2>
4670

4771
<h3>Sponsor us</h3>
@@ -50,12 +74,14 @@ <h3>Sponsor us</h3>
5074
<a href="#" class="button">Click here to Sponsor Us</a>
5175

5276
<h3>Coding</h3>
53-
<p>CODEUINO will have every kind of coding task, and there are guides to help you get started.</p>
54-
<a href="#" class="button">Read the Newcomers Guide</a>
77+
78+
<p>CODEUINO will have every kind of coding task, and there are guides to help you get started.</p>
79+
<a href="https://codeuino.github.io/website-www.codeuino.org/Newcomers.html" class="button">Read the Newcomers Guide</a>
5580
<br><br>
5681
<h3>Documentation</h3>
57-
<p>Help to maintain CODEUINO's user and developer documentation.</p>
58-
<a href="#" class="button">Contribute to CODEUINO's Documentation</a>
82+
<p>Help to maintain CODEUINO 's user and developer documentation.</p>
83+
<a href="#" class="button">Contribute to CODEUINO 's Documentation</a>
84+
5985
<br><br>
6086
<h3>Engagement</h3>
6187
<p>The Engagement Team works on marketing, user outreach, events organization, and websites. It wants your help!</p>
@@ -76,7 +102,9 @@ <h3>Engagement</h3>
76102
<li><a href="https://github.com/codeuino" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
77103
</ul>
78104
<ul class="copyright">
79-
<li>&copy;Codeuino. All rights reserved.</li><li>Design: <a href="https://codeuino.github.io/website-www.codeuino.org/">CODEUINO</a></li>
105+
106+
<li>&copy;CODEUINO . All rights reserved.</li><li>Design: <a href="https://codeuino.github.io/website-www.codeuino.org/getinvolved.html">CODEUINO </a></li>
107+
80108
</ul>
81109
</footer>
82110

googled80c0f951b51aeed.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: googled80c0f951b51aeed.html

index.html

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,39 @@
55
<title>CODEUINO</title>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="Description" content="Well, it’s been long that we have been spreading the word “Open Source” across the globe but now it’s time to put are saying on Actions. So, we are currently running up an Organisation named as “CODEUINO” after interacting with lots of people including potential contributors around the world. It is a non-profit organisation that helps to bring amazing people together to create, develop, design and make things with Open Technologies and share work for the benefit of all.">
9+
<meta name="Keywords" content="CODEUINO,codeuino,GSoC,india">
10+
<meta property="og:title" content="In true open source development,there's lots of visibility all the way through the development process.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://codeuino.github.io/website-www.codeuino.org">
13+
<meta property="og:image" content="https://codeuino.github.io/website-www.codeuino.org/images/Fossworld.jpg">
814
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
915
<link rel="stylesheet" href="assets/css/main.css" />
1016
<link rel="stylesheet" href="assets/css/global.css" />
1117
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
1218
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
1319
<meta name="google-site-verification" content="wmX_rp7rwzGdrEjgCXZtDiI48tNondeszX_a5kYTyUs" />
20+
21+
<!-- Google Knowledge Graph card -->
22+
<script type='application/ld+json'>
23+
{
24+
"@context": "http://www.schema.org",
25+
"@type": "Organization",
26+
"name": "CODEUINO",
27+
"url": "https://codeuino.github.io/website-www.codeuino.org/",
28+
"logo": "https://codeuino.github.io/website-www.codeuino.org/images/Fossworld.jpg",
29+
"description": "Its been long that we have been spreading the word "Open Source" but now its time to put all sayings on action. I am Open Source Initiative member and would love to discuss this with you that we are building up an organisation named as "CODEUINO" after interacting with lots of people around the globe."
30+
}
31+
</script>
1432
</head>
1533
<body class="landing">
1634
<div id="page-wrapper">
1735

1836
<!-- Header -->
1937
<header id="header">
38+
2039
<h1 id="logo"><a href="index.html"><font size="24">CODEUINO</font></a></h1>
40+
2141
<nav id="nav">
2242
<ul>
2343
<li><a href="index.html">Home</a></li>
@@ -74,15 +94,19 @@ <h2>How it Works</h2>
7494
<header>
7595
<h2>About Us</h2>
7696
<p>Well, it’s been long that we have been spreading the word “Open Source” across the globe but now it’s time to put are saying on Actions. So, we are currently running up an Organisation named as “CODEUINO” after interacting with lots of people including potential contributors around the world. It is a non-profit organisation that helps to bring amazing people together to create, develop, design and make things with Open Technologies and share work for the benefit of all.</p>
77-
</header>
97+
98+
</header></div>
99+
78100
</section>
79101

80102
<!-- Projects -->
81103
<section id="projects" class="wrapper style1 special fade-up">
82104
<div class="container">
83105
<header class="major">
84106
<h2>Projects</h2>
85-
<h3>Codeuino Social Platform</h3>
107+
108+
<h3>CODEUINO Social Platform</h3>
109+
86110
<p>This platform is similar to the Facebook which will help to connect all the Open Source enthusiasts and various Open Source Organisations around who all are expert in there fields and have been contributing to open Source since long. A Potential Contributor will be able to find Projects, work according to their skills. With this platform, we are trying to build up a Unity of Open Source.</p>
87111
</header>
88112
<header class="major">
@@ -97,9 +121,35 @@ <h3>Contributor Tracker</h3>
97121
</footer>
98122
</div>
99123
</section>
124+
<!-- Counter -->
125+
<section id="counter" class="wrapper1 style1 special fade-up">
126+
<div class="wrapper1">
127+
<div class="counter col_fourth">
128+
<i class="fa fa-code fa-2x"></i>
129+
<h2 class="timer count-title count-number" data-to="300" data-speed="1500"></h2>
130+
<p class="count-text ">SomeText GoesHere</p>
131+
</div>
132+
133+
<div class="counter col_fourth">
134+
<i class="fa fa-coffee fa-2x"></i>
135+
<h2 class="timer count-title count-number" data-to="1700" data-speed="1500"></h2>
136+
<p class="count-text ">SomeText GoesHere</p>
137+
</div>
100138

101-
139+
<div class="counter col_fourth">
140+
<i class="fa fa-lightbulb-o fa-2x"></i>
141+
<h2 class="timer count-title count-number" data-to="11900" data-speed="1500"></h2>
142+
<p class="count-text ">SomeText GoesHere</p>
143+
</div>
102144

145+
<div class="counter col_fourth end">
146+
<i class="fa fa-bug fa-2x"></i>
147+
<h2 class="timer count-title count-number" data-to="157" data-speed="1500"></h2>
148+
<p class="count-text ">SomeText GoesHere</p>
149+
</div>
150+
</div>
151+
</section>
152+
<div></div>
103153

104154
<!-- Footer -->
105155
<footer id="footer">
@@ -114,7 +164,7 @@ <h3>Contributor Tracker</h3>
114164
</ul>
115165
</footer>
116166

117-
</div>
167+
</div>
118168

119169
<!-- Scripts -->
120170
<script src="assets/js/jquery.min.js"></script>

0 commit comments

Comments
 (0)