Skip to content

Commit 18c5871

Browse files
committed
removing GA, no more analytics needed. reducing page sizes
1 parent 9f891cd commit 18c5871

File tree

8 files changed

+30
-9
lines changed

8 files changed

+30
-9
lines changed

content/pages/02-development-environments/15-application-dependencies.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ so far to get up to speed on building and releasing your own packages.
158158
provides a collection of resources to understand how to package and
159159
distribute Python code libraries.
160160

161-
* [Alice in Python projectland](https://veekaybee.github.io/2017/09/26/python-packaging/)
162-
is an amazing post that takes the reader from simple Python script
163-
into a complete Python package.
164-
165161
* [How to Publish Your Package on PyPI](https://blog.jetbrains.com/pycharm/2017/05/how-to-publish-your-package-on-pypi/)
166162
is for developers who have created a code library they would like to
167163
share and make installable for other developers.

content/pages/03-data/25-oracle.markdown

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ slug: Oracle
44
sortorder: 0325
55
toc: False
66
sidebartitle: Oracle
7-
meta: Oracle Database is the market-leading database for mission-critical enterprise applications.
7+
meta: Oracle Database is an enterprise relational database management system.
88

99

10-
[Oracle](http://www.oracle.com/) Database is the market-leading database for mission-critical enterprise applications. It can run transaction processing, data warehousing, and multi-model database workloads such as machine learning, spatial, and graph. Recently, Oracle Database added support for JSON and blockchain use cases. The Oracle Database fully supports on-premises, cloud, and hybrid cloud deployments.
10+
[Oracle Database](http://www.oracle.com/) is an enterprise
11+
[relational database](/databases.html). It can run transaction processing,
12+
data warehousing, and multi-model database workloads such as machine
13+
learning, spatial, and graph analysis. Recent versions of Oracle Database
14+
also added support for JSON and blockchain use cases, and the software
15+
can be run in on-premise, cloud or hybrid environments.
1116

1217
<img src="/img/logos/oracle.jpg" width="100%" alt="Oracle logo." class="shot">
1318

content/pages/meta/00-change-log.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ view commit-level changes via the
1414
on GitHub.
1515

1616
## 2022
17+
### March
18+
* I decided to go so minimal that I removed the logo to make the site load
19+
faster, and also got rid of some unncessary CSS on front page.
20+
1721
### February
1822
* Still on break, but updated the header and footer. Also made some website
1923
tweaks to make it faster.

static/img/fsp-fav.png

-1.63 KB
Loading

theme/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
{% block lower_banner %}{% endblock %}
2020
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2022</a></div></div>
2121
{% block bottom_banner %}{% endblock %}
22-
<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-19910497-7', 'auto'); ga('send', 'pageview');</script>
2322
{% block js %}{% endblock %}
2423
</body>
2524
</html>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What's next to get your app running?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/no-sql-datastore.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/cascading-style-sheets.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/javascript.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/sponsor.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% if page.sortorder[0:2] == "01" or page.sortorder[0:2] == "02" or page.sortorder[0:2] == "03" or page.sortorder[0:2] == "04" or page.sortorder[0:2] == "05" or page.sortorder[0:2] == "06" or page.sortorder[0:2] == "50" %}
2-
{% include "sponsor/assemblyai.html" %}
32
{% include "sponsor/carbon.html" %}
43
{% endif %}
54
{% if false %}

theme/templates/sponsor/assemblyai.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div class="pnh"><h3>Sponsored By</h3></div>
33
<div class="pnb">
44
<a href="https://www.assemblyai.com/" style="border:none"><img src="/img/logos/assemblyai-white-bg.png" alt="AssemblyAI logo" width="100%" style="padding:0 0 8px; border:none"></a>
5-
<p class="sps">The most accurate speech-to-text API. <a href="https://www.assemblyai.com/">Built for Python developers</a>.</p>
5+
<p class="sps">The <a href="https://www.assemblyai.com/">automatic transcription API</a> loved by Python developers.</p>
66
</div>
77
</div>

0 commit comments

Comments
 (0)