Skip to content

Commit eb42c3a

Browse files
authored
Merge pull request #126 from devshiva619/temp-website
Temp website
2 parents 98b3d25 + da59aaf commit eb42c3a

File tree

4 files changed

+246
-3
lines changed

4 files changed

+246
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
.DS_Store
3+
ngrok

views/assets/css/custom.css

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,37 @@ ul {
265265
left: 0!important;
266266
}
267267

268+
#contributors{
269+
margin-top: 30px;
270+
margin-left: 10px;
271+
margin-right: 10px;
272+
}
273+
274+
#contributors .g-mb-50{
275+
margin-bottom: 2px!important;
276+
}
277+
278+
#contributors .g-mb-25{
279+
margin-bottom: 0px!important;
280+
}
281+
282+
#contributors p{
283+
text-align: center;
284+
font-size: 14px;
285+
}
286+
287+
#contributors img{
288+
border-radius: 50%;
289+
}
290+
291+
#contributrs .col-xs-1{
292+
width: 11.333333%;
293+
}
294+
295+
.hr-style{
296+
margin-top: 50px!important;
297+
}
298+
268299
@media (max-width: 768px) {
269300

270301
.navbar-brand > img{
@@ -399,5 +430,11 @@ ul {
399430
}
400431
.github-button{
401432
margin-top: 9px;
433+
}
434+
#contributors .col-3xs-12{
435+
width: 33%;
436+
}
437+
.hr-style{
438+
margin-top: 50px!important;
402439
}
403440
}

