remove stuff
Seto Elkahfi committed
Jul 30, 2024 at 19:28 UTC
3788ba32f62b7901e4b34d08388e33c658702b65
3 files changed
-82
frontend/splitfire-desktop/_template/cover.css
frontend/splitfire-desktop/_template/index.html
deleted
-79
@@ -1,79 +0,0 @@
1
-
2
-<!doctype html>
3
-<html lang="en" class="h-100">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1">
7
- <meta name="description" content="">
8
- <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
9
- <meta name="generator" content="Hugo 0.84.0">
10
- <title>Cover Template · Bootstrap v5.0</title>
11
-
12
- <link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/cover/">
13
-
14
-
15
-
16
- <!-- Bootstrap core CSS -->
17
-<link href="/docs/5.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
18
-
19
- <!-- Favicons -->
20
-<link rel="apple-touch-icon" href="/docs/5.0/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
21
-<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
22
-<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
23
-<link rel="manifest" href="/docs/5.0/assets/img/favicons/manifest.json">
24
-<link rel="mask-icon" href="/docs/5.0/assets/img/favicons/safari-pinned-tab.svg" color="#7952b3">
25
-<link rel="icon" href="/docs/5.0/assets/img/favicons/favicon.ico">
26
-<meta name="theme-color" content="#7952b3">
27
-
28
-
29
- <style>
30
- .bd-placeholder-img {
31
- font-size: 1.125rem;
32
- text-anchor: middle;
33
- -webkit-user-select: none;
34
- -moz-user-select: none;
35
- user-select: none;
36
- }
37
-
38
- @media (min-width: 768px) {
39
- .bd-placeholder-img-lg {
40
- font-size: 3.5rem;
41
- }
42
- }
43
- </style>
44
-
45
-
46
- <!-- Custom styles for this template -->
47
- <link href="cover.css" rel="stylesheet">
48
- </head>
49
- <body class="d-flex h-100 text-center text-white bg-dark">
50
-
51
-<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
52
- <header class="mb-auto">
53
- <div>
54
- <h3 class="float-md-start mb-0">Cover</h3>
55
- <nav class="nav nav-masthead justify-content-center float-md-end">
56
- <a class="nav-link active" aria-current="page" href="#">Home</a>
57
- <a class="nav-link" href="#">Features</a>
58
- <a class="nav-link" href="#">Contact</a>
59
- </nav>
60
- </div>
61
- </header>
62
-
63
- <main class="px-3">
64
- <h1>Cover your page.</h1>
65
- <p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p>
66
- <p class="lead">
67
- <a href="#" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Learn more</a>
68
- </p>
69
- </main>
70
-
71
- <footer class="mt-auto text-white-50">
72
- <p>Cover template for <a href="https://getbootstrap.com/" class="text-white">Bootstrap</a>, by <a href="https://twitter.com/mdo" class="text-white">@mdo</a>.</p>
73
- </footer>
74
-</div>
75
-
76
-
77
-
78
- </body>
79
-</html>
frontend/splitfire-desktop/types/react-intl/index.d.ts
deleted
-3
@@ -1,3 +0,0 @@
1
-declare module 'react-intl'
2
-declare module 'react-intl/locale-data/en'
3
-declare module 'react-intl/locale-data/id'
\ No newline at end of file