-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
92 lines (72 loc) · 3.71 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About Collaborative Scarf Pattern Generator</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="narrow.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="index.html">Maker</a></li>
<li role="presentation"><a href="viewer.html">Viewer</a></li>
<li role="presentation" class="active"><a href="about.html">About</a></li>
</ul>
</nav>
<h3 class="text-muted">Collaborative Scarf Pattern Generator</h3>
</div>
<div class="text-center" id="container">
<div class="jumbotron">
<h1>Hello</h1>
<p class="lead">So you maybe wondering what this website is about...</p>
</div>
<p>This year I taught myself to crochet, and I'm really enjoying it. However,
I'm really terrible at both colours and patterns. So, rather than spending a month
making a scarf, I built myself a generator to see what it might look like ahead of time!
I thought this was such a great idea, other people ought to get to play with it too. And I
figured I could then borrow those patterns for my own scarves!</p>
<p>This website might break, I hacked it together in 3 evenings! Instead of complaining or exploiting my failures
reach out using any of the communication methods below and I can get around to fixing it!</p>
<p>Also, feel free to reach out with any feedback, good or bad!</p>
<p>And considering your here, why don't you take a look at some of the things I've already made!</p>
<hr>
<h3>The Blanket</h3>
<p>This took almost 9 months to make, and 144 hexagons!</p>
<p>
<img src="images/blanket_1.jpg" class="img-rounded" width="30%">
<img src="images/blanket_2.jpg" class="img-rounded" width="30%">
<img src="images/blanket_3.jpg" class="img-rounded" width="30%">
</p>
<hr>
<h3>The Scarf</h3>
<p>My second scarf! Getting better at colours, still shit at patterns!</p>
<p>
<img src="images/scarf_1.jpg" class="img-rounded" width="30%">
<img src="images/scarf_2.jpg" class="img-rounded" width="30%">
<img src="images/scarf_3.jpg" class="img-rounded" width="30%">
</p>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">
<a href="https://twitter.com/de_velopment" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i> @de_velopment</a> |
<a href="https://github.com/daniellevass" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> @daniellevass</a> |
<a href="http://www.de-velopment.com" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i> www.de-velopment.com</a>
</p>
</div>
</footer>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-2.2.4.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.5.0/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.5.0/firebase-firestore.js"></script>
<script src="https://use.fontawesome.com/ba9da8c2e5.js"></script>
<script src="colours.js"></script>
<script src="config.js"></script>