Skip to content

Commit

Permalink
deploy: 834d2a5
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Nov 15, 2023
1 parent 083c403 commit 704b04d
Show file tree
Hide file tree
Showing 16 changed files with 391 additions and 105 deletions.
125 changes: 82 additions & 43 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,72 +1,98 @@
<!DOCTYPE html>
<html>
<head>
<!-- Setup -->
<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="Flame Engine Website" />

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Flame Engine Website" />
<link rel="apple-touch-icon" href="assets/icons/Icon-192.png" />

<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/icons/favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="manifest" href="manifest.json" />
<base href="/" />

<!-- Title -->
<title>Flame Engine</title>
<base href="/" />
<link rel="manifest" href="manifest.json" />
<meta property="og:title" content="Flame Engine" />
<meta name="twitter:text:title" content="Flame Engine" />
<meta name="twitter:title" content="Flame Engine" />
<meta name="apple-mobile-web-app-title" content="Flame Engine" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Description -->
<meta
data-react-helmet="true"
name="description"
content="2D game engine made on top of Flutter"
content="Flame is a game engine built on top of Flutter. It runs on mobile, desktop, and web."
/>
<meta data-react-helmet="true" property="og:title" content="Flame" />
<meta
data-react-helmet="true"
property="og:description"
content="2D game engine made on top of Flutter"
content="Flame is a game engine built on top of Flutter. It runs on mobile, desktop, and web."
/>
<meta data-react-helmet="true" property="og:type" content="website" />
<meta data-react-helmet="true" name="twitter:card" content="summary" />
<meta data-react-helmet="true" name="twitter:title" content="Flame" />
<meta
data-react-helmet="true"
name="twitter:description"
content="2D game engine made on top of Flutter"
content="Flame is a game engine built on top of Flutter. It runs on mobile, desktop, and web."
/>

<link rel="stylesheet" href="/assets/css/main.css" />
<!-- Open Graph Data -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://flame-engine.org/" />
<meta
property="og:image"
content="/assets/images/share_image.png?alt=media"
/>

<!-- Twitter Share Data -->
<meta
name="twitter:image"
content="/assets/images/share_image.png?alt=media"
/>
<meta name="twitter:card" content="summary_large_image" />

<!-- iOS -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="assets/icons/Icon-192.png" />

<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/icons/favicon.png" />

<!-- Css and stuff -->
<link rel="stylesheet" href="/assets/css/main.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=Exo+2:wght@100;300;400;600;900&display=swap"
href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:100,200,300,400,500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=PT+Sans:b,bi&display=swap"
rel="stylesheet"
/>
</head>

<body class="bg-black h-screen flex flex-col">
<body
class="bg-[url('/assets/images/bg.png')] bg-no-repeat bg-top bg-bg h-screen flex flex-col"
>
<div class="container mx-auto flex-1 flex flex-col">
<nav class="h-16 md:h-32 flex items-center justify-between">
<div class="flex-initial items-center collapse md:visible">
<nav
class="h-32 md:h-16 flex flex-col md:flex-row md:items-center justify-center md:justify-between space-y-8 md:space-y-0"
>
<div
class="flex-initial flex flex-col items-center justify-center md:justify-end"
>
<a href="/">
<img src="assets/images/cornerlogo.jpg" />
<img src="assets/images/corner-logo.png" />
</a>
</div>
<div
class="flex flex-wrap items-center justify-center justify-items-center text-slate-50 font-extrabold space-x-8"
class="flex flex-wrap items-center justify-center justify-items-center text-accent font-extrabold space-x-8"
>
<a href="https://docs.flame-engine.org/latest/">Docs</a>
<a href="https://pub.dev/documentation/flame/latest/">API</a>
<a href="https://examples.flame-engine.org/">Examples</a>
<a href="https://github.com/flame-engine/flame">GitHub</a>
<a href="https://discord.gg/pxrBmy4">Discord</a>
<a href="https://examples.flame-engine.org/">Examples</a>
<a href="https://docs.flame-engine.org/latest/">Docs</a>
</div>
</nav>

<main class="flex-1">
<div class="grid place-items-center text-white">
<p class="text-2xl font-extrabold">404</p>
Expand All @@ -77,17 +103,30 @@
</div>
</main>
</div>
<footer
class="w-full bg-footer-gray text-xs text-slate-50 flex-ni uppercase flex flex-col space-y-8 py-8 mt-8 items-center justify-center md:h-16 md:space-x-8 md:space-y-0 md:mt-0 md:flex-row"
>
<a href="https://flameengine.creator-spring.com/">Merch</a>
<a href="https://github.com/flame-engine/awesome-flame">Awesome Flame</a>
<a
href="https://www.youtube.com/playlist?list=PL1sAA7o4TIZoAAea6FluJbqE9U6IeA7w9"
>Flamecon</a
<footer class="w-full bg-footer">
<div
class="container mx-auto flex-1 text-xs text-accent flex-ni flex flex-col md:flex-row py-16 items-center justify-between footer"
>
<a href="https://github.com/flame-engine/brand">Media</a>
<a href="mailto:[email protected]">Contact</a>
<div
class="flex font-extrabold space-x-0 md:space-x-10 flex-col md:flex-row space-y-4 md:space-y-0 w-full md:w-auto pb-4 md:pb-0"
>
<a href="https://docs.flame-engine.org/latest/">Docs</a>
<a href="https://pub.dev/documentation/flame/latest/">API</a>
<a href="https://discord.gg/pxrBmy4">Discord</a>
<a href="https://examples.flame-engine.org/">Examples</a>
<a href="https://github.com/flame-engine/flame">Github</a>
</div>

<div class="flex flex-col space-y-4 text-xs w-full md:w-auto">
<a href="https://blue-fire.xyz/">Blue Fire</a>
<a href="https://www.youtube.com/@FlameEngineDev">Youtube</a>
<a href="https://github.com/flame-engine/awesome-flame"
>Awesome Flame</a
>
<a href="https://flameengine.creator-spring.com/">Swag Store</a>
<a href="https://pub.dev/packages/flame">Flame on pub.dev</a>
</div>
</div>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

Binary file added assets/images/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/corner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/cornerlogo.jpg
Binary file not shown.
Binary file added assets/images/filip.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/game1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/game2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/game3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/rectangle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/separator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/share_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/t-rex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://flame-engine.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://flame-engine.org/" rel="alternate" type="text/html" /><updated>2023-10-08T14:53:37+00:00</updated><id>https://flame-engine.org/feed.xml</id><title type="html">Flame Engine</title><subtitle>The Flutter Game Engine</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://flame-engine.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://flame-engine.org/" rel="alternate" type="text/html" /><updated>2023-11-15T17:01:23+00:00</updated><id>https://flame-engine.org/feed.xml</id><title type="html">Flame Engine</title><subtitle>The Flutter Game Engine</subtitle></feed>
Loading

0 comments on commit 704b04d

Please sign in to comment.