-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (163 loc) · 8.56 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Pythonity">
<meta name="description" content="We are the ones who Python">
<title>Pythonity - We are the ones who Python</title>
<!-- Favicons -->
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-144x144.png" sizes="144x144">
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-152x152.png" sizes="152x152">
<meta name="application-name" content="Pythonity">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="img/mstile-144x144.png">
<!-- CDN -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:400,500,600" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/paper/bootstrap.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Custom styles -->
<link rel="stylesheet" href="css/styles.css">
<!-- JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js"></script>
<script>
$(function() {
// Make boxes same height
$('.box').matchHeight();
});
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3683332-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>
<img src="img/logo_text.png" class="img-responsive center-block" alt="Pythonity">
</h1>
<div class="container-fluid">
<div class="row">
<p class="strip">
Do you <a href="https://docs.python.org/3/glossary.html#term-pythonic">Python</a>? We Python big time.
</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="box">
<div class="box-info">
<h3>
<a href="https://github.com/Pythonity/">
Things we Pythoned
</a>
<a href="https://github.com/Pythonity/">
<span class="fa fa-3x fa-github pull-right"></span>
</a>
</h3>
<p class="lead text-justify">
We love and cherish open-source, depend on it in every project we do and try go give back as
much as we can, whether it’s with donations, code contributions, or releasing our projects on
<a href="https://github.com/Pythonity/">GitHub</a> for others to use. It really is something
we strongly believe in. Our our most popular open-source projects so far would probably be
<a href="https://github.com/Pythonity/font-awesome-to-png">font-awesome-to-png</a> and its successor,
<a href="https://github.com/Pythonity/icon-font-to-png">icon-font-to-png</a> but we have much more
in the making. Stay tuned!
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="box">
<div class="box-info">
<h3>
<a href="http://blog.pythonity.com/">
Our lovely blog
</a>
<a href="http://blog.pythonity.com/">
<span class="fa fa-3x fa-rss pull-right"></span>
</a>
</h3>
<p class="lead text-justify">
Reading and writing interesting articles about Python is great, but we don’t really subscribe to the usual
<i>"it’s a company blog so it has to be professional and serious"</i> line of thinking. That’s just
not us. So visit our blog looking for Python related news and articles, stay for the self condescending
humor, obscure references and XKCD images. Because who doesn’t love a well placed XKCD reference, right? Right…?
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="box">
<div class="box-info">
<h3>
<a href="mailto:[email protected]?subject=Interesting project">
Hire us
</a>
<a href="mailto:[email protected]?subject=Interesting project">
<span class="fa fa-3x fa-calendar-check-o pull-right"></span>
</a>
</h3>
<p class="lead text-justify">
As you can <i>probably</i> guess we specialize in Python related projects. We have experience not
only with creating a project from the ground up but also with extending an existing one and helping
out a team in their final stretch of work. We always use the right tool for the job, whether
its <a href="https://www.djangoproject.com/">Django</a>, <a href="http://flask.pocoo.org/">Flask</a>,
<a href="http://www.django-rest-framework.org/">RESTful API</a> or something
<a href="img/something_completely_different.jpg">completely different</a>, like common use Python
libraries, scripts, API wrappers, command line interfaces, etc.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="box">
<div class="box-info">
<h3>
<a href="mailto:[email protected]?subject=I want to Python with you">
Want to Python with us?
</a>
<a href="mailto:[email protected]?subject=I want to Python with you">
<span class="fa fa-3x fa-paper-plane pull-right"></span>
</a>
</h3>
<p class="lead text-justify">
We’re not actively looking for new employees at the moment but feel free to drop us a message if
you feel like you would be a good addition to our team. As you probably already figured, out we
love Python and open-source. After that, we tend to look more at the person and their mindset
then the usual hard cutoff line of ‘years of experience’, knowing this particular framework, etc.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<p class="strip inverted">
<small>This space was intentionally left blue.</small>
</p>
</div>
</div>
<footer>
<div class="container">
<p class="text-center">
© 2015 - 2017 hammered and duct-taped together
by <span id="guess-who">Pythonity</span>
</p>
</div>
</footer>
</body>
</html>