-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (60 loc) · 2.96 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>A E S T H E T I C Webpage Generator by DowntownDevelopment</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>A E S T H E T I C Webpage Generator</h1>
<p>An aesthetic webpage generator made in python.</p>
<p class="view"><a href="https://github.com/DowntownDevelopment/AestheticWebGenerator">View the Project on GitHub <small>DowntownDevelopment/AestheticWebGenerator</small></a></p>
<ul>
<li><a href="https://github.com/DowntownDevelopment/AestheticWebGenerator/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/DowntownDevelopment/AestheticWebGenerator/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/DowntownDevelopment/AestheticWebGenerator">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h2>
<a id="a-e-s-t-h-e-t-i-c-style-web-page-generator-using-python-and-the-giphy-api" class="anchor" href="#a-e-s-t-h-e-t-i-c-style-web-page-generator-using-python-and-the-giphy-api" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>"A E S T H E T I C" style web page generator using Python and the Giphy API.</h2>
<p>Created and Maintained by:</p>
<ul>
<li><a href="https://github.com/elebumm">Lewis Menelaws</a></li>
<li><a href="https://github.com/1ogica1">Jasmyn Newton</a></li>
<li><a href="https://github.com/jasonmasterrace">Jason Nguyen</a></li>
</ul>
<p>Last Updated: 08/26/2016</p>
<h3>
<a id="requirements" class="anchor" href="#requirements" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Requirements</h3>
<ul>
<li>Python 3+</li>
<li>pip</li>
<li>A rebellious attitude</li>
</ul>
<h3>
<a id="how-to-become-aesthetic" class="anchor" href="#how-to-become-aesthetic" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How to become 'Aesthetic'</h3>
<ol>
<li>download zip or clone repo</li>
<li>run <code>pip install -r requirements.txt</code>
</li>
<li>open index.html in your favourite browser (internet explorer 6)</li>
<li>google pictures of cute kittens to unsee what you have seen.</li>
</ol>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/DowntownDevelopment">DowntownDevelopment</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>