-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (94 loc) · 3.61 KB
/
index.html
File metadata and controls
108 lines (94 loc) · 3.61 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Studio Alloy Tools</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<main>
<div class="alloy-container">
<div class="intro">
<h1>Tools by Studio Alloy</h1>
<p>A list of handy tools created for our clients. If you are in need of a specific tool, please contact us <a
href="tools@studioalloy.nl">tools@studioalloy.nl</a>.</p>
<p>Because these are specialised tools most of them work best in the latest version of Google Chrome or
Mircosoft Edge</p>
</div>
<div class="item-list">
<a href="https://github.com/mvaneijgen/screenshot-generator-app" class="item">
<div class="alloy-image">
<img src="/screenshot-generator/image.jpg" alt="Image converter for web screenshot">
</div>
<div class="content">
<h3>Screenshot Generator</h3>
<p>Create screenshots of every page of a webiste, on multiple screen sizes! Download the .dmg or .exe file for your OS at the releases tab.</p>
<span class="btn">Download</span>
</div>
</a>
<a href="/image-converter-for-web" class="item">
<div class="alloy-image">
<img src="/image-converter-for-web/image.jpg" alt="Image converter for web screenshot">
</div>
<div class="content">
<h3>Image converter for web</h3>
<p>Convert images to a save for web format and size. Can also generate Facebook share images.</p>
<span class="btn">Open</span>
</div>
</a>
<a href="/trianglify" class="item">
<div class="alloy-image">
<img src="/trianglify/image.jpg" alt="Image converter for web screenshot">
</div>
<div class="content">
<h3>Trianglify image generator</h3>
<p>Create images with triangles and custom colors</p>
<span class="btn">Open</span>
</div>
</a>
<a href="/email-signature" class="item">
<div class="alloy-image">
<img src="/email-signature/image.jpg" alt="Image converter for web screenshot">
</div>
<div class="content">
<h3>Email signature generator</h3>
<p>We also make custom email signature generators, just email us tools@studioalloy.nl</p>
<span class="btn">Open</span>
</div>
</a>
<a href="#" class="item" data-disabled="true">
<div class="alloy-image">
<!-- <img src="/image-converter-for-web/image.jpg" alt="Image converter for web screenshot"> -->
</div>
<div class="content">
<h3>comming soon</h3>
<p>More tools coming soon</p>
<span class="btn">Open</span>
</div>
</a>
</div>
</div>
<aside>
<div class="inner">
<div id="intro">
<div class="inner">
<div>
</div>
<div id="credits">
<a href="https://studioalloy.nl" id="logo">
<img src="https://studioalloy.nl/_nuxt/img/a293d3c.svg">
<div>
<span>Powered by</span>
<span>Studio Alloy</span>
</div>
</a>
</div>
</div>
</div>
</aside>
</main>
<!-- END idebar -->
</body>
</html>