-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (146 loc) · 7.18 KB
/
index.html
File metadata and controls
183 lines (146 loc) · 7.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A layout example that shows off a responsive product landing page.">
<title>HACKPYTHON</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-" crossorigin="anonymous">
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<!--<![endif]-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="{% static 'csshtml/layouts/marketing-old-ie.css' %}">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="csshtml/layouts/marketing.css">
<!--<![endif]-->
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="">HACKPYTHON</a>
<ul class="pure-menu-list">
<li class="pure-menu-item pure-menu-has-children pure-menu-allow-hover">
<a href="#" id="menuLink1" class="pure-menu-link" >学习文档</a>
<ul class="pure-menu-children">
<li class="pure-menu-item"><a href="https://hackpython.github.io/PyBookFocus/#/" class="pure-menu-link">Python书籍要点</a></li>
<li class="pure-menu-item"><a href="https://hackpython.github.io/TimeDebris/#/" class="pure-menu-link">时间碎片项目</a></li>
<li class="pure-menu-item"><a href="https://hackpython.github.io/PyNoviceArea/#/" class="pure-menu-link">Python新手村</a></li>
<li class="pure-menu-item"><a href="https://hackpython.github.io/PyStarTrek/#/" class="pure-menu-link">Python星际之旅</a></li>
<li class="pure-menu-item"><a href="https://hackpython.github.io/PyMonsterStudy/#/" class="pure-menu-link">Python恶魔分析</a></li>
</ul>
</li>
<li class="pure-menu-item"><a href="https://hackpython.github.io/blog" class="pure-menu-link">博客</a></li>
</ul>
</div>
</div>
<div class="splash-container" style="background-image: url('img/background.jpeg'); background-size:cover">
<div class="splash">
<div width='';height:''">
<h1 class="splash-head">HACK PYTHON</h1>
<p class="splash-subhead">
以黑客的态度去学习python,以黑客的精神去专研python
</p>
<p>
<!-- 我们B站频道地址 -->
<a href="https://space.bilibili.com/201414991/video" class="pure-button pure-button-primary">开始学习</a>
</p>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<h2 class="content-head is-center">一分钟成为Python头号玩家</h2>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-rocket"></i>
快速开始
</h3>
<p>
HackPython提供Python新手村文档,让你快速进入Python的世界,打怪升级
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-mobile"></i>
技术支持
</h3>
<p>
如果在学习Python的过程中遇到问题,都可以通过HackPython公众号向HackPython提问题
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-th-large"></i>
分层学习
</h3>
<p>
HackPython为处于Python不同水准的人都准备的合适的学习文档,确保易学与品质
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-check-square-o"></i>
边做边学
</h3>
<p>
HackPython教学视频和教学文档都会带领大家将学过的知识点运用起来,解决生活中的问题
</p>
</div>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<img width="300" alt="File Icons" class="pure-img-responsive" src="img/file-icons.png">
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-3-5">
<h2 class="content-head content-head-ribbon">Python所有内容尽在HackPython</h2>
<p>
Python Web开发、Python分布式爬虫、Python数据分析、Python运维、深度学习、Python异步、Python网络编程、Python自动化测试等Python核心内容HackPython团队都会为大家逐一奉上。
同时HackPython团队会按需编写趣味Python项目,增添学习乐趣。
</p>
</div>
</div>
<div class="content">
<h2 class="content-head is-center">HackPython具有的优势</h2>
<div class="pure-g">
<div class="l-box-lrg pure-u-1 pure-u-md-2-5">
<form class="pure-form pure-form-stacked">
<fieldset>
<label for="name">Your Name</label>
<input id="name" type="text" placeholder="Your Name">
<label for="email">Your Email</label>
<input id="email" type="email" placeholder="Your Email">
<label for="password">Your Password</label>
<input id="password" type="password" placeholder="Your Password">
<button type="submit" class="pure-button">发送</button>
</fieldset>
</form>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-3-5">
<h4>关于我们</h4>
<p>
HackPython团队唯一值得一提的就是团队的精神领袖Morty,他的部分语录<br>
Morty:“如果上帝真的存在,那我TM就是上帝”<br>
Morty:“我对蠢货过敏”<br>
团队里的人都向他看齐
</p>
<h4>更多信息</h4>
<p>
更多信息可以关注微信公众号HackPython,或添加微信jingkuang_,团队喜欢交朋友
</p>
</div>
</div>
</div>
<div class="footer l-box is-center">
HACKPYTHON Developed by ayuLiao
</div>
</div>
</body>
</html>