Skip to content

Commit be068a1

Browse files
committed
Build site
0 parents  commit be068a1

22 files changed

+1940
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pythonnepal.org

archives.html

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
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>all posts - 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 posts</h1>
58+
<footer class="footer">
59+
<p>&copy; Python Users Group Nepal &ndash;
60+
Built with <a href="https://github.com/PurePelicanTheme/pure-single">Pure Theme</a>
61+
for <a href="http://blog.getpelican.com/">Pelican</a>
62+
</p>
63+
</footer> </div>
64+
</div>
65+
</div>
66+
<script>
67+
var $top = $('.go-top');
68+
69+
// Show or hide the sticky footer button
70+
$(window).scroll(function() {
71+
if ($(this).scrollTop() > 200) {
72+
$top.fadeIn(200);
73+
} else {
74+
$top.fadeOut(200);
75+
}
76+
});
77+
78+
// Animate the scroll to top
79+
$top.click(function(event) {
80+
event.preventDefault();
81+
$('html, body').animate({scrollTop: 0}, 300);
82+
})
83+
84+
// Makes sure that the href="#" attached to the <a> elements
85+
// don't scroll you back up the page.
86+
$('body').on('click', 'a[href="#"]', function(event) {
87+
event.preventDefault();
88+
});
89+
</script>
90+
91+
</body>
92+
</html>

authors.html

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
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>Authors | 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+
58+
59+
<h1 class="content-subhead">Authors</h1>
60+
<ul>
61+
62+
<footer class="footer">
63+
<p>&copy; Python Users Group Nepal &ndash;
64+
Built with <a href="https://github.com/PurePelicanTheme/pure-single">Pure Theme</a>
65+
for <a href="http://blog.getpelican.com/">Pelican</a>
66+
</p>
67+
</footer>
68+
</ul>
69+
</div>
70+
</div>
71+
</div>
72+
<script>
73+
var $top = $('.go-top');
74+
75+
// Show or hide the sticky footer button
76+
$(window).scroll(function() {
77+
if ($(this).scrollTop() > 200) {
78+
$top.fadeIn(200);
79+
} else {
80+
$top.fadeOut(200);
81+
}
82+
});
83+
84+
// Animate the scroll to top
85+
$top.click(function(event) {
86+
event.preventDefault();
87+
$('html, body').animate({scrollTop: 0}, 300);
88+
})
89+
90+
// Makes sure that the href="#" attached to the <a> elements
91+
// don't scroll you back up the page.
92+
$('body').on('click', 'a[href="#"]', function(event) {
93+
event.preventDefault();
94+
});
95+
</script>
96+
97+
</body>
98+
</html>

categories.html

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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>&copy; Python Users Group Nepal &ndash;
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>

feeds/all.atom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Python Users Group Nepal</title><link href="http://pythonnepal.org/" rel="alternate"></link><link href="http://pythonnepal.org/feeds/all.atom.xml" rel="self"></link><id>http://pythonnepal.org/</id><updated>2021-06-12T13:32:26Z</updated></feed>

0 commit comments

Comments
 (0)