-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·278 lines (244 loc) · 10.1 KB
/
index.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
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html>
<head>
<title>RUBBERBAND</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="CommonCss/fonts.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssreset-context/cssreset-context-min.css">
</head>
<body>
<!-- golbal floating stuff -->
<div class="BWcontainer">
<div class="BLACK"></div>
<div class="WHITE"></div>
</div>
<!--
<div class="letters">
<span class="H">H</span>
<span class="E">E</span>
<span class="O">O</span>
</div>
-->
<!-- entry screen -->
<div class="entry">
<!-- <div class="helloContainer">-->
<div class="hello">HE<span>LLO</span></div>
<div class="from">FROM</div>
<!-- </div>-->
<div class="rubberbandContainer">
<div class="whiteBack"></div>
<div class="blackBack"></div>
<div class="rubberband">R-U-B-B-E-R-<span>B-A-N-D</span></div>
</div>
</div>
<div class="whatWeDoContainer">
<div class="headline">WHAT <div><span>WE DO</span><span> WE DID</span><span> WE ARE</span></div></div>
<div class="leftContent">
<div class="primary">
<div class="title"><span>Web Development   <span>FULL STACK</span> </span></div>
<div class="features">
<div class="box"><span>FAST</span></div>
<div class="box"><span>RESPONSIVE</span></div>
<div class="box"><span>MINIMAL</span></div>
<div class="box"><span>SCALABLE</span></div>
<div class="box"><span>SECURE</span></div>
</div>
<div class="skillset">
<div class="front-end">
<div class="title">FRONT-END</div>
<div class="skill">
<div class="label">HTML</div>
<div class="fluency" data-fluency="50">50%</div>
</div>
<div class="skill">
<div class="label">CSS</div>
<div class="fluency" data-fluency="80">80%</div>
</div>
<div class="skill">
<div class="label">JAVASCRIPT</div>
<div class="fluency" data-fluency="60">60%</div>
</div>
<div class="skill">
<div class="label">REACT</div>
<div class="fluency" data-fluency="30">30%</div>
</div>
</div>
<div class="back-end">
<div class="title">BACK-END</div>
<div class="skill">
<div class="label">DJANGO</div>
<div class="fluency" data-fluency="60">60%</div>
</div>
<div class="skill">
<div class="label">NODEJS</div>
<div class="fluency" data-fluency="70">70%</div>
</div>
<div class="skill">
<div class="label">FIREBASE</div>
<div class="fluency" data-fluency="50">50%</div>
</div>
</div>
</div>
</div>
</div>
<div class="secondary">
<div class="title">WE ARE ALSO GOOD AT</div>
<div class="skills">
<div class="skill"><span>GAME DEVELOPMENT</span> <span> unity engine </span></div>
<div class="skill"><span>APP DEVELOPMENT</span> <span> Linux <br> Windows <br> Android </span></div>
<div class="skill"><span>ROBOTICS </span> <span> arduino <br> raspberry pi </span></div>
<div class="skill"><span>UX/UI design </span> <span>illustrator</span></div>
</div>
</div>
</div>
<div class="whatWeDidContainer">
<div class="headline">What <span>we did</span></div>
<div class="projectCategories">
<div class="category webDev">
<img src="icons/web_dev.svg">
<div class="title">Web Development</div>
<div class="projects">
<a href="https://rsquaredproject.org/" target="_blank">
<div class="project">
<div class="title">Rsquared</div>
<div class="description">A site for visualizing collected statistics data</div>
</div>
</a>
<a href="https://shruto.org" target="_blank">
<div class="project">
<div class="title">Shruto</div>
<div class="description">An audiobook library for people with visual defect</div>
</div>
</a>
</div>
</div>
<div class="category webDev">
<img src="icons/game_dev.svg">
<div class="title">Game Development</div>
<div class="projects">
<a href="https://github.com/arbanhossain/olytrem-unity" target="_blank">
<div class="project">
<div class="title">Olytrem</div>
<div class="description">A simple game built using unity</div>
</div>
</a>
<a href="https://www.miniclip.com/games/tanxio/en/" target="_blank">
<div class="project">
<div class="title">tanx.io</div>
<div class="description">Another of those MOBAs, but for tanks</div>
</div>
</a>
<a href="https://gamejolt.com/games/superbitboy/236889" target="_blank">
<div class="project">
<div class="title">superbitboy</div>
<div class="description">a fan game for Super Meat Boy</div>
</div>
</a>
</div>
</div>
<div class="category webDev">
<img src="icons/app_dev.svg" style="filter: invert(1)">
<div class="title">App Development</div>
<div class="projects">
<a href="https://arbanhossain.github.io/js-experiments/tabbed/" target="_blank">
<div class="project">
<div class="title">Tabbed</div>
<div class="description">Newtab for your monotonous browser</div>
</div>
</a>
<a href="https://github.com/arbanhossain/qittolist" target="_blank">
<div class="project">
<div class="title">Qittolist</div>
<div class="description">a to-do app for command line interface</div>
</div>
</a>
</div>
</div>
<div class="category webDev">
<img src="icons/UX_dev.svg" style="filter: invert(1)">
<div class="title">ROBOTICS</div>
<div class="projects">
<a href="https://github.com/NirobNabil/DANDY" target="_blank">
<div class="project">
<div class="title">DANDY</div>
<div class="description">An all purpose home robot</div>
</div>
</a>
<a href="https://github.com/NirobNabil/LFR" target="_blank">
<div class="project">
<div class="title">LFR</div>
<div class="description">A Line follower robot</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="whatWeAreContainer">
<div class="dev">
<div class="dp_details">
<img src="img/nabil.jpg" class="dp">
</div>
<div class="details_container">
<div class="name">AL-MUBIN NABIL</div>
<div class="bio">ENTHUSIAST. CSS GOD. THE DEDICATED. Nabil does most of the Web Development and Robotics at RUBBERBAND. Apart from the fact that he can be lazy sometimes and be buggy about a bad headphone, everything else seems to be done right and robust on his side. </div>
</div>
</div>
<div class="dev">
<div class="dp_details">
<img src="img/arban.PNG" class="dp">
<div class="details">
</div>
</div>
<div class="details_container">
<div class="name">ARBAN HOSSAIN</div>
<div class="bio">THE TEXT TYPE. Arban has made some games at his early development days and moved on to lower-level coding since then. He likes FIFA, ML, cryptography and pop culture besides all of the dev stuff.</div>
</div>
</div>
<div class="dev">
<div class="dp_details">
<img src="img/mashrafi.png" class="dp">
<div class="details">
</div>
</div>
<div class="details_container">
<div class="name">MASHRAFI ALAM</div>
<div class="bio">THE HAND OF ASSURANCE. Connects the team to the rest of the world. Mashrafi has great team management skills and joined the team to make sure that the rundowns go smoothly. If you have to talk to someone in the team personally, he is the one you want.</div>
</div>
</div>
</div>
<div class="contact_us_container">
<div class="padder">
<icon_credits>
<h2 class="title">Icon credits </h2>
<div>Icons made by <a href="https://www.flaticon.com/authors/icongeek26" title="Icongeek26">Icongeek26</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div>app development by Creative Stall from the Noun Project</div>
<div>design by Smalllike from the Noun Project</div>
</icon_credits>
</div>
<div class="contact_us">
<div class="title">CONTACT US</div>
<form action="https://formspree.io/[email protected]" method="POST">
<input class="email" type="email" name="email" placeholder="Your email"><br><br>
<textarea class="message" name="message" placeholder="Message"></textarea><br><br>
<button class="submit" type="submit">Send</button>
</form>
</div>
</div>
<script src="index.js" type="text/javascript"></script>
<footer>
<!--
<icon_credits>
<div>Icons made by <a href="https://www.flaticon.com/authors/icongeek26" title="Icongeek26">Icongeek26</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div>app development by Creative Stall from the Noun Project</div>
<div>design by Smalllike from the Noun Project</div>
</icon_credits>
-->
</footer>
</body>