├── .htaccess
├── 404.php
├── README.md
├── communities.json
├── css
├── bootstrap.css
├── custom.css
├── flickity.css
├── font-frankruhl-firasans.css
├── font-karla.css
├── font-merriweather-ptsans.css
├── font-raleway.css
├── font-roboto.css
├── font-robotoslab.css
├── font-rubiklato.css
├── font-sourcesanspro.css
├── iconsmind.css
├── jquery.steps.css
├── lightbox.min.css
├── socicon.css
├── stack-interface.css
├── theme-aqua.css
├── theme-cedar.css
├── theme-charcoal.css
├── theme-greensea.css
├── theme-red.css
├── theme-rtl.css
├── theme-serpent.css
├── theme-tangerine.css
├── theme-yeller.css
└── theme.css
├── fonts
├── iconsmind.eot
├── iconsmind.ttf
├── iconsmind.woff
├── socicon.eot
├── socicon.svg
├── socicon.ttf
├── socicon.woff
├── stack-interface.eot
├── stack-interface.svg
├── stack-interface.ttf
├── stack-interface.woff
└── stack-interface.woff2
├── footer.php
├── header.php
├── ico.png
├── img
├── DCB9E219.png
├── crypto-2.svg
├── logo-dark.png
├── logo-round.png
├── logo-variant.png
└── mapmarker.png
├── index.php
├── js
├── countdown.min.js
├── datepicker.js
├── easypiechart.min.js
├── flickity.min.js
├── granim.min.js
├── isotope.min.js
├── jquery-3.1.1.min.js
├── jquery.steps.min.js
├── lightbox.min.js
├── parallax.js
├── scripts.js
├── smooth-scroll.min.js
├── spectragram.min.js
├── twitterfetcher.min.js
├── typed.min.js
└── ytplayer.min.js
├── less
├── framework_components
│ ├── accordions.less
│ ├── alerts.less
│ ├── bars.less
│ ├── boxed-layout.less
│ ├── boxes.less
│ ├── breadcrumbs.less
│ ├── buttons.less
│ ├── colors.less
│ ├── dropdowns.less
│ ├── flickity.less
│ ├── forms-v2.less
│ ├── granim.less
│ ├── helpers.less
│ ├── hover-elements.less
│ ├── icons.less
│ ├── image-blocks.less
│ ├── images.less
│ ├── lightbox-images.less
│ ├── lists.less
│ ├── maps.less
│ ├── masonry.less
│ ├── menus.less
│ ├── mixins.less
│ ├── modals.less
│ ├── navigation-inpage.less
│ ├── newsletter-providers.less
│ ├── notifications.less
│ ├── parallax.less
│ ├── position.less
│ ├── progress-horizontal.less
│ ├── radials.less
│ ├── reset.less
│ ├── size.less
│ ├── spacing.less
│ ├── switchable.less
│ ├── tabs.less
│ ├── transitions.less
│ ├── twitter.less
│ ├── typed-effect.less
│ ├── typography.less
│ ├── variables.less
│ ├── video.less
│ └── wizard.less
├── theme-overrides.less
├── theme-variables.less
├── theme.less
└── theme_components
│ ├── accordions.less
│ ├── alerts.less
│ ├── animations.less
│ ├── bars.less
│ ├── blog.less
│ ├── boxes.less
│ ├── buttons.less
│ ├── cards.less
│ ├── checkmarks.less
│ ├── colors.less
│ ├── covers.less
│ ├── cta.less
│ ├── customizers.less
│ ├── dropdowns.less
│ ├── features-large.less
│ ├── features-small.less
│ ├── footers.less
│ ├── forms.less
│ ├── helpers.less
│ ├── icons.less
│ ├── images.less
│ ├── instagram.less
│ ├── labels.less
│ ├── lightbox.less
│ ├── links.less
│ ├── lists.less
│ ├── loader.less
│ ├── maps.less
│ ├── masonry.less
│ ├── modals.less
│ ├── navigation-fullscreen.less
│ ├── navigation-menu-toggle.less
│ ├── navigation-sidebar-column.less
│ ├── navigation-sidebar.less
│ ├── navigation-stacked.less
│ ├── navigation-utility.less
│ ├── navigation.less
│ ├── notifications.less
│ ├── portfolio.less
│ ├── pricing.less
│ ├── processes.less
│ ├── progress-horizontal.less
│ ├── radials.less
│ ├── rules.less
│ ├── sections.less
│ ├── shop.less
│ ├── sliders.less
│ ├── switchable.less
│ ├── tables.less
│ ├── tabs.less
│ ├── testimonials.less
│ ├── titles.less
│ ├── tooltips.less
│ ├── twitter.less
│ ├── typed-text.less
│ ├── typography.less
│ ├── utilities.less
│ ├── videos.less
│ └── wizard.less
└── logo-dark.png
/.htaccess:
--------------------------------------------------------------------------------
1 | RewriteEngine on
2 | RewriteCond %{REQUEST_FILENAME} !-d
3 | RewriteCond %{REQUEST_FILENAME}\.php -f
4 | RewriteRule ^(.*)$ $1.php [NC,L]
5 | ErrorDocument 404 /404.php
6 |
--------------------------------------------------------------------------------
/404.php:
--------------------------------------------------------------------------------
1 |
2 |
19 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # [DEVS INFO KENYA](http://devs.info.ke/)
2 |
3 | a Kenyan software developers directory
4 |
5 | # Want to add your Community?
6 | - Pull request to edit communities.json i.e. add a new meetup, update info for a certain meetup
7 |
8 | # Want to add your Developer profile or a Software firm?
9 | - Create an account and GET Knowticed!
10 |
11 | # Exciting Features!
12 | - List a community/ group
13 | - List a software firm
14 | - Upload your profile
15 | - Post a job/ opportunity
16 |
17 | # Upcoming Features!
18 | - Post a job/ opportunity EDD 15th Dec
19 |
20 |
--------------------------------------------------------------------------------
/css/custom.css:
--------------------------------------------------------------------------------
1 | /*! Place your custom styles here */
--------------------------------------------------------------------------------
/css/flickity.css:
--------------------------------------------------------------------------------
1 | /*! Flickity v2.0.2
2 | http://flickity.metafizzy.co
3 | ---------------------------------------------- */
4 |
5 | .flickity-enabled {
6 | position: relative;
7 | }
8 |
9 | .flickity-enabled:focus { outline: none; }
10 |
11 | .flickity-viewport {
12 | overflow: hidden;
13 | position: relative;
14 | height: 100%;
15 | }
16 |
17 | .flickity-slider {
18 | position: absolute;
19 | width: 100%;
20 | height: 100%;
21 | }
22 |
23 | /* draggable */
24 |
25 | .flickity-enabled.is-draggable {
26 | -webkit-tap-highlight-color: transparent;
27 | tap-highlight-color: transparent;
28 | -webkit-user-select: none;
29 | -moz-user-select: none;
30 | -ms-user-select: none;
31 | user-select: none;
32 | }
33 |
34 | .flickity-enabled.is-draggable .flickity-viewport {
35 | cursor: move;
36 | cursor: -webkit-grab;
37 | cursor: grab;
38 | }
39 |
40 | .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
41 | cursor: -webkit-grabbing;
42 | cursor: grabbing;
43 | }
44 |
45 | /* ---- previous/next buttons ---- */
46 |
47 | .flickity-prev-next-button {
48 | position: absolute;
49 | top: 50%;
50 | width: 44px;
51 | height: 44px;
52 | border: none;
53 | border-radius: 50%;
54 | background: white;
55 | background: hsla(0, 0%, 100%, 0.75);
56 | cursor: pointer;
57 | /* vertically center */
58 | -webkit-transform: translateY(-50%);
59 | transform: translateY(-50%);
60 | }
61 |
62 | .flickity-prev-next-button:hover { background: white; }
63 |
64 | .flickity-prev-next-button:focus {
65 | outline: none;
66 | box-shadow: 0 0 0 5px #09F;
67 | }
68 |
69 | .flickity-prev-next-button:active {
70 | opacity: 0.6;
71 | }
72 |
73 | .flickity-prev-next-button.previous { left: 10px; }
74 | .flickity-prev-next-button.next { right: 10px; }
75 | /* right to left */
76 | .flickity-rtl .flickity-prev-next-button.previous {
77 | left: auto;
78 | right: 10px;
79 | }
80 | .flickity-rtl .flickity-prev-next-button.next {
81 | right: auto;
82 | left: 10px;
83 | }
84 |
85 | .flickity-prev-next-button:disabled {
86 | opacity: 0.3;
87 | cursor: auto;
88 | }
89 |
90 | .flickity-prev-next-button svg {
91 | position: absolute;
92 | left: 20%;
93 | top: 20%;
94 | width: 60%;
95 | height: 60%;
96 | }
97 |
98 | .flickity-prev-next-button .arrow {
99 | fill: #333;
100 | }
101 |
102 | /* ---- page dots ---- */
103 |
104 | .flickity-page-dots {
105 | position: absolute;
106 | width: 100%;
107 | bottom: -25px;
108 | padding: 0;
109 | margin: 0;
110 | list-style: none;
111 | text-align: center;
112 | line-height: 1;
113 | }
114 |
115 | .flickity-rtl .flickity-page-dots { direction: rtl; }
116 |
117 | .flickity-page-dots .dot {
118 | display: inline-block;
119 | width: 10px;
120 | height: 10px;
121 | margin: 0 8px;
122 | background: #333;
123 | border-radius: 50%;
124 | opacity: 0.25;
125 | cursor: pointer;
126 | }
127 |
128 | .flickity-page-dots .dot.is-selected {
129 | opacity: 1;
130 | }
--------------------------------------------------------------------------------
/css/font-frankruhl-firasans.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'Fira Sans','Verdana','Helvetica', sans-serif;
3 | }
4 |
5 | .menu > li{
6 | font-family: 'Fira Sans','Verdana','Helvetica', sans-serif;
7 | }
8 |
9 | .btn,.btn__text,button{
10 | font-family: 'Fira Sans','Verdana','Helvetica', sans-serif;
11 | }
12 |
13 | h1,h2,h3,h4,h5,h6,
14 | .h1,.h2,.h3,.h4,.h5,.h6{
15 | font-family: 'Frank Ruhl Libre','Georgia', serif;
16 | }
--------------------------------------------------------------------------------
/css/font-karla.css:
--------------------------------------------------------------------------------
1 | body,.btn,.btn__text{
2 | font-family: 'Karla','Verdana','Helvetica', sans-serif;
3 | }
4 |
5 | h1,h2,h3,h4,h5,h6,
6 | .h1,.h2,.h3,.h4,.h5,.h6{
7 | font-family: 'Karla','Verdana','Helvetica', sans-serif;
8 | }
--------------------------------------------------------------------------------
/css/font-merriweather-ptsans.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'PT Sans','Verdana','Helvetica', sans-serif;
3 | }
4 |
5 | h1,h2,h3,h4,h5,h6,
6 | .h1,.h2,.h3,.h4,.h5,.h6{
7 | font-family: 'Merriweather','Georgia', serif;
8 | }
--------------------------------------------------------------------------------
/css/font-raleway.css:
--------------------------------------------------------------------------------
1 | .menu > li{
2 | font-family: 'Raleway','Verdana','Helvetica', sans-serif;
3 | }
4 |
5 | .btn,.btn__text,button{
6 | font-family: 'Raleway','Verdana','Helvetica', sans-serif;
7 | }
8 |
9 | h1,h2,h3,h4,h5,h6,
10 | .h1,.h2,.h3,.h4,.h5,.h6{
11 | font-family: 'Raleway','Helvetica', sans-serif;
12 | }
--------------------------------------------------------------------------------
/css/font-roboto.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'Roboto','Verdana','Helvetica', sans-serif;
3 | }
4 |
5 | .menu > li{
6 | font-family: 'Roboto','Verdana','Helvetica', sans-serif;
7 | }
8 |
9 | .btn,.btn__text,button{
10 | font-family: 'Roboto','Verdana','Helvetica', sans-serif;
11 | }
12 |
13 | h1,h2,h3,h4,h5,h6,
14 | .h1,.h2,.h3,.h4,.h5,.h6{
15 | font-family: 'Roboto','Helvetica', sans-serif;
16 | }
17 |
18 | h5{
19 | font-weight: 500;
20 | }
21 |
22 | .bar-1 .menu-horizontal>li>.dropdown__trigger, .bar-1 .menu-horizontal>li>a{
23 | font-weight: 500;
24 | }
--------------------------------------------------------------------------------
/css/font-robotoslab.css:
--------------------------------------------------------------------------------
1 | /*body{
2 | font-family: 'PT Sans','Verdana','Helvetica', sans-serif;
3 | }*/
4 |
5 | h1,h2,h3,h4,h5,h6,
6 | .h1,.h2,.h3,.h4,.h5,.h6{
7 | font-family: 'Roboto Slab','Helvetica', sans-serif;
8 | }
--------------------------------------------------------------------------------
/css/font-rubiklato.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'Lato','Verdana','Helvetica', sans-serif;
3 | }
4 |
5 | h1,h2,h3,h4,h5,h6,
6 | .h1,.h2,.h3,.h4,.h5,.h6{
7 | font-family: 'Rubik','Helvetica', sans-serif;
8 | }
9 |
10 | h5,h6,.h5,.h6{
11 | font-weight: 500;
12 | }
13 |
14 | .menu > li{
15 | font-family: 'Lato','Verdana','Helvetica', sans-serif;
16 | }
17 |
18 | .btn,.btn__text,button{
19 | font-family: 'Lato','Verdana','Helvetica', sans-serif;
20 | }
21 |
22 |
--------------------------------------------------------------------------------
/css/font-sourcesanspro.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-family: 'Source Sans Pro','Verdana','Helvetica', sans-serif;
3 | }
4 |
5 | h1,h2,h3,h4,h5,h6,
6 | .h1,.h2,.h3,.h4,.h5,.h6{
7 | font-family: 'Source Sans Pro','Helvetica', sans-serif;
8 | }
--------------------------------------------------------------------------------
/css/lightbox.min.css:
--------------------------------------------------------------------------------
1 | body:after {
2 | display: none
3 | }
4 |
5 | .lightboxOverlay {
6 | position: absolute;
7 | top: 0;
8 | left: 0;
9 | z-index: 9999;
10 | background-color: #000;
11 | filter: alpha(Opacity=80);
12 | opacity: .8;
13 | display: none
14 | }
15 |
16 | .lightbox {
17 | position: fixed;
18 | top: 50% !important;
19 | transform: translate3d(0,-50%,0);
20 | left: 0;
21 | width: 100%;
22 | z-index: 10000;
23 | text-align: center;
24 | line-height: 0;
25 | font-weight: 400
26 | }
27 |
28 | .lightbox .lb-image {
29 | display: block;
30 | height: auto;
31 | max-width: inherit;
32 | -webkit-border-radius: 3px;
33 | -moz-border-radius: 3px;
34 | -ms-border-radius: 3px;
35 | -o-border-radius: 3px;
36 | border-radius: 3px
37 | }
38 |
39 | .lightbox a img {
40 | border: none
41 | }
42 |
43 | .lb-outerContainer {
44 | position: relative;
45 | background-color: #222;
46 | *zoom: 1;
47 | width: 250px;
48 | height: 250px;
49 | margin: 0 auto;
50 | -webkit-border-radius: 4px;
51 | -moz-border-radius: 4px;
52 | -ms-border-radius: 4px;
53 | -o-border-radius: 4px;
54 | border-radius: 4px
55 | }
56 |
57 | .lb-outerContainer:after {
58 | content: "";
59 | display: table;
60 | clear: both
61 | }
62 |
63 | .lb-container {
64 | padding: 4px
65 | }
66 |
67 | .lb-loader {
68 | position: absolute;
69 | top: 43%;
70 | left: 0;
71 | height: 25%;
72 | width: 100%;
73 | text-align: center;
74 | line-height: 0
75 | }
76 |
77 | .lb-cancel {
78 | display: block;
79 | width: 32px;
80 | height: 32px;
81 | margin: 0 auto;
82 | }
83 |
84 | .lb-nav {
85 | position: absolute;
86 | top: 0;
87 | left: 0;
88 | height: 100%;
89 | width: 100%;
90 | z-index: 10
91 | }
92 |
93 | .lb-container>.nav {
94 | left: 0
95 | }
96 |
97 | .lb-nav a {
98 | outline: 0;
99 | }
100 |
101 | .lb-next,
102 | .lb-prev {
103 | height: 100%;
104 | cursor: pointer;
105 | display: block
106 | }
107 |
108 | .lb-nav a.lb-prev {
109 | width: 34%;
110 | left: 0;
111 | float: left;
112 | filter: alpha(Opacity=0);
113 | opacity: .5;
114 | -webkit-transition: opacity .6s;
115 | -moz-transition: opacity .6s;
116 | -o-transition: opacity .6s;
117 | transition: opacity .6s
118 | }
119 |
120 | .lb-nav a.lb-prev:hover {
121 | filter: alpha(Opacity=100);
122 | opacity: 1
123 | }
124 |
125 | .lb-nav a.lb-next {
126 | width: 64%;
127 | right: 0;
128 | float: right;
129 | filter: alpha(Opacity=0);
130 | opacity: .5;
131 | -webkit-transition: opacity .6s;
132 | -moz-transition: opacity .6s;
133 | -o-transition: opacity .6s;
134 | transition: opacity .6s
135 | }
136 |
137 | .lb-nav a.lb-next:hover {
138 | filter: alpha(Opacity=100);
139 | opacity: 1
140 | }
141 |
142 | .lb-prev:after,.lb-next:after{
143 | content: '\2190';
144 | position: absolute;
145 | top: 50%;
146 | color: #fff;
147 | font-size: 24px;
148 | }
149 | .lb-prev:after{
150 | left: -60px;
151 | }
152 | .lb-next:after{
153 | right: -60px;
154 | content: '\2192';
155 | }
156 |
157 | .lb-dataContainer {
158 | margin: 0 auto;
159 | padding-top: 5px;
160 | min-height: 35px;
161 | *zoom: 1;
162 | width: 100%;
163 | -moz-border-radius-bottomleft: 4px;
164 | -webkit-border-bottom-left-radius: 4px;
165 | border-bottom-left-radius: 4px;
166 | -moz-border-radius-bottomright: 4px;
167 | -webkit-border-bottom-right-radius: 4px;
168 | border-bottom-right-radius: 4px
169 | }
170 |
171 | .lb-dataContainer:after {
172 | content: "";
173 | display: table;
174 | clear: both
175 | }
176 |
177 | .lb-data {
178 | padding: 0 4px;
179 | color: #ccc
180 | }
181 |
182 | .lb-data .lb-details {
183 | width: 85%;
184 | float: left;
185 | text-align: left;
186 | line-height: 1.1em
187 | }
188 |
189 | .lb-data .lb-caption {
190 | font-size: 13px;
191 | font-weight: 700;
192 | line-height: 1em
193 | }
194 |
195 | .lb-data .lb-number {
196 | display: block;
197 | clear: left;
198 | padding-bottom: 1em;
199 | font-size: 12px;
200 | color: #999
201 | }
202 |
203 | .lb-data .lb-close {
204 | display: block;
205 | float: right;
206 | width: 30px;
207 | height: 30px;
208 | text-align: right;
209 | outline: 0;
210 | filter: alpha(Opacity=70);
211 | opacity: .7;
212 | -webkit-transition: opacity .2s;
213 | -moz-transition: opacity .2s;
214 | -o-transition: opacity .2s;
215 | transition: opacity .2s
216 | }
217 |
218 | .lb-data .lb-close:hover {
219 | cursor: pointer;
220 | filter: alpha(Opacity=100);
221 | opacity: 1
222 | }
--------------------------------------------------------------------------------
/css/stack-interface.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'stack-interface';
3 | src: url('../fonts/stack-interface.eot?33839631');
4 | src: url('../fonts/stack-interface.eot?33839631#iefix') format('embedded-opentype'),
5 | url('../fonts/stack-interface.woff2?33839631') format('woff2'),
6 | url('../fonts/stack-interface.woff?33839631') format('woff'),
7 | url('../fonts/stack-interface.ttf?33839631') format('truetype'),
8 | url('../fonts/stack-interface.svg?33839631#stack-interface') format('svg');
9 | font-weight: normal;
10 | font-style: normal;
11 | }
12 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14 | /*
15 | @media screen and (-webkit-min-device-pixel-ratio:0) {
16 | @font-face {
17 | font-family: 'stack-interface';
18 | src: url('../font/stack-interface.svg?34857618#stack-interface') format('svg');
19 | }
20 | }
21 | */
22 |
23 | [class^="stack-"]:before, [class*=" stack-"]:before {
24 | font-family: "stack-interface";
25 | font-style: normal;
26 | font-weight: normal;
27 | speak: none;
28 |
29 | display: inline-block;
30 | text-decoration: inherit;
31 | width: 1em;
32 | margin-right: .2em;
33 | text-align: center;
34 | /* opacity: .8; */
35 |
36 | /* For safety - reset parent styles, that can break glyph codes*/
37 | font-variant: normal;
38 | text-transform: none;
39 |
40 | /* fix buttons height, for twitter bootstrap */
41 | line-height: 1em;
42 |
43 | /* Animation center compensation - margins should be symmetric */
44 | /* remove if not needed */
45 | margin-left: .2em;
46 |
47 | /* you can be more comfortable with increased icons size */
48 | /* font-size: 120%; */
49 |
50 | /* Font smoothing. That was taken from TWBS */
51 | -webkit-font-smoothing: antialiased;
52 | -moz-osx-font-smoothing: grayscale;
53 |
54 | /* Uncomment for 3D effect */
55 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56 | }
57 |
58 | .stack-down-open-big:before { content: '\e800'; } /* '' */
59 | .stack-left-open-big:before { content: '\e801'; } /* '' */
60 | .stack-right-open-big:before { content: '\e802'; } /* '' */
61 | .stack-up-open-big:before { content: '\e803'; } /* '' */
62 | .stack-basket:before { content: '\e804'; } /* '' */
63 | .stack-search:before { content: '\e805'; } /* '' */
64 | .stack-down-dir:before { content: '\e806'; } /* '' */
65 | .stack-left-dir:before { content: '\e807'; } /* '' */
66 | .stack-right-dir:before { content: '\e808'; } /* '' */
67 | .stack-up-dir:before { content: '\e809'; } /* '' */
68 | .stack-down-open:before { content: '\e80a'; } /* '' */
69 | .stack-left-open:before { content: '\e80b'; } /* '' */
70 | .stack-right-open:before { content: '\e80c'; } /* '' */
71 | .stack-up-open:before { content: '\e80d'; } /* '' */
72 | .stack-menu:before { content: '\e80e'; } /* '' */
73 | .stack-users:before { content: '\e80f'; } /* '' */
74 | .stack-publish:before { content: '\e810'; } /* '' */
75 | .stack-trash:before { content: '\e811'; } /* '' */
76 | .stack-bell:before { content: '\e812'; } /* '' */
77 | .stack-cog:before { content: '\e813'; } /* '' */
78 | .stack-plus-circled:before { content: '\e814'; } /* '' */
79 | .stack-dot-3:before { content: '\e815'; } /* '' */
--------------------------------------------------------------------------------
/fonts/iconsmind.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/iconsmind.eot
--------------------------------------------------------------------------------
/fonts/iconsmind.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/iconsmind.ttf
--------------------------------------------------------------------------------
/fonts/iconsmind.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/iconsmind.woff
--------------------------------------------------------------------------------
/fonts/socicon.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/socicon.eot
--------------------------------------------------------------------------------
/fonts/socicon.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/socicon.ttf
--------------------------------------------------------------------------------
/fonts/socicon.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/socicon.woff
--------------------------------------------------------------------------------
/fonts/stack-interface.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/stack-interface.eot
--------------------------------------------------------------------------------
/fonts/stack-interface.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/stack-interface.ttf
--------------------------------------------------------------------------------
/fonts/stack-interface.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/stack-interface.woff
--------------------------------------------------------------------------------
/fonts/stack-interface.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeefe/devsinfoKE/bd05b4d569fcf48a337a1e434cf44822006d7df2/fonts/stack-interface.woff2
--------------------------------------------------------------------------------
/footer.php:
--------------------------------------------------------------------------------
1 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |