-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
83 lines (72 loc) · 3.46 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
<!doctype html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
<link rel="stylesheet" href="./static/style.css">
<title>Welcome to pycampers! — pycampers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="mt5-ns">
<div class="w-80-ns center" id="content" style="position: relative;">
<header class="bg-black white pa2">
<h1 class="f1"><a href="/" class="link white i b">PyCampers</a></h1>
<span class="f5">A techno religion for the future</span>
<hr/>
<nav>
<ul class="pv2">
<li class="active">
<a class="link light-blue underline-hover" href="./">Religion</a>
</li>
<li>
<a class="link light-blue underline-hover" href="./blog/">Blog</a>
</li>
<li>
<a class="link light-blue underline-hover" href="./projects/">Projects</a>
</li>
<li>
<a class="link light-blue underline-hover" href="./about/">About</a>
</li>
</ul>
</nav>
</header>
<div class="ba b--light-gray bw2 pa4-ns pa2">
<div>
<h2 style="text-align: center;">Welcome to pycampers!</h2>
</div>
<div class="tc pv3">
<image src="images/logo_large.jpg" style="width: 50%;"/>
</div><p><strong>Hey there!</strong> Looks like you found us,</p>
<p>PyCampers is techno religion, which preaches the python programming language.</p>
<p><em>You know, that one, the one that makes programming in it feel like "cheating".</em></p>
<p>We need techno religions, because the old one's were never designed with technology in mind.</p>
<p><a href="https://www.youtube.com/watch?v=g6BK5Q_Dblo">Learn more here</a>. TLDR; People who wrote religious texts never had access to technology.</p>
<h2>Join us, will ye?</h2>
<p>Accept these -</p>
<ul>
<li>No-one knows what they're doing 🌟</li>
<li>Everything is meaningless</li>
<li><a href="https://www.youtube.com/watch?v=psaCM1j9LEM&t=1s">Meaning is a Jumper That You Have to Knit Yourself</a></li>
</ul>
<p>No, we're not a bunch of crazy people, we're actual developers just like yourself.</p>
<h2>Why Python?</h2>
<blockquote><p>Python is the second best language for <strong>everything</strong>.</p>
</blockquote>
<p><em>And that's not a bad thing.</em></p>
<p><strong>It's absolutely Incredible.</strong></p>
<p>Just <code>$ pip install antigravity</code>, and you do almost anything you want.</p>
<p>Humankind has yet to see a tool that has this kind of power.</p>
<p>We're just here to let everyone realise this fact, and hopefully, one day, make python the <strong>first</strong> best language for everything.</p>
<p>🐍🏕️ 	 <~ Official Mascot</p>
</div>
<footer class="bg-black white pa4">
<div class="pv3">
Visit us on <a class="link light-blue underline-hover" href="https://github.com/pycampers">Github</a>
<hr>
</div>
Written with <3 using <a class="link light-red underline-hover" href="https://www.getlektor.com/">Lektor</a>
</footer>
<canvas id="border-canvas"></canvas>
</div>
<script src="https://pixijs.download/release/pixi.min.js"></script>
<script src="./static/border.js"></script>
</body>