1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta name ="description " content ="Python Users Group Nepal, #PyNepal ">
7+
8+ < link rel ="alternate " href ="http://pythonnepal.org/feeds/all.atom.xml " type ="application/atom+xml " title ="Python Users Group Nepal Full Atom Feed "/>
9+
10+ < title > Categories | Python Users Group Nepal</ title >
11+
12+ < link href ="https://www.python.org/static/favicon.ico " rel ="icon ">
13+
14+ < link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css ">
15+ < link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css ">
16+ < link rel ="stylesheet " href ="http://pythonnepal.org/theme/css/pure.css ">
17+ < link href ="http://pythonnepal.org/static/css/custom.css " rel ="stylesheet ">
18+
19+ < script src ="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js "> </ script >
20+ </ head >
21+
22+ < body >
23+ < div class ="pure-g-r " id ="layout ">
24+ < div class ="sidebar pure-u ">
25+ < div class ="cover-img " style ="background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/40/Nepal_Patan_Mangal.jpg') ">
26+ < div class ="cover-body ">
27+ < header class ="header ">
28+ < hgroup >
29+ < h1 class ="brand-main "> < a href ="http://pythonnepal.org "> Python Users Group Nepal</ a > </ h1 >
30+ < p class ="tagline "> #PyNepal</ p >
31+ < p class ="links "> < a href ="http://pythonnepal.org/pages/pythoninnepal.html "> Companies</ a > </ p >
32+ < p class ="links "> < a href ="http://pythonnepal.org/pages/developers.html "> Developers</ a > </ p >
33+ < p class ="links "> < a href ="http://pythonnepal.org/pages/resources.html "> Resources</ a > </ p >
34+ < p class ="links "> < a href ="http://pythonnepal.org/pages/meetups.html "> Meetups</ a > </ p >
35+ < p class ="links "> < a href ="http://pythonnepal.org/pages/videos.html "> Videos</ a > </ p >
36+ < p class ="social ">
37+ < a href ="https://www.meetup.com/PythonNepal/ " target ="_blank ">
38+ < i class ="fa fa-group fa-2x "> </ i >
39+ </ a >
40+ < a href ="https://www.facebook.com/groups/pythonnepal/ " target ="_blank ">
41+ < i class ="fa fa-facebook fa-2x "> </ i >
42+ </ a >
43+ < a href ="https://www.youtube.com/channel/UC7EWmhPyAIHDsXY93C34eXA " target ="_blank ">
44+ < i class ="fa fa-youtube fa-2x "> </ i >
45+ </ a >
46+ < a href ="feeds/all.atom.xml " target ="_blank ">
47+ < i class ="fa fa-rss fa-2x "> </ i >
48+ </ a >
49+ </ p >
50+ </ hgroup >
51+ </ header >
52+ </ div >
53+ </ div >
54+ </ div >
55+ < div class ="pure-u-1 ">
56+ < div class ="content ">
57+ < h1 class ="content-subhead "> All Categories</ h1 >
58+ < ul >
59+ </ ul >
60+ < footer class ="footer ">
61+ < p > © Python Users Group Nepal –
62+ Built with < a href ="https://github.com/PurePelicanTheme/pure-single "> Pure Theme</ a >
63+ for < a href ="http://blog.getpelican.com/ "> Pelican</ a >
64+ </ p >
65+ </ footer > </ div >
66+ </ div >
67+ </ div >
68+ < script >
69+ var $top = $ ( '.go-top' ) ;
70+
71+ // Show or hide the sticky footer button
72+ $ ( window ) . scroll ( function ( ) {
73+ if ( $ ( this ) . scrollTop ( ) > 200 ) {
74+ $top . fadeIn ( 200 ) ;
75+ } else {
76+ $top . fadeOut ( 200 ) ;
77+ }
78+ } ) ;
79+
80+ // Animate the scroll to top
81+ $top . click ( function ( event ) {
82+ event . preventDefault ( ) ;
83+ $ ( 'html, body' ) . animate ( { scrollTop : 0 } , 300 ) ;
84+ } )
85+
86+ // Makes sure that the href="#" attached to the <a> elements
87+ // don't scroll you back up the page.
88+ $ ( 'body' ) . on ( 'click' , 'a[href="#"]' , function ( event ) {
89+ event . preventDefault ( ) ;
90+ } ) ;
91+ </ script >
92+
93+ </ body >
94+ </ html >
0 commit comments