Skip to content

Commit f8e32ae

Browse files
committed
added COC and license
1 parent 8cd096e commit f8e32ae

File tree

7 files changed

+514
-20
lines changed

7 files changed

+514
-20
lines changed

views/assets/css/custom.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
/* Add here all your css styles (customizations) */
22

3+
.align-center{
4+
margin-left: auto;
5+
margin-right: auto;
6+
}
7+
8+
.github-button{
9+
width: 124px;
10+
}
11+
12+
.github-btn-before{
13+
margin-right: 48px;
14+
}
15+
316
.navbar-brand > img{
417
width: 150px!important;
518
}
@@ -127,7 +140,7 @@ hr {
127140

128141
#getInvolved,
129142
#projects {
130-
margin-top: 90px;
143+
margin-top: 82px;
131144
}
132145

133146
.g-pb-40 {
@@ -384,4 +397,7 @@ ul {
384397
#blog2 h2{
385398
font-size: 30px;
386399
}
400+
.github-button{
401+
margin-top: 9px;
402+
}
387403
}

views/codeofconduct.html

Lines changed: 243 additions & 0 deletions
Large diffs are not rendered by default.

views/getInvolved.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,22 @@
7373
</li>
7474
<li class="page-scroll">
7575
<a href="projects.html"><span data-hover="Projects">Projects</span></a>
76-
</li>
76+
</li>
7777
<li class="page-scroll">
78-
<a href="team.html"><span data-hover="😎">Team</span></a>
78+
<a href="team.html"><span data-hover="Team">Team</span></a>
7979
</li>
8080
<li class="page-scroll">
8181
<a href="https://wiki.codeuino.org"><span data-hover="Wiki">Wiki</span></a>
8282
</li>
8383
<li class="page-scroll">
84-
<a href="getInvolved.html"><span data-hover="Great👏">Get Involved</span></a>
84+
<a href="getInvolved.html"><span data-hover="Get Involved">Get Involved</span></a>
85+
</li>
86+
<li class="page-scroll">
87+
<a href="codeofconduct.html"><span data-hover="Code Of Conduct">Code Of Conduct</span></a>
8588
</li>
89+
<li class="page-scroll">
90+
<a href="license.html"><span data-hover="License">License</span></a>
91+
</li>
8692
</ul>
8793
</div>
8894
</div>
@@ -100,7 +106,6 @@
100106
<div class="g-heading-v9 text-center g-mb-30">
101107
<h2><strong>Get Involved</strong></h2>
102108
</div>
103-
<p class="g-fs-16 g-mb-60">We would recommend going through the guidelines carefully, as this will help you in getting started with codeuino in the best way possible. Also, you will be getting to know how things are carried out in codeuino.</p>
104109
</div>
105110
</div>
106111
<!-- End Testimonials Info -->

