-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauthors.html
More file actions
56 lines (46 loc) · 1.84 KB
/
authors.html
File metadata and controls
56 lines (46 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fa" charset="utf-8">
<head>
<title>ThinkPython به زبان فارسی - Authors - ThinkPython به زبان فارسی</title>
<link rel="stylesheet" type="text/css" href="theme/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="theme/bootstrap-rtl.css" />
<link rel="stylesheet" type="text/css" href="theme/pastie.css" />
<link rel="stylesheet" type="text/css" href="theme/style.css" />
</head>
<body style="font-family: IranianSans">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div class="row">
<div class="span8 offset2">
<ul class="nav topbar">
<li >
<a style="color: #FAFAFA"href =http://tehpug.ir/>پاگ تهران</a>
</li>
<li class="active"><a href="">ThinkPython به زبان فارسی</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span8 offset2">
<h1>Authors on ThinkPython به زبان فارسی</h1>
<ul> <li><a href="/author/rd-shlbfzdh.html">رضا شالبافزاده</a> (1)</li>
</ul>
</div>
</div>
<div class="row">
<div class="span8 offset2">
<hr>
<div id="about">
<p class="text-center">پیاده سازی توسط <a href="https://github.com/La-Volpe">جواد</a>، قدرت گرفته از <a href="http://blog.getpelican.com/">پلیکان</a></p>
</div><!-- /#about -->
</div><!-- /#contentinfo -->
</div>
</div>
</body>
</html>