-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtarkov.html
50 lines (44 loc) · 2.6 KB
/
tarkov.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
<div class="row">
<div class="card col-md-12">
<style>
c
{
background: url('SIT.png');
width: 600px;
text-align: center;
margin: 0 auto 0 auto;
}
</style>
<div class="card-body">
<h3>
<img width="50" src="https://web-store.escapefromtarkov.com/themes/eft/images/logo.png" alt="Escape from Tarkov Logo" />
Escape from Tarkov
</h3>
<br>
<div class="c">
<img src="SIT.png" alt="Stay in Tarkov" width="600px" class="c"
/>
</div>
<ul class="nav">
<li class="nav-item">
<a class="nav-link active" href="https://github.com/StayInTarkov" target="_blank"><i class="fab fa-github ilink text-white p-1"></i>Stay in Tarkov - GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/f4CN4n3nP2" target="_blank"><i class="fab fa-discord ilink text-white p-1"></i>Stay in Tarkov - Discord</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://docs.stayintarkov.com" target="_blank"><i class="fa fa-book ilink text-white p-1"></i>Stay in Tarkov - Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://hub.docker.com/r/stayintarkov/stayintarkov" target="_blank"><i class="fab fa-docker ilink text-white p-1"></i>Stay in Tarkov - Docker by @devbence</a>
</li>
</ul>
<hr>
<p> The largest ever mod that enabled Coop for Escape from Tarkov offline ("SPT"). This mod was written from scatch using a combination .NET, Typescript, Node & Reverse Engineering. </p>
<p> This mod had my heart and soul poured into it and after 2 years achieved it's goal at succesfully replicating Live experience and created a framework for other groups to use. </p>
<p> I learned a tremendous amount about <code>Open Source Project Management</code>, <code>Branching</code>, <code>GitHub Actions</code>, <code>Unity Game Engine</code> and <code>Game Networking</code>.</p>
<p> This project is <code>open source</code> and actively forked by other groups such as <a href="https://github.com/project-fika">Project Fika</a>. </p>
<p> <strong>I am no longer part of the project. I now play Official Tarkov PvE.</strong></p>
</div>
</div>
</div>