views/index.html

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,28 @@
6868
<a href="#services"><span data-hover="About Us">About Us</span></a>
6969
</li>
7070
<li class="page-scroll">
71-
<a href="#our-cases"><span data-hover="Our Projects">Our Projects</span></a>
71+
<a href="#our-cases"><span data-hover="Projects">Projects</span></a>
7272
</li>
7373
<li class="page-scroll">
74-
<a href="#testimonials"><span data-hover="Our Partners">Our Partners</span></a>
74+
<a href="#testimonials"><span data-hover="Partners">Partners</span></a>
7575
</li>
7676
<li class="page-scroll">
77-
<a href="#blog"><span data-hover="Activities">Our Presence</span></a>
77+
<a href="#blog"><span data-hover="Presence">Presence</span></a>
7878
</li>
7979
<li class="page-scroll">
80-
<a href="team.html"><span data-hover="😎">Our Team</span></a>
80+
<a href="team.html"><span data-hover="Team">Team</span></a>
8181
</li>
8282
<li class="page-scroll">
8383
<a href="https://wiki.codeuino.org"><span data-hover="Wiki">Wiki</span></a>
8484
</li>
8585
<li class="page-scroll">
86-
<a href="getInvolved.html"><span data-hover="Great👏">Get Involved</span></a>
86+
<a href="getInvolved.html"><span data-hover="Get Involved">Get Involved</span></a>
87+
</li>
88+
<li class="page-scroll">
89+
<a href="codeofconduct.html"><span data-hover="Code Of Conduct">Code Of Conduct</span></a>
90+
</li>
91+
<li class="page-scroll">
92+
<a href="license.html"><span data-hover="License">License</span></a>
8793
</li>
8894
</ul>
8995
</div>
@@ -202,36 +208,39 @@ <h2><strong>Our Projects</strong></h2>
202208
<li class="item">
203209
<div class="col-sm-4 pb-20">
204210
<div class="caption-outer">
205-
<img class="img-responsive" src="assets/img-temp/projects/donut_landing.png" alt="dont">
211+
<img class="img-responsive align-center" src="assets/img-temp/projects/donut_landing.png" alt="dont">
206212
<div class="caption g-theme-bg-color-transparent-1 g-va-middle g-padding-25">
207213
<div class="valign__middle">
208214
<h5 class="text-uppercase"><strong>Donut - Social Platform</strong></h5>
209215
<p>Open Source Social networking platform for Developers & Organisations.</p>
210-
<a href="projects.html#donut" class="btn-u btn-u-lg btn-u-red btn-u-upper">Read More..</a>
216+
<a href="projects.html#donut" class="btn-u btn-u-lg btn-u-red btn-u-upper github-btn-before">Read More</a>
217+
<a href="https://github.com/codeuino/Social-Platform-Donut" class="btn-u btn-u-lg btn-u-red btn-u-upper github-button"><i class="fa fa-github"></i> Github</a>
211218
</div>
212219
</div>
213220
</div>
214221
</div>
215222
<div class="col-sm-4 pb-20">
216223
<div class="caption-outer">
217-
<img class="img-responsive" src="assets/img-temp/projects/codo.png" alt="">
224+
<img class="img-responsive align-center" src="assets/img-temp/projects/codo.png" alt="">
218225
<div class="caption g-theme-bg-color-transparent-1 g-va-middle g-padding-25">
219226
<div class="valign__middle">
220227
<h5 class="text-uppercase"><strong>CODO</strong></h5>
221228
<p>One to One project raised discussion portal. This platform is part of Donut</p>
222-
<a href="projects.html#donut2" class="btn-u btn-u-lg btn-u-red btn-u-upper">Read More..</a>
229+
<a href="projects.html#donut2" class="btn-u btn-u-lg btn-u-red btn-u-upper github-btn-before">Read More</a>
230+
<a href="https://github.com/codeuino/chat-platform" class="btn-u btn-u-lg btn-u-red btn-u-upper github-button"><i class="fa fa-github"></i> Github</a>
223231
</div>
224232
</div>
225233
</div>
226234
</div>
227235
<div class="col-sm-4 pb-20">
228236
<div class="caption-outer">
229-
<img class="img-responsive" src="assets/img-temp/projects/codo.png" alt="">
237+
<img class="img-responsive align-center" src="assets/img-temp/projects/codo.png" alt="">
230238
<div class="caption g-theme-bg-color-transparent-1 g-va-middle g-padding-25">
231239
<div class="valign__middle">
232240
<h5 class="text-uppercase"><strong>Contributors Backers Tracker</strong></h5>
233241
<p>Contrubutors bacers tracker is a repo that keeps track of all Codeuino's contributors.</p>
234-
<a href="projects.html#donut3" class="btn-u btn-u-lg btn-u-red btn-u-upper">Read More..</a>
242+
<a href="projects.html#donut3" class="btn-u btn-u-lg btn-u-red btn-u-upper github-btn-before">Read More</a>
243+
<a href="https://github.com/codeuino/contributors-backers-tracker" class="btn-u btn-u-lg btn-u-red btn-u-upper github-button"><i class="fa fa-github"></i> Github</a>
235244
</div>
236245
</div>
237246
</div>
@@ -376,6 +385,8 @@ <h5 class="text-uppercase g-mb-20"><strong>Usefull Links</strong></h5>
376385
<li class="col-md-6"><i class="fa fa-circle"></i> <a href="getInvolved.html">Get Involved</a></li>
377386
<li class="col-md-6"><i class="fa fa-circle"></i> <a href="http://wiki.codeuino.org/">Codeuino Wiki</a></li>
378387
<li class="col-md-6"><i class="fa fa-circle"></i> <a href="https://github.com/codeuino/">Codeuino Github</a></li>
388+
<li class="col-md-6"><i class="fa fa-circle"></i> <a href="codeofconduct.html">Code Of Conduct</a></li>
389+
<li class="col-md-6"><i class="fa fa-circle"></i> <a href="license.html">License</a></li>
379390
</ul>
380391
</div>
381392
<div class="col-sm-4 col-xs-6 col-3xs-12 g-mb-40">

0 commit comments

Comments
 (0)