Skip to content

Commit

Permalink
FNLookup 3 Wave 1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank committed May 12, 2024
1 parent d7905af commit 6e3f0ef
Show file tree
Hide file tree
Showing 169 changed files with 4,345 additions and 6,278 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.git
bfg.jar
keys.txt
backups/
trash/
off/
1 change: 0 additions & 1 deletion .htaccess

This file was deleted.

22 changes: 0 additions & 22 deletions .vscode/launch.json

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

38 changes: 17 additions & 21 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="FNLookup is an easy browsing interface for most Fortnite related content.">
<meta name="author" content="tposejank">
<title>404 Not Found - FNLookup</title>
<link rel="icon" href="assets/icons/logo.png">
<link rel="icon" href="/assets/icons/logo.png">
<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=Poppins:ital,wght@0,400;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src="js/backend.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<script src="js/new-menu.js" type="text/javascript"></script>
<link rel="stylesheet" href="/css/style.css">
<script src="/js/backend.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
</head>

<body>
<div class="season-video">
<video autoplay loop playsinline class="fn-season-video" id="fn-video"></video>
Expand All @@ -25,25 +26,20 @@
<div class="nav-container">
</div>

<script>i()</script>
<script>
i()
</script>

<div class="content" fullpage="true">
<div class="left-menu-modal">
<ul class="nav-items" id="nav-items"></ul>

<script>prepareOptions();</script>
</div>

<div class="right-menu-modal">
<div style="text-align:center;">
<h1>404 Not Found</h1>
<div style="display: flex; align-items: center; justify-content: center; height: 200px">
<img src="assets/images/ComputerError.png" title="404" width="200" height="200">
</div>
<h2>Whoops!</h2>
<h3>The page you were looking for does not exist.</h3>
<div style="text-align:center;">
<h1>404 Not Found</h1>
<div style="display: flex; align-items: center; justify-content: center; height: 200px">
<img src="/assets/images/ComputerError.png" title="404" width="200" height="200">
</div>
<h2>Whoops!</h2>
<h3>The page you were looking for does not exist.</h3>
</div>
</div>
</body>
</html>

</html>
803 changes: 0 additions & 803 deletions EpicGamesBlog.json

This file was deleted.

665 changes: 0 additions & 665 deletions EpicGamesCompetitiveBlog.json

This file was deleted.

93 changes: 0 additions & 93 deletions Plans2023.txt

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[FNLookup](https://fnlookup.github.io/) is your source for all Fortnite.

## Notice
Everything is broken/outdated/what you name it. FNLookup 3² coming soon to fix your experience.
FNLookup 3 Wave 1 Released.

## Features
- Fortnite content
Expand All @@ -25,6 +25,6 @@ Everything is broken/outdated/what you name it. FNLookup 3² coming soon to fix

## Special Thanks

FNLookup lets you have a similar experience like you would in [Fortnite.com](https://fn.gg).
FNLookup lets you have a similar experience like you would in [Fortnite.com](https://fortnite.com).

FNLookup uses a closed API hosted externally.
Loading

0 comments on commit 6e3f0ef

Please sign in to comment.