-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (113 loc) · 6.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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Custom 3d prints for X-wing The Miniatures game</title>
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<!-- Bootstrap: Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Bootstrap: Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Bootstrap: Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> -->
<a class="navbar-brand" href="#">X-wing Accessories</a>
</div>
<!-- <div id="navbar" class="navbar-collapse collapse">
</div> --><!--/.navbar-collapse -->
</div>
</nav>
<div class="jumbotron">
<div class="container">
<div class="row">
<h2 class="text-center" style="padding-top: 2em;">Custom 3d printing models for X-wing the miniatures game.</h2>
<p class="text-center">I've open sourced the stl files so you can print things yourself for non commercial use.</p>
<p class="text-center">Please help support this project by donating</p>
</div>
<div class="row">
<div class="text-center col-sm-6 col-md-3" style="padding-top: 2em;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="5TVJ7ARD2S3K2">
<!-- <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online."> -->
<input type="submit" name="submit" value="Please Donate" class="btn btn-danger btn-lg">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<div class="text-center col-sm-6 col-md-3" style="padding-top: 2em;">
<a class="btn btn-primary btn-lg" href="https://github.com/sphism/xwing">View on GitHub</a>
</div>
<div class="text-center col-sm-6 col-md-3" style="padding-top: 2em;">
<a class="btn btn-primary btn-lg" href="https://github.com/sphism/xwing/zipball/master">Download .zip</a>
</div>
<div class="text-center col-sm-6 col-md-3" style="padding-top: 2em;">
<a class="btn btn-primary btn-lg" href="https://github.com/sphism/xwing/tarball/master">Download .tar.gz</a>
</div>
</div>
</div>
</div>
<section class="container">
<div class="row">
<h2 class="text-center">Token holder for Focus, Shields, Evades, Target lock pairs and stress</h2>
<p class="text-center">Try the link below to have the model printed for you, I've not tried it yet but it seems like a great service.</p>
<p class="text-center">I get no money from this link, it's exactly the same price as if I was printing it, so feel free to donate to me separately.</p>
<p class="text-center"><a class="btn btn-primary btn-lg" href="http://printathing.com/angular-cart/#?u=enfwOfWSGuP0KHhZXgR3KWP0-mcowg1fJK373Czynqs">Print version 5 at Print a Thing</a></p>
</div>
<div class="row" style="padding-top: 2em;">
<div class="col-sm-12">
<h3 class="text-center">The photos show version 4 but version 5 is available in the repository and mainly improves the strength of the pillars.</h3>
</div>
<div class="col-sm-6">
<img class="img-responsive" src="http://i.imgur.com/ItMQ3B5.jpg">
</div>
<div class="col-sm-6">
<img class="img-responsive" src="http://i.imgur.com/NQgROhE.jpg">
</div>
</div>
</section>
<section class="container" style="padding-top: 2em;">
<footer class="site-footer">
<div class="row">
<p class="text-center">
<a href="https://github.com/sphism/xwing">Xwing github repo</a> is maintained by <a href="https://github.com/sphism">sphism</a>.
</p>
<p class="text-center">
<span>
'X-wing' and 'X-wing: The Miniatures Game' are trademarks of Fantasy Flight Games. Please support them and buy their awesome games.
</span>
</p>
<p class="text-center">
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
</p>
<p class="text-center">
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a>
</p>
</div>
</footer>
</section>
<!-- Google analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-72698812-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>