views/contributors.html

Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
<!DOCTYPE html>
2+
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
3+
<!--[if !IE]><!-->
4+
<html lang="en">
5+
<!--<![endif]-->
6+
<!-- Cloned by RabinsXP.com-->
7+
8+
<head>
9+
<title>Our Contributors</title>
10+
<!-- Meta -->
11+
<meta charset="utf-8">
12+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
13+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
14+
<meta name="description" content="">
15+
<meta name="author" content="">
16+
<!-- Favicon -->
17+
<link rel="shortcut icon" href="assets/img/favicon.ico">
18+
<!-- Web Fonts -->
19+
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800&amp;subset=cyrillic,latin">
20+
<!-- CSS Global Compulsory -->
21+
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
22+
<link rel="stylesheet" href="assets/css/app.css">
23+
<link rel="stylesheet" href="assets/css/blocks.css">
24+
<link rel="stylesheet" href="assets/css/plugins.css">
25+
<link rel="stylesheet" href="assets/css/one.style.css">
26+
<link rel="stylesheet" href="../assets/css/style.css">
27+
<!-- CSS Implementing Plugins -->
28+
<link rel="stylesheet" href="assets/plugins/animate.css">
29+
<link rel="stylesheet" href="../assets/plugins/line-icons/line-icons.css">
30+
<link rel="stylesheet" href="../assets/plugins/font-awesome/css/font-awesome.min.css">
31+
<link rel="stylesheet" href="../assets/plugins/sky-forms-pro/skyforms/css/sky-forms.css">
32+
<link rel="stylesheet" href="../assets/plugins/owl-carousel2/assets/owl.carousel.css">
33+
<link rel="stylesheet" href="../assets/plugins/master-slider/masterslider/style/masterslider.css">
34+
<link rel="stylesheet" href="../assets/plugins/master-slider/u-styles/testimonials-1.css">
35+
<!-- REVOLUTION STYLE SHEETS -->
36+
<link rel="stylesheet" href="../assets/plugins/revolution-slider/revolution/css/settings.css">
37+
<!-- REVOLUTION LAYERS STYLES -->
38+
<link rel="stylesheet" href="../assets/plugins/revolution-slider/revolution/css/layers.css">
39+
<!-- REVOLUTION NAVIGATION STYLES -->
40+
<link rel="stylesheet" href="../assets/plugins/revolution-slider/revolution/css/navigation.css">
41+
<!-- CSS Theme -->
42+
<link rel="stylesheet" href="assets/css/lawyer.style.css">
43+
<!-- CSS Theme -->
44+
<link rel="stylesheet" href="assets/css/agency.style.css">
45+
<!-- CSS Customization -->
46+
<link rel="stylesheet" href="assets/css/custom.css">
47+
<!-- Blog CSS -->
48+
<link rel="stylesheet" href="assets/css/blog.css">
49+
50+
<script src="assets/plugins/jquery/jquery.min.js"></script>
51+
<script type="text/javascript">
52+
$(document).ready(function() {
53+
var jsonURL = "https://s3.ap-south-1.amazonaws.com/pr-webhook-contributors-json/contributors.json";
54+
$.getJSON(jsonURL, function(json) {
55+
$.each(json, function() {
56+
var contributorDiv = "";
57+
contributorDiv += '<div class="col-xs-1 col-3xs-12 lawyer-post g-mb-50"><a href=' + this.url + '><img class="img-responsive full-width g-mb-25" src="' + this.image + '" alt=""></a> </div>';
58+
// contributorDiv += '<p class="g-fs-10 text-uppercase center-align">' + this.name + '</p>';
59+
// contributorDiv += '<a href=' + this.url + ' class="btn-u btn-u-lg btn-u-red btn-u-upper github-button"><i class="fa fa-github"></i> </a> </div>'
60+
$('#contributors').append(contributorDiv);
61+
});
62+
});
63+
});
64+
</script>
65+
</head>
66+
67+
<body id="body" data-spy="scroll" data-target=".one-page-header" class="demo-lightbox-gallery lawyer-style">
68+
<main class="wrapper">
69+
<!-- Header -->
70+
<nav class="one-page-header navbar navbar-default navbar-fixed-top one-page-nav-scrolling one-page-nav__fixed top-nav-collapse" data-role="navigation">
71+
<div class="container">
72+
<div class="menu-container page-scroll">
73+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
74+
<span class="sr-only">Toggle navigation</span>
75+
<span class="icon-bar"></span>
76+
<span class="icon-bar"></span>
77+
<span class="icon-bar"></span>
78+
</button>
79+
<a class="navbar-brand" href="#body">
80+
<img src="assets/img/codeuino.png" alt="Logo">
81+
</a>
82+
</div>
83+
<!-- Collect the nav links, forms, and other content for toggling -->
84+
<div class="collapse navbar-collapse navbar-ex1-collapse">
85+
<div class="menu-container">
86+
<ul class="nav navbar-nav">
87+
<li class="page-scroll">
88+
<a href="index.html"><span data-hover="Home">Home</span></a>
89+
</li>
90+
<li class="page-scroll">
91+
<a href="projects.html"><span data-hover="Projects">Projects</span></a>
92+
</li>
93+
<li class="page-scroll">
94+
<a href="team.html"><span data-hover="Team">Team</span></a>
95+
</li>
96+
<li class="page-scroll">
97+
<a href="https://wiki.codeuino.org"><span data-hover="Wiki">Wiki</span></a>
98+
</li>
99+
<li class="page-scroll">
100+
<a href="getInvolved.html"><span data-hover="Get Involved">Get Involved</span></a>
101+
</li>
102+
<li class="page-scroll">
103+
<a href="codeofconduct.html"><span data-hover="Code Of Conduct">Code Of Conduct</span></a>
104+
</li>
105+
<li class="page-scroll">
106+
<a href="license.html"><span data-hover="License">License</span></a>
107+
</li>
108+
</ul>
109+
</div>
110+
</div>
111+
<!-- /.navbar-collapse -->
112+
</div>
113+
<!-- /.container -->
114+
</nav>
115+
<!-- End Header -->
116+
<!-- Project section -->
117+
<section id="projects" class="g-theme-bg-color-1 g-text-color-2 text-center g-pt-100 g-pb-40">
118+
<div class="container">
119+
<!-- Testimonials Info -->
120+
<div class="row">
121+
<div class="col-md-10 col-md-offset-1 text-center">
122+
<div class="g-heading-v9 text-center g-mb-30">
123+
<h2><strong>Our Contributors</strong></h2>
124+
</div>
125+
<!-- <p class="g-fs-16 g-mb-60">Sed feugiat porttitor nunc, non dignissim ipsum vestibulum in. Donec in blandit dolor. Vivamus a fringilla lorem, vel faucibus ante. Nunc ullamcorper, justo a iaculis elementum, enim orci viverra eros, fringilla porttitor lorem eros vel odio.</p> -->
126+
</div>
127+
</div>
128+
<!-- End Testimonials Info -->
129+
</div>
130+
</section>
131+
<div class="row" id="contributors">
132+
<!-- <div class="col-xs-1 col-3xs-12 lawyer-post g-mb-50"> -->
133+
<!-- <img class="img-responsive full-width g-mb-25" src="https://avatars2.githubusercontent.com/u/20336672?s=460&amp;v=4" alt=""> -->
134+
<!-- <p class="g-fs-10 text-uppercase center-align">byDorianGrayfor slaw</p> -->
135+
<!-- <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> </a> -->
136+
<!-- <a href="https://github.com/codeuino/Social-Platform-Donut"><img class="img-responsive full-width g-mb-25" src="https://avatars2.githubusercontent.com/u/20336672?s=460&amp;v=4" alt=""></a> -->
137+
<!-- </div> -->
138+
</div>
139+
</section>
140+
<!-- End Project section -->
141+
<hr class="hr-style" style="height:4px;border:none;color:#e74c3c;background-color:#e74c3c;width: 50%;margin-left: auto;margin-right: auto;">
142+
<!-- Footer -->
143+
<footer>
144+
<section class="footer-section container g-pt-50 text-center">
145+
<div class="row">
146+
<div class="col-sm-12 g-mb-40">
147+
<h5 class="text-uppercase g-mb-20"><strong>CODEUINO</strong></h5>
148+
<p>Codeuino is a Non-Profit Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world through building all kinds of social environments, discussion portals and collaboration.</p>
149+
<ul class="social-icons-v-2">
150+
<li><a href="https://twitter.com/codeuino"><i class="fa fa-twitter"></i></a></li>
151+
<li><a href="https://github.com/codeuino"><i class="fa fa-github"></i></a></li>
152+
<li><a href="https://www.facebook.com/codeuino/"><i class="fa fa-facebook"></i></a></li>
153+
<li><a href="https://www.linkedin.com/company/codeuino/"><i class="fa fa-linkedin"></i></a></li>
154+
</ul>
155+
</div>
156+
</div>
157+
</section>
158+
</footer>
159+
<hr style="height:40px;border:none;color:#4d4354;background-color:#4d4354;">
160+
<!-- End Footer -->
161+
</main>
162+
<!-- JS Global Compulsory -->
163+
<script src="assets/plugins/jquery/jquery.min.js"></script>
164+
<script src="assets/plugins/jquery/jquery-migrate.min.js"></script>
165+
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
166+
<!-- JS Implementing Plugins -->
167+
<script src="assets/plugins/smoothScroll.js"></script>
168+
<script src="assets/plugins/jquery.easing.min.js"></script>
169+
<script src="../assets/plugins/owl-carousel2/owl.carousel.min.js"></script>
170+
<script src="https://maps.googleapis.com/maps/api/js?signed_in=true&amp;callback=initMap" async defer></script>
171+
<script src="assets/js/plugins/gmaps-ini.js"></script>
172+
<script src="../assets/plugins/master-slider/masterslider/masterslider.min.js"></script>
173+
<script src="../assets/plugins/revolution-slider/revolution/js/jquery.themepunch.tools.min.js"></script>
174+
<script src="../assets/plugins/revolution-slider/revolution/js/jquery.themepunch.revolution.min.js"></script>
175+
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS (Load Extensions only on Local File Systems! The following part can be removed on Server for On Demand Loading) -->
176+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.actions.min.js"></script>
177+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
178+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
179+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
180+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.migration.min.js"></script>
181+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
182+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
183+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
184+
<script src="../assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.video.min.js"></script>
185+
<!-- JS Page Level-->
186+
<script src="assets/js/one.app.js"></script>
187+
<script src="assets/js/plugins/owl-carousel2.js"></script>
188+
<script src="assets/js/plugins/promo.js"></script>
189+
<script src="assets/js/plugins/testimonials.js"></script>
190+
<script>
191+
jQuery(document).ready(function() {
192+
App.init();
193+
OwlCarousel.initOwlCarousel();
194+
});
195+
</script>
196+
<!--[if lt IE 10]>
197+
<script src="../assets/plugins/sky-forms-pro/skyforms/js/jquery.placeholder.min.js"></script>
198+
<![endif]-->
199+
</body>
200+
<!-- Cloned by RabinsXP.com-->
201+
202+
</html>

views/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,20 @@
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="Projects">Projects</span></a>
71+
<a href="projects.html"><span data-hover="Projects">Projects</span></a>
7272
</li>
73-
<li class="page-scroll">
73+
<!-- <li class="page-scroll">
7474
<a href="#testimonials"><span data-hover="Partners">Partners</span></a>
7575
</li>
7676
<li class="page-scroll">
7777
<a href="#blog"><span data-hover="Presence">Presence</span></a>
78-
</li>
78+
</li> -->
7979
<li class="page-scroll">
8080
<a href="team.html"><span data-hover="Team">Team</span></a>
8181
</li>
82+
<li class="page-scroll">
83+
<a href="contributors.html"><span data-hover="Contributors">Contributors</span></a>
84+
</li>
8285
<li class="page-scroll">
8386
<a href="https://wiki.codeuino.org"><span data-hover="Wiki">Wiki</span></a>
8487
</li>

0 commit comments

Comments
 (0)