-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (42 loc) · 3.61 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
<!DOCTYPE html>
<html>
<head>
<title>Softwool</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="logo-container">
<p><img class="logo" src="https://raw.githubusercontent.com/softwoolco/softwool/main/assets/img/logo.png" />
<button onclick="window.open('/pt.html', '_self')" class="badge">PT</button>
<a class="twitter" href="https://twitter.com/softwoolco" target="_blank" rel="noreferrer noopener"><svg fill="#412c3c" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30px" height="30px"> <path d="M28,6.937c-0.957,0.425-1.985,0.711-3.064,0.84c1.102-0.66,1.947-1.705,2.345-2.951c-1.03,0.611-2.172,1.055-3.388,1.295 c-0.973-1.037-2.359-1.685-3.893-1.685c-2.946,0-5.334,2.389-5.334,5.334c0,0.418,0.048,0.826,0.138,1.215 c-4.433-0.222-8.363-2.346-10.995-5.574C3.351,6.199,3.088,7.115,3.088,8.094c0,1.85,0.941,3.483,2.372,4.439 c-0.874-0.028-1.697-0.268-2.416-0.667c0,0.023,0,0.044,0,0.067c0,2.585,1.838,4.741,4.279,5.23 c-0.447,0.122-0.919,0.187-1.406,0.187c-0.343,0-0.678-0.034-1.003-0.095c0.679,2.119,2.649,3.662,4.983,3.705 c-1.825,1.431-4.125,2.284-6.625,2.284c-0.43,0-0.855-0.025-1.273-0.075c2.361,1.513,5.164,2.396,8.177,2.396 c9.812,0,15.176-8.128,15.176-15.177c0-0.231-0.005-0.461-0.015-0.69C26.38,8.945,27.285,8.006,28,6.937z"/></svg></a>
</div>
<iframe src="https://store.steampowered.com/widget/1956400/" frameborder="0" width="646" height="190"></iframe>
<h1>What is this?</h1>
<p>We are a group of four independent game developers working as a team under a single name (Softwool) to publish our games. Here's a few information about us and how can you <a href="#support">support us!</a></p>
<h2>Members</h2>
<p><a href="https://cauehenrique.vercel.app/" rel="noopener noreferrer" target="_blank">Cauê</a>: the person which changes engine more than his clothes. Currently working on PISTOLA.</p>
<p><a href="https://twitter.com/coelhucass" rel="noopener noreferrer" target="_blank">Cuca</a>: maker of this page. Making games for more than 10 years and still no commercial release.</p>
<p><a href="https://twitter.com/apenasumdev" rel="noopener noreferrer" target="_blank">Gabriel</a>: creator of our cute pink sheep. Likes horror games, where are his?</p>
<p><a href="https://thornduck.itch.io/" rel="noopener noreferrer" target="_blank">ThornDuck</a>: known for winning multiple times the same jam. Is it a scam?</p>
<h2>Games</h2>
<p>Right now, Cauê is working hard in our first game, PISTOLA, which you can already add in your <a target="_blank" rel="noopener noreferrer" href="https://store.steampowered.com/app/1956400/PISTOLA/">wishlist on Steam</a>.</p>
<h3>Next game: PISTOLA</h2>
<p>
<img src="https://cdn.discordapp.com/attachments/797937190691668018/965657293058347109/1.gif" />
<img src="https://cdn.discordapp.com/attachments/797937190691668018/965652905078161479/0.gif" />
<img src="https://cdn.discordapp.com/attachments/797937190691668018/965659755282595840/2.gif" />
</p>
<h2 id="support">Support</h2>
<p>Right now, I (Cuca) am the responsible for every financial needs (such as the $100 for release on Steam). We have a goal to have at least enough money to finance our game developments needs, which is how <strong>you</strong> can <a target="_blank" rel="noopener noreferrer" href="https://patreon.com/softwool">support us</a>.
<br /><br />
<footer>
—
</footer>
</div>
</body>
</html>