-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (96 loc) · 5.21 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!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">
<link rel="stylesheet" href=/assets/css/main.css><!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Bf3: Battle Royale | Your favourite last man standing game-mode is finally coming to Bf3 (Venice Unleashed).</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Bf3: Battle Royale" />
<meta name="author" content="kaloczikvn" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Your favourite last man standing game-mode is finally coming to Bf3 (Venice Unleashed)." />
<meta property="og:description" content="Your favourite last man standing game-mode is finally coming to Bf3 (Venice Unleashed)." />
<meta property="og:site_name" content="Bf3: Battle Royale" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Bf3: Battle Royale" />
<script type="application/ld+json">
{"@type":"WebSite","headline":"Bf3: Battle Royale","url":"/","author":{"@type":"Person","name":"kaloczikvn"},"name":"Bf3: Battle Royale","description":"Your favourite last man standing game-mode is finally coming to Bf3 (Venice Unleashed).","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Bf3: Battle Royale" /><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3FPBM7BWYF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3FPBM7BWYF');
</script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<img class="background-image" src="/assets/img/bg.jpg" alt="" /><header class="header">
<div class="container">
<a href="/" class="header-brand">
<img src="/assets/img/logo.png" alt="Bf3: Battle Royale Logo" height="70">
</a>
<div class="header-navigation">
<a href="/">news</a>
<a href="/about/">about</a>
<a href="https://github.com/BF3BR" rel="noopener" target="_blank">GitHub</a>
<a href="https://discord.gg/9nuXa4Sx5c" rel="noopener" target="_blank">Discord</a>
</div>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper container">
<div class="page">
<div class="post-grid"><a class="post-entry" href="/2021/06/27/the-making-of-kiasar-extended.html">
<span class="post-meta">Jun 27, 2021</span>
<div class="post-info">
<h3>
The making of Kiasar Extended
</h3><div class="description">
A custom map created for the Battle Royale mod.
</div></div>
<img src=/assets/posts/the-making-of-kiasar-extended/thumb.jpg alt=The making of Kiasar Extended />
</a><a class="post-entry" href="/2021/06/27/the-battle-royale-mod.html">
<span class="post-meta">Jun 27, 2021</span>
<div class="post-info">
<h3>
The Battle Royale mod
</h3><div class="description">
The first post on our devblog: Circle of death, Dropship, Ping system and what to expect.
</div></div>
<img src=/assets/posts/the-battle-royale-mod/thumb.jpg alt=The Battle Royale mod />
</a></div>
</div>
</div>
</main><footer class="footer">
<div class="container">
<div class="copyright">
<span class="title">
Copyright © 2021, Bf3: Battle Royale
</span>
<span class="muted">
*This project is not affiliated with Electronic Arts Inc. or EA Digital Illusions CE AB. Battlefield and Origin are registered trademarks of Electronic Arts Inc. All company, product, and service names, logos, and brands, and any other copyrighted materials are property of their respective owners and are used for identification purposes only. Use of these materials does not imply endorsement.
</span>
</div>
</div>
</footer>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script>
<script type="text/javascript">
const lightbox = GLightbox({
touchNavigation: true,
loop: true,
autoplayVideos: true,
});
</script>
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script>
anchors.options.icon = "#";
anchors.add(".post-section-title h2");
</script>
</body>
</html>