-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
255 lines (228 loc) · 12.4 KB
/
credits.html
File metadata and controls
255 lines (228 loc) · 12.4 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html>
<head>
<title> SAS-ROSET | Credits - Contributers </title>
<link data-default-icon="imgs/favicon.png" rel="icon" sizes="192x192" href="imgs/SAS_ROSET_ICON_3.png" />
<meta name="viewport" content="width=device-width, initial-scale=0.8, shrink-to-fit=yes">
<meta charset="utf-8">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V4SZFCWXCF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V4SZFCWXCF');
</script>
<link rel="stylesheet" href="styles/fonts.css"/>
<link rel="stylesheet" href="styles/universal.css"/>
<link rel="stylesheet" href="styles/home.css"/>
<style type="text/css">
</style>
<body>
<!-- Navigation Bar Start-->
<div id="nav_bar">
<a href="index.html"><div id="nav_logo"><img style="height:100%;" src="imgs/SAS_ROSET_LOGO_NAME.png"/></div></a>
<div id="nav_buttons_box_desktop">
<a href="about.html"><p class="nav_buttons"> About </p></a>
<a href="docs.html"><p class="nav_buttons"> Documentation </p></a>
<a href="https://github.com/SAS-ROSET"><p class="nav_buttons">Github</p></a>
<a href="credits.html"><p class="nav_buttons"> Credits </p></a>
</div>
<a href="download.html" ><div id="nav_download_button_box"><p id="nav_download_button"> Download </p></div></a>
<div id="nav_dropdown_button">
<svg id="nav_dropdown_more_icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="40" height="40">
<rect x="5" y="5" width="20" height="2" fill="#E6E6E6"/><rect x="5" y="11" width="20" height="2" fill="#E6E6E6"/><rect x="5" y="17" width="20" height="2" fill="#E6E6E6"/>
</svg>
<svg id="nav_dropdown_close_icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<rect x="1" y="10" width="16" height="2" fill="#ffffff" transform="rotate(45 12 12)"/><rect x="8" y="3" width="2" height="16" fill="#ffffff" transform="rotate(45 12 12)"/>
</svg>
</div>
</div>
<div id="nav_dropdown_content">
<a href="about.html">About</a>
<a href="docs.html">Documentation</a>
<a href="https://github.com/SAS-ROSET">Github</a>
<a href="credits.html">Credits</a>
<a href="download.html">Download</a>
</div>
<script type="text/javascript">
// nav dropdown toggle script
const dropdownButton = document.getElementById('nav_dropdown_button');
const dropdownContent = document.getElementById('nav_dropdown_content');
const dropdownClose = document.getElementById('nav_dropdown_close_icon');
const dropdownMore = document.getElementById('nav_dropdown_more_icon');
dropdownButton.addEventListener('click', function() {
if (dropdownContent.style.display === 'block') {
dropdownContent.style.display = 'none';
dropdownClose.style.display = 'none';
dropdownMore.style.display = 'block';
} else {
dropdownContent.style.display = 'block';
dropdownClose.style.display = 'block';
dropdownMore.style.display = 'none';
}
});
</script>
<!-- Navigation Bar End-->
<main>
<h1> Credits </h1>
<div class="restricted_width_box">
<div class="light_card">
<tag>ORIGINAL DEVELOPER & PROJECT MAINTAINER</tag>
<h2> Saaiq Abdulla Saeed (saaiqSAS) </h2>
<t> I, Saaiq Abdulla Saeed, am the designer, developer, and programmer behind the SAS-ROSET project.
I developed the SAS-ROS Cipher, the SAS-RCS/RBS Encryption algorithm, the ROS Encryption Tool, and this
website, dedicating over a year to their design and implementation. Drawing from both my past and ongoing
research, my aim has been to create an open-source encryption tool that is easy to understand, along with
algorithms that are easy to customize—designed with accessibility in mind, even for those with limited
technical knowledge. My vision is to offer free, accessible algorithms and tools that others can explore,
learn from, and build upon, fostering innovation and collaboration within the cryptographic community.</t>
<div class="left_flex_link_icons" >
<a href="mailto:saaiqsas@gmail.com"> <!-- Emai -->
<svg xmlns="http://www.w3.org/2000/svg" width="46" height="20" viewBox="0 0 40 24">
<rect x="0" y="0" width="40" height="24" fill="white" stroke="#202020" stroke-width="2"/>
<path d="M0,2 L20,15 L40,2" stroke="#202020" stroke-width="2" fill="none"/>
</svg>
</a>
<a href="https://saaiqsas.github.io"> <!-- Website -->
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
<circle cx="15" cy="15" r="13" fill="white" stroke="#202020" stroke-width="2"/>
<path d="M2,12 Q15,8 28,12" stroke="#202020" stroke-width="2" fill="none"/>
<path d="M2,15 Q15,14 28,15" stroke="#202020" stroke-width="2" fill="none"/>
<path d="M2,18 Q15,22 28,18" stroke="#202020" stroke-width="2" fill="none"/>
<path d="M10,2 Q15,15 10,28" stroke="#202020" stroke-width="2" fill="none"/>
<path d="M15,2 Q15,15 15,28" stroke="#202020" stroke-width="2" fill="none"/>
<path d="M20,2 Q15,15 20,28" stroke="#202020" stroke-width="2" fill="none"/>
</svg>
</a>
<a href="https://www.instagram.com/saaiqsas"> <!-- Instagram -->
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
<rect x="3" y="3" width="24" height="24" rx="5" ry="5" fill="white" stroke="#202020" stroke-width="2"/>
<circle cx="15" cy="15" r="5" fill="white" stroke="#202020" stroke-width="2"/>
<circle cx="22" cy="8" r="1.5" fill="#202020"/>
</svg>
</a>
<a href="https://github.com/saaiqSAS" target="_blank"> <!-- Github -->
<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
<path fill="#FFFFFF" d="M12 0c-6.627 0-12 5.373-12 12 0 5.302 3.438 9.801 8.207 11.387.6.112.793-.261.793-.581 0-.288-.01-1.055-.014-2.073-3.338.725-4.035-1.467-4.035-1.467-.546-1.388-1.333-1.759-1.333-1.759-1.088-.743.083-.73.083-.73 1.205.085 1.839 1.238 1.839 1.238 1.07 1.828 2.808 1.299 3.493.993.106-.776.419-1.299.76-1.599-2.664-.302-5.467-1.332-5.467-5.929 0-1.31.47-2.381 1.236-3.221-.123-.302-.536-1.522.105-3.171 0 0 1.008-.323 3.303 1.237.96-.267 1.988-.401 3.008-.406 1.02.005 2.048.14 3.008.406 2.296-1.561 3.303-1.237 3.303-1.237.642 1.65.228 2.869.105 3.171.767.84 1.236 1.911 1.236 3.221 0 4.607-2.803 5.627-5.469 5.929.43.368.818 1.096.818 2.21 0 1.595-.014 2.896-.014 3.075 0 .322.194.694.8.578 4.772-1.585 8.21-6.085 8.21-11.387 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
</div>
</div>
<br/><br/>
<h3> Special Gratitude </h3>
<div class="light_card">
<tag>CREATIVE CONSULTANT</tag>
<h2> Dhaaee Abdulla Nashith </h2>
<t> Dhaaee has been an essential and supportive presence throughout the development of the SAS-ROSET project. As the first to
learn about the project, he has been a trusted confidant and an invaluable source of feedback for Saaiq. Their numerous discussions,
ranging from cryptography to design ideas, have greatly influenced the project's direction. Dhaaee also had the honor of selecting
the color palette, with a serene blue accenting the UI and giving the project its distinct visual identity. </t>
<div class="left_flex_link_icons" >
<a href="mailto:dhaai2k6@gmail.com"> <!-- Emai -->
<svg xmlns="http://www.w3.org/2000/svg" width="46" height="20" viewBox="0 0 40 24">
<rect x="0" y="0" width="40" height="24" fill="white" stroke="#202020" stroke-width="2"/>
<path d="M0,2 L20,15 L40,2" stroke="#202020" stroke-width="2" fill="none"/>
</svg>
</a>
<a href="https://www.instagram.com/_dhaai_"> <!-- Instagram -->
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
<rect x="3" y="3" width="24" height="24" rx="5" ry="5" fill="white" stroke="#202020" stroke-width="2"/>
<circle cx="15" cy="15" r="5" fill="white" stroke="#202020" stroke-width="2"/>
<circle cx="22" cy="8" r="1.5" fill="#202020"/>
</svg>
</a>
</div>
</div>
<br/><br/>
<div class="light_card">
<tag>DESIGN CONSULTANT</tag>
<h2> Ismail Arham Haleem </h2>
<t> An attentive intimate with an great eye for detail, Arham contributed as a design consultant for the SAS-ROSET project, providing invaluable
feedback and recommendations that significantly enhanced the project's visual appeal and user experience. Arham offered expert guidance in finalizing the
project's logo and refining the user interface and appearance of the project's tools and website. His insightful critiques and suggestions played a crucial
role in elevating the overall quality and professionalism of the project.</t>
<div class="left_flex_link_icons" >
<a href="https://www.instagram.com/whatisaninstagrum"> <!-- Instagram -->
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
<rect x="3" y="3" width="24" height="24" rx="5" ry="5" fill="white" stroke="#202020" stroke-width="2"/>
<circle cx="15" cy="15" r="5" fill="white" stroke="#202020" stroke-width="2"/>
<circle cx="22" cy="8" r="1.5" fill="#202020"/>
</svg>
</a>
</div>
<div id="contributers"></div>
</div>
<br/><br/>
<h3> Project Contributers </h3>
<div class="grid2_box">
<div class="light_card">
<h5> Design Consultants </h5>
<th3>
<ul>
<li>Dhaaee Abdulla Nashith</li>
<li>Ismail Arham Haleem</li>
<li>Fareez Faruhaadh</li>
</ul>
</th3>
</div>
<div class="light_card">
<h5> Software Testing</h5>
<th3>
<ul>
<li>Dhaaee Abdulla Nashith</li>
<li>Ismail Arham Haleem</li>
<li>Hussain Yooh Amir</li>
</ul>
</th3>
</div>
<div class="light_card">
<h5>Cryptanalysis & Algorithm Review</h5>
<th3>
<ul>
<li>cym13 - <a href="https://www.reddit.com/user/cym13/" target="_blank" rel="noopener noreferrer"><l>Reddit</l></a> </li>
</ul>
</th3>
</div>
</div>
</div>
<br/><br/><br/>
<tg style="text-align:center;margin-top:100px;font-size:14px;">More categories will be added above as contributions are made in that category.</tg>
<tg style="text-align:center;font-size:14px;">If you have made a contribution and your name/alias is not included above, please let us know.</tg>
<br/>
</main>
<footer>
<div id="footer_serp"></div>
<p style="font-size:20px; margin-top:50px"><bg>Made with passion by </bg><a href="https://saaiqsas.github.io" class="footer_saaiqSAS"> saaiqSAS</a><bg> and Contributors</bg></p>
<br/>
<ft id="copyrights">Copyrights (©) 2024 Saaiq Abdulla Saeed</ft>
<ft>This website and its contents are generally licensed under the <a href="LICENSE.md">MIT License</a>, unless stated otherwise.</ft>
<div class="grid3_box" id="footer_grid">
<div>
<fh>Project Info</fh>
<ft><a href="about.html">About Project</a></ft>
<ft><a href="credits.html">Credits & Contributers</a></ft>
<ft><a href="docs.html">Documentation</a></ft>
</div>
<div>
<fh>Get Involved</fh>
<ft><a href="download.html">Download</a></ft>
<ft><a href="contribute.html">Contribute</a></ft>
<ft><a href="https://github.com/SAS-ROSET">Github</a></ft>
</div>
<div>
<fh>Legal & Support</fh>
<ft><a href="legal/privacy_policy.html">Privacy Policy</a></ft>
<ft><a href="legal/terms.html"> Terms and Conditions</a></ft>
<ft><a href="contact.html"> Contact & Report</a></ft>
</div>
</div>
<script type="text/javascript">
// Copyrights
var currentYear = new Date().getFullYear();
document.getElementById('copyrights').textContent = "Copyrights (©) "+currentYear + " Saaiq Abdulla Saeed";
</script>
</footer>
</body>
</html>