-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (58 loc) · 5.16 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
<!doctype html>
<html>
<head>
<title>Hassy Team</title>
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="assets/font/NexaRust/stylesheet.css">
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<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=Pixelify+Sans:[email protected]&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div style="height: 100vh; padding: 0; background: linear-gradient(108deg, #B42ECA 0%, #B29600 100%)">
<!-- Hassy Team -->
<div>
<p class="d-flex justify-content-center" style="color: white; font-size: 96px; font-family: Nexa Rust Sans; font-weight: 900; word-wrap: break-word; padding-top: 15%; text-align: center;">Hassy Team</p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: Nexa Rust Sans; font-weight: 900; word-wrap: break-word; text-align: center;">A small development team from finland</p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: 'Ubuntu Mono', monospace; font-weight: 700; font-style: normal; word-wrap: break-word; padding-top: 0.001%; text-align: center;"><a href="/contact/">Contact us</a></p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: 'Ubuntu Mono', monospace; font-weight: 700; font-style: normal; word-wrap: break-word; padding-top: 0.001%; text-align: center;"><a href="https://dsc.gg/hassyteam">[Discord] </a><a href="https://github.com/HassyTeam">[GitHub] </a></p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: Nexa Rust Sans; font-weight: 900; word-wrap: break-word; padding-top: 0.001%; text-align: center;"> </p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: Nexa Rust Sans; font-weight: 900; word-wrap: break-word; padding-top: 0.001%; text-align: center;">Our projects</p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: 'Ubuntu Mono', monospace; font-weight: 700; font-style: normal; word-wrap: break-word; text-align: center;">|</p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: 'Ubuntu Mono', monospace; font-weight: 700; font-style: normal; word-wrap: break-word; text-align: center;">|</p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: 'Ubuntu Mono', monospace; font-weight: 700; font-style: normal; word-wrap: break-word; text-align: center;">|</p>
<p class="d-flex justify-content-center" style="color: white; font-size: 36px; font-family: 'Ubuntu Mono', monospace; font-weight: 700; font-style: normal; word-wrap: break-word; text-align: center;">↓</p>
</div>
<br>
<br>
</div>
<div class="d-flex align-content-start flex-wrap justify-content-around" style="margin: 0%;">
<!-- Card 1-->
<div class="card" style="width:40%; margin-left: 5%; ">
<img class="card-img-top" src="/assets/img/00094888.jpg" alt="image">
<div class="card-body">
<h2 class="card-title">Summer 23 demo</h5>
<p class="card-text">Not good, made in a rush.</p>
<a href="https://demozoo.org/productions/327573/" class="btn btn-primary">Demozoo</a>
</div>
</div>
<!-- Card 2-->
<div class="card" style="width:40%; margin-right: 5%;">
<img class="card-img-top" src="/assets/img/Screenshot 2023-10-29 103618.png" alt="image">
<div class="card-body">
<h2 class="card-title">n0lla</h5>
<p class="card-text">A Minecraft server for Assembly Summer 23 that didnt work out</p>
<a href="https://github.com/HassyTeam/n0llasivut-vanha" class="btn btn-primary">That page's sourcecode</a>
</div>
</div>
</div>
<br>
<br>
<p style="color: dimgrey; " class="d-flex justify-content-center">Made with ❤️ by xilliam. Font by <a href="https://www.fontfabric.com"> fontfabric</a></p>
<p style="color: dimgrey; " class="d-flex justify-content-center"><a href="https://github.com/HassyTeam/hassyteam.github.io">The source code of this website</a></p>
</body>
</html>