-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
103 lines (102 loc) · 5.26 KB
/
resources.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
103
<!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">
<title>ShieldCommunity | Cheap & Advanced solution</title>
<link rel="icon" type="image/x-icon" href="/img/ShieldCommunity.png">
<link rel="stylesheet" href="/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/2813562124.js" crossorigin="anonymous"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap" rel="stylesheet">
<link rel="canonical" href="https:/shieldcommunity.net">
<meta name="description" content="Hello, are you looking for high-quality minecraft software? Then this is your site!
You can check all our resources, and if you need help contact us.">
<meta name="keywords" content="shieldcommunity, shield, minecraft, java, plugin, developer">
<meta property="og:type" content="website">
<meta name="theme-color" content="#4637F2">
<meta property="og:title" content="ShieldCommunity | Cheap & Advanced solution">
<meta property="og:description" content="Hello, are you looking for high-quality minecraft software? Then this is your site!
You can check all our resources, and if you need help contact us.">
<meta property="og:url" content="https://tulipans.me">
<meta property="og:site_name" content="ShieldCommunity | Cheap & Advanced solution">
<meta property="article:modified_time" content="2022-06-22T15:26:27+00:00">
<meta property="og:image" content="https://shieldcommunity.net/img/ShieldCommunity.png">
<meta property="og:image:width" content="1000">
<meta property="og:image:height" content="1000">
<meta property="og:image:type" content="image/png">
<meta name="twitter:card" content="summary">
</head>
<body>
<header class="header" id="header">
<div class="logo" data-aos="fade-up">
<a href="/" class="a"><img class="shield" src="/img/ShieldCommunity.png"></i>
<h1 class="logo-text">ShieldCommunity</h1></a>
<i class="menu fa-solid fa-bars" id="menu"></i>
</div>
<div class="nav" id="nav">
<a href="/" class="navlink" id="servicios" data-aos="fade-up">Home</a>
<a href="resources" class="navlink" id="recursos" data-aos="fade-up">Resources</a>
<a href="https://www.paypal.com/paypalme/fatimaoukhija" class="navlink" id="clientes" data-aos="fade-up">PayPal</a>
<a href="https://discord.shieldcommunity.net" class="navlink" id="contacto" data-aos="fade-up">Discord</a>
</div>
</header>
<div class="header2">
<div class="logo" ">
<a href="/" class="a"><img class="shield" src="/img/ShieldCommunity.png"></i>
<h1 class="logo-text">ShieldCommunity</h1></a>
<i class="menu fa-solid fa-bars" id="menu"></i>
</div>
</div>
<div class="main main-margin" id="main">
<div class="download" data-aos="fade-up">
<h1 class="text-align">Our Products</h1>
<div class="download-boxes">
<div class="download-box">
<h1 class="product-name">NullCordX</h1>
<h1 class="product-price">$10.00 USD</h1>
<h1 class="product-desc">Advanced waterfall fork</h1>
<div class="download-buttons">
<a href="https://www.mc-market.org/resources/22322/" class="download-button">MC-MARKET</a>
<a href="https://polymart.org/resource/nullcordx-extreme-antibot.1476/" class="download-button">POLYMART</a>
<a href="#" class="download-button">...</a>
<a href="#" class="download-button">...</a>
</div>
</div>
<div class="download-box">
<h1 class="product-name">SternalBoard</h1>
<h1 class="product-price">Free</h1>
<h1 class="product-desc">Simple Scoreboard Plugin</h1>
<div class="download-buttons">
<a href="https://www.mc-market.org/resources/20395/" class="download-button">MC-MARKET</a>
<a href="https://polymart.org/resource/sternalboard-lightweight.1379" class="download-button">POLYMART</a>
<a href="https://www.spigotmc.org/resources/sternalboard-lightweight-animated-scoreboard.89245/" class="download-button">SPIGOT</a>
<a href="sternalboard.jar" class="download-button">DOWNLOAD</a>
</div>
</div>
<div class="download-box">
<h1 class="product-name">ShieldCore</h1>
<h1 class="product-price">$15.00 USD</h1>
<h1 class="product-desc">Simple & ligthweigth plugin</h1>
<div class="download-buttons">
<a href="https://www.mc-market.org/resources/20913/" class="download-button">MC-MARKET</a>
<a href="https://polymart.org/resource/shieldcore.1906" class="download-button">POLYMART</a>
<a href="#" class="download-button">...</a>
<a href="#" class="download-button">...</a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
ShieldCommunity 2023. All rights reserved | By Tulipans
</footer>
<script src="/js/index.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>