-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
105 lines (86 loc) · 4.33 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
104
105
<!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>MOF1 Resources</title>
<meta name="description" content="MOF1 Clan Resource Page">
<meta name="keywords"
content="MOF1, Moto GP, Formula 1, Far Cry 2, Apex Legends, PUBG, Krunker, Game, First Person Shooter, Valorant, Clan">
<meta name="author" content="epicX">
<link rel='icon' type='image/png' href='./res/ico.png'>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<script src="./index.js" defer></script>
</head>
<body>
<nav id="deskNav" class="inResources">
<a href="/">Home</a>
</nav>
<nav id="mobileNav" class="inResources">
<button onclick="navHandle(false)" id="close" class="navMBtn"><i class="ri-close-fill"></i></button>
<button onclick="navHandle(true)" id="open" class="navMBtn"><i class="ri-menu-2-line"></i></button>
<a href="/">Home</a>
</nav>
<section id="follow" class="follow">
<h1>Resources</h1>
<div class="grid">
<div class="card resource">
<div class="cover"
style="background-image: url('./res/images/thief_krunker_css.png');background-position: center;">
</div>
<h4>MOF1 CSS ThieF Edition</h4>
<p>This css is pretty much same as MOF1 css with thieF colors and logos.</p>
<div class="resourceActions">
<a href="https://github.com/MOF1/krunker_css/releases/download/v2.2_thief/main_custom.css"><i
class="ri-file-download-line"></i></a>
</div>
</div>
<div class="card resource">
<div class="cover"
style="background-image: url('./res/images/krunker_css.png');background-position: center;">
</div>
<h4>MOF1 CSS</h4>
<p>This krunker CSS is created to give players a different kind of experience in terms of Ui. Menu Ui is
very much inspired by CSGO.</p>
<div class="resourceActions">
<a href="https://www.youtube.com/watch?v=IbyWouLoxOY" target="blank"><i
class="ri-youtube-line"></i></a>
<a href="https://mof1.github.io/csstool/#/MOF1" target="blank"><i class="ri-pencil-fill"></i></a>
<a href="https://github.com/MOF1/krunker_css/releases/download/v2.2/main_custom.css"><i
class="ri-file-download-line"></i></a>
</div>
</div>
<div class="card resource">
<div class="cover"
style="background-image: url('./res/images/krunker_css_tool.png');background-position: center;">
</div>
<h4>Krunker CSS Tool</h4>
<p>Krunker CSS tool is a way to customize your fevorite krunker css without coding.</p>
<div class="resourceActions">
<a class="disabled"><i class="ri-youtube-line"></i></a>
<a href="https://mof1.github.io/csstool/#/" target="blank"><i class="ri-arrow-right-s-line"></i></a>
</div>
</div>
<div class="card resource">
<div class="cover"
style="background-image: url('./res/images/krunker_css_tool_configurator.png');background-position: center;">
</div>
<h4>CSS Tool Configurator</h4>
<p>Using this configurator, Css devs can easily create css tool configuration for their css.</p>
<div class="resourceActions">
<a class="disabled"><i class="ri-youtube-line"></i></a>
<a class="disabled"><i class="ri-article-line"></i></a>
<a target="blank" href="https://mof1.github.io/csstool/#/config/create"><i
class="ri-arrow-right-s-line"></i></a>
</div>
</div>
</div>
</section>
<footer>
<img src="./res/footer.svg" alt="">
<img src="./res/logo3.svg" alt="">
</footer>
</body>
</html>