-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (60 loc) · 3.8 KB
/
index.html
File metadata and controls
71 lines (60 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>spooky.tf</title>
<!--google fonts-->
<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=IM+Fell+English+SC&family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- CSS & JS bootstrap -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="dscd_btn.css">
<link rel="stylesheet" type="text/css" href="gh_btn.css">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
crossorigin="anonymous"></script>
<!--get the newest favicon !!-->
<link rel="icon" href="favicon.ico?v=1.1">
</head>
<header class="row no-gutters">
<!-- No header <%- include('../partials/header'); %> -->
</header>
<div class=bgVideo_container>
<video autoplay muted loop id="bgVideo">
<source src="../video/ghosts_500px.mp4" type="video/mp4">
</video>
</div>
<body class="container-fluid">
<main class="row homepage-outer d-flex justify-content-center align-items-center">
<!-- <div class="homepage-wrapper text-center row"> -->
<div class="col text-center" >
<!-- <h1><span class="stf-logo spell-spectral" style="font-size: 4rem;">spooky.tf</span></h1> -->
<!-- <h2 class="stf-secondary-text" style="font-style: italic;">Currently in Development</h2> -->
<div class="text-center stf-gh-btn-wrapper">
<a href="https://github.com/spookytf/" ><span><img style="margin-top: 3rem;" class="stf-github-btn" src="../imgs/gh-spooky.png" alt="github icon beside the word GitHub"/></span></a>
</div>
<br>
<img id="constructionGhost" src="../imgs/spooky_tf_logo2-2.png" alt="spookytf logo (second variation)"/>
<!-- <p><span class="stf-logo" style="font-size: 2.5rem;">Modern Spell Marketplace at Unmatched Prices</span><br><br> <i class="stf-secondary-text" style="color: white;">Buy & Sell your Spells! ...soon</i>
<br>While progress is being made steadily, this is still a side project for all those involved,
<br>and so cannot be given full-time attention. Thank you for your patience!
</p> -->
<!-- <div class="col">
<h3 style="margin-top: 3rem;" class="stf-secondary-text"><span class="stf-secondary-text">How Much Longer? </span><span class="spell-corruption-bg">1-2* Months</span></h3>
<small class="stf-secondary-text">*...hopefully. These large-scale projects are very hard to estimate development time for.</small>
</div> -->
<div class="text-center">
<a href="https://discord.gg/ceuKjZcyfv" ><span><img style="margin-top: 3rem;" class="stf-discord-btn" src="dscd_inv.png" alt="discord icon beside the word discord "/></span></a>
</div>
</div>
<!-- </div> -->
</main>
</body>
</html>