-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
198 lines (175 loc) · 7.95 KB
/
index.html
File metadata and controls
198 lines (175 loc) · 7.95 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Python 中国社区 - PyChina">
<meta name="author" content="PyChina">
<title>PyChina - Python 中国社区</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/one-page-wonder.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom">
<div class="container">
<a class="navbar-brand" href="#">Python 中国社区</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://cn.pycon.org">PyCon China 大会</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python-china.org.cn/">Python 社区论坛</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://blog.pychina.org">博客</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gh">公众号</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/PyChina">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">关于</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center text-white">
<div class="masthead-content">
<div class="container">
<img class="img-fluid" src="img/logo.png" alt="">
<!-- <h1 class="masthead-heading mb-0">Python 中国社区</h1> -->
<h2 class="masthead-subheading mb-4 mt-5">Life is short, use Python!</h2>
<!-- <a href="#" class="btn btn-primary btn-xl rounded-pill mt-5">Learn More</a> -->
</div>
</div>
<div class="bg-circle-1 bg-circle"></div>
<div class="bg-circle-2 bg-circle"></div>
<div class="bg-circle-3 bg-circle"></div>
<!-- <div class="bg-circle-4 bg-circle"></div> -->
</header>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 order-lg-2">
<div class="p-5">
<img class="img-fluid" src="img/pycon.png" alt="PyCon China Logo">
</div>
</div>
<div class="col-lg-7 order-lg-1">
<div class="p-5">
<h2 class="display-4 mb-4"><a class="sleep-link" href="https://cn.pycon.org">PyCon China 大会</a></h2>
<p>「PyCon China(中国 Python 开发者大会)」作为 Python 语言社群的全国技术盛会,是由 PyCon 官方授权 CPyUG(华蠎用户组),PSF(Python 基金会)支持,并由全国各地 Python 爱好者共同举办的非盈利技术大会。大会第一届于 2011 年举办,一直到现在,从未间断。具体信息请访问大会官方网站:<a href="https://cn.pycon.org">https://cn.pycon.org</a>。</p>
</div>
</div>
</div>
</div>
</section>
<section id="gh">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="p-5">
<img class="img-fluid" src="img/gh.jpg" alt="PyChina 公众号二维码">
</div>
</div>
<div class="col-lg-7">
<div class="p-5">
<h2 class="display-4 mb-4">PyChina 公众号</h2>
<p>「PyChina」是 PyChina.org 的官方微信公众号(ID:PyChinaOrg),创立于 2014 年,目前由 Queena 主理。所有和 PyChina、PyCon China 大会相关的动态都会第一时间在这里发布,除此之外,你还可以在这里看到 Python 相关的技术分享和最新资讯,欢迎关注!</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 order-lg-2">
<div class="p-5">
<img class="img-fluid" src="img/chat.png" alt="Python 社区论坛 Logo">
</div>
</div>
<div class="col-lg-7 order-lg-1">
<div class="p-5">
<h2 class="display-4 mb-4"><a class="sleep-link" href="https://python-china.org.cn/">Python Meetup</a></h2>
<p>「Python Meetup」是一个由 PyChina 组织的 Python 技术沙龙,旨在促进 Python 开发者之间的交流和学习。如果你是 Python 开发者,或是对 Python 感兴趣,欢迎加入我们。你可以关注我们的公众号获取最新动态,也可以访问我们的 <a href="https://space.bilibili.com/474764697">bilibili 主页</a>查看往期录像。</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="p-5">
<img class="img-fluid" src="img/weekly.png" alt="蟒周刊封面">
</div>
</div>
<div class="col-lg-7">
<div class="p-5">
<h2 class="display-4 mb-4"><a class="sleep-link" href="http://weekly.pychina.org/">蟒周刊</a></h2>
<p>「蟒周刊」是一个创立于 2012 年的 Python 技术周刊翻译项目,主要内容为 PyCoder's Weekly,目前由 Zoom.Quiet(大妈)主理,你可以在 <a href="https://github.com/PyChina/weekly">GitHub</a> 上参与翻译,阅读周刊请访问:<a href="http://weekly.pychina.org">http://weekly.pychina.org</a>。</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<section id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 order-lg-1">
<div class="p-5">
<h2 class="display-4 mb-4">关于 PyChina</h2>
<p>「PyChina」是一个由全球使用中文的 Python 程序员自发组成的技术社区,面向实习、应用、推广 Python 以及相关技术的爱好者,关注 Python 语言在中国的应用、推广和学习。由 Zoom.Quiet(大妈)和 Sting Chen 在 2014 年发起。它的前身是 <a href="https://groups.google.com/forum/#!forum/python-cn">CPyUG</a>(China Python User Group,华蟒用户组),发源于<a href="https://wiki.woodpecker.org.cn/moin/%E9%A6%96%E9%A1%B5">啄木鸟社区</a>。</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<script src="https://utteranc.es/client.js"
repo="PyChina/comments"
issue-term="url"
label="✨💬✨ "
theme="github-dark"
crossorigin="anonymous"
async>
</script>
<p class="m-0 text-center text-white small mt-3">Copyright © PyChina 2019 | Contact Us: <a href="mailto:python-cn+owner@googlegroups.com">python-cn+owner@googlegroups.com</a> | Edit on <a href="https://github.com/PyChina/PyChina.github.io">GitHub</a>
</p>
</div>
<!-- /.container -->
</footer>
<footer class="py-5 bg-light">
<div class="container">
<p class="m-0 text-center small mt-3">
已由
<a href="https://www.upyun.com/">
<img src="http://docs.upyun.com/img/upyun_logo.png"
width="120">
</a>
提供CDN及云存储服务
</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<!-- <script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> -->
</body>
</html>