-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathR6S.html
More file actions
122 lines (109 loc) · 6.27 KB
/
R6S.html
File metadata and controls
122 lines (109 loc) · 6.27 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<meta charset="UTF-8">
<title>Random | R6S operator</title>
</head>
<body id="R6S-body">
<div class="row">
<div class=" col-sm-2 col-md-3 col-lg-4">
</div>
<div class="col-xs-12 col-sm-8 col-md-6 col-lg-4">
<center>
<a href="index.html" class="R6S"><h2>Random</h2></a>
<h3 class="white-text closer5">Rainbow Six: Siege</h3>
<h3 class="white-text closer15">Operator</h3>
<div class="row">
<br>
<div class="operatorBox">
<img class="op-img" src="img/R6S/Alibi1.png"/>
<img class="op-badge" src="img/R6S/Alibi2.png"/>
<div id="op-bottom-frame">
<p class="op-name"><i class=""></i>Alibi</p>
<div class="sidebyside inline-this">
<li id="attacker" class="btns2 inline-this unselectable"><i class="fas fa-users"></i> Attacker</li>
</div>
<div class="sidebyside inline-this">
<li id="defender" class="btns2 inline-this unselectable"><i class="fas fa-shield-alt"></i> Defender</li>
</div>
</div>
<div class="R6SloadOut">
<div class="loadoutCat">
<li>PRIMARY WEAPON</li>
<div id="primaryWeapon"></div>
</div>
<div class="loadoutCat">
<li>SECONDARY WEAPON</li>
<div id="secondaryWeapon"></div>
</div>
<div class="loadoutCat">
<li>SECONDARY GADGET</li>
<div id="secondaryGadget"></div>
</div>
</div>
<!-- TEST operators -->
<div id="test-ops" class="hide">
<br>
<li class="inline-this white-text">Test operators </li><li id="test-toggle" class="inline-this btns2 unselectable"><i class="fas fa-plus-circle"></i> ON </li>
</div>
<!-- TEST operators end -->
<div>
<li id="r6s-toggle-loadout" class="btns2 inline-this unselectable"><i class="fas fa-cog"></i> Loadout</li>
</div>
</div>
<br>
<br>
<div class="row info-links">
<a id="about-open"><i class="fas fa-info-circle"></i> About</a>
</div>
</div>
</center>
</div>
<div class=" col-sm-2 col-md-3 col-lg-4">
</div>
</div>
<div id="about">
<ul>
<li class="inline-this">
<h3 class="inline-this">About Random</h3>
</li>
<li id="close-window" class="inline-this closeWindow floatRight">
<!--ALT+0160--> <!--ALT+0160--><i class="fas fa-times"></i><!--ALT+0160--> <!--ALT+0160--><!-- Close window (x) -->
</li>
</ul>
<hr>
<p>Random Operator and loadout for R6:Siege. <br>Site by <a href="https://github.com/Thomrl">Thomrl</a></p>
<hr>
<h3>Credits</h3>
<ul>
<li><a target="_blank" href="https://getbootstrap.com/">Bootstrap</a></li>
<li><a target="_blank" href="https://jquery.com/">jQuery</a></li>
<li><a target="_blank" href="https://fontawesome.com/">FontAwesome</a></li>
<li><a target="_blank" href="https://github.com/">Github</a></li>
<li><a target="_blank" href="https://rainbow6.ubisoft.com">Rainbow 6 Siege</a></li>
</ul>
<hr>
<div class="copyright">
This website is not affiliated with, maintained, authorized, endorsed or sponsored by Ubisoft or any of its affiliates.
This is an independent, unofficial site. All product or brand names are trademarks of their respective owners.
</div>
<hr>
<div class="info-links">
<a href="https://github.com/Thomrl/Random">Source code</a>
<a href="https://thomrl.github.io/Random/changes.txt">Changelog</a>
<button id="close-window-button" type="button" class="btn btn-primary floatRight spaceDown10">Close</button>
</div>
</div>
<script src="js/bootstrap.min.js"></script>
<script src="js/R6SRandomOperator.js"></script>
</body>
</html>