-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayers.html
96 lines (96 loc) · 4.48 KB
/
players.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PCWStats - Players</title>
<!-- Website Styles -->
<link rel="stylesheet" href="styles/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="icon" href="site-data/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="site-data/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="site-data/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="site-data/favicon-16x16.png">
<link rel="manifest" href="site-data/site.webmanifest">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="PCWStats - Players">
<meta property="og:description" content="View and compare agent statistics, analyze maps, and create builds for agents in Project CW.">
<meta property="og:image" content="https://thatsinewave.github.io/PCWStats/assets/images/social-share/players.png">
<meta property="og:url" content="https://thatsinewave.github.io/PCWStats">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="PCWStats - Players">
<meta name="twitter:description" content="View and compare agent statistics, analyze maps, and create builds for agents in Project CW.">
<meta name="twitter:image" content="https://thatsinewave.github.io/PCWStats/assets/images/social-share/players.png">
</head>
<body>
<header id="header">
<div class="container">
<a href="index.html">
<h1>PCWStats - EARLY BETA</h1>
</a>
<nav>
<ul>
<li>
<a href="tanks.html">Agents</a>
</li>
<li>
<a href="maps.html">Maps</a>
</li>
<li>
<a href="compare.html">Compare</a>
</li>
<li>
<a href="terms/about.html">About</a>
</li>
<li>
<a href="https://ko-fi.com/thatsinewave" target="_blank">
<i class="fas fa-heart"></i></a>
</li>
<li>
<a href="https://discord.com/invite/2nHHHBWNDw" target="_blank">
<i class="fab fa-discord"></i></a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section class="map-knowledge-section">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Players</li>
</ol>
</section>
<section class="map-text-section">
<h3>Players</h3>
<p><strong>This feature is not functional at this time.</strong></p>
<p>Project CW is still in very the early stages of development and due to that, there is no API to make this function possible at this moment but will be added as soon as an API gets released.</p>
<p>Thanks for your patience!</p>
</section>
<section class="map-image-section">
<div class="image-container">
<img src="assets/images/maps/placeholder-image.png" alt="Players Image">
</div>
</section>
<section class="tank-section">
<h2>Join the official Project CW Discord Server</h2>
<p>Join the official server for latest updates on upcoming playtests, exclusive content, developer Q&As, and your new allies in the Project CW community.</p>
<a href="https://discord.com/invite/projectcw" target="_blank">
<button>Join the Server</button>
</a>
</section>
</main>
<footer>
<p>© 2024 PCWStats. All rights reserved - SINEWAVE_</p>
<p>PCWStats is a community-made project</p>
<p>This project is not associated with <a href="https://projectcw.dev" target="_blank">Project CW</a> or <a href="https://eu.wargaming.net/en" target="_blank">Wargaming.net</a></p>
<p><a href="terms/privacy_policy.html">Privacy Policy</a> - <a href="terms/terms_of_service.html">Terms of Service</a> - <a href="terms/project_license.html">License</a> - <a href="terms/credits.html">Credits</a></p>
</footer>
<script src="scripts/script.js"></script>
</body>
</html>