-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.html
More file actions
533 lines (425 loc) · 19.7 KB
/
Copy pathsetup.html
File metadata and controls
533 lines (425 loc) · 19.7 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<head>
<!-- apparently we need these meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords"
content="HTML, CSS, JavaScript, Amaan, Akram, Amaanullah, Amaan Akram, tech, Scottish Programmer, student, software engineer, blog">
<!--FAVICON-->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<!--Font Aweseom (:-->
<script src="https://kit.fontawesome.com/d1ec1bd279.js" crossorigin="anonymous"></script>
<!-- Yes i used bootstrap OOOKkkk mbbb-->
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.0/css/mdb.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
<title>Amaan // Setup</title>
</head>
<body>
<!--Nav Bar-->
<nav class="navbar navbar-expand-md navbar-dark bg-transparent">
<a class="navbar-brand" href="index.html">AMAANULLAH </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto ">
<li class="nav-item">
<a class="nav-link" href="/index.html">
<div id="name">HOME</div><span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog.html">
<div id="name">BLOG</div><span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/setup.html">
<div id="name active">SETUP</div><span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/galary.html">
<div id="name">GALLERY
<!--THANKS YASEEN :)-->
</div><span class="sr-only">(current)</span>
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="nav-item"><a class="nav-link" target="_blank" href="/items/cv.docx.pdf">CV</a></li>
<li class="nav-item"><a class="nav-link" target="_blank" href="https://github.com/amaan-akram"><i
class="fab fa-github"></i></a></li>
<li class="nav-item"><a class="nav-link" target="_blank" href="https://www.linkedin.com/in/amaanakram/"><i
class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</nav>
<!--Header-->
<header>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>//My
<span class="txt-rotate" data-period="2000"
data-rotate='[ "Setup.", "workstation", "gear", "work flow", "tools"]'></span>
</div>
</div>
</header>
<div class="container">
<!--mYStack HEADING-->
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-12">
<h1 class="display-4">My Stack</h1>
</div>
</div>
<hr class="mt-2 mb-3">
</div>
<div class="card-deck">
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="/img/setup/svg/Java-logo-vector-01.svg" alt="Card image cap">
<a href="https://www.brandeps.com/logo-download/J/Java-logo-vector-01.svg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">Java</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">Used java throughout university completed the majority of my coursework
with java
and it was the language I first learned how to program in, teaching me OOP concepts
</p>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="/img/setup/svg/Python-logo-vector-01.svg" alt="Card image cap">
<a href="https://www.brandeps.com/logo-download/P/Python-logo-vector-01.svg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">Python</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4"> Python is a language I've always had experience in, even before starting
university,
I use it often to quickly prototype or test out quick algorithms. I also use python
to automate some frequent tasks to make my life easier, so in theory python is the most
useful language for me.
</p>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="/img/setup/svg/Gopher-logo-vector-01.svg" alt="Card image cap">
<a href="https://www.brandeps.com/logo-download/G/Gopher-logo-vector-01.svg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">GO</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">Go was a new language for me in 3rd year, but quickly became my favorite
language
thanks to <a href="https://humaidq.ae/">Humaid</a> being apart of our team;
<a href="https://nacdlow.com">Nadlow.</a> We used go-macaron (a go based web framework)
in conjunction with basic web technologies to create a smart home app of the future called
iglú, learn more about it <a href="https://nacdlow.com">Here.</a>.
</p>
</div>
</div>
</div>
</div>
<!--Desktop Cards-->
<!-- Card Dark -->
<div class="container">
<!--Workstation HEADING-->
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-12">
<h1 class="display-4">My Workstation</h1>
</div>
</div>
<hr class="mt-2 mb-3">
</div>
<div class="card-deck">
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/monitor1500.jpg" alt="Card image cap">
<a href="img/setup/monitor1.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">iiyama GB2560HSU-B1 (Primary Monitor)</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">This is my primary monitor on my desktop, it has a 140hz refresh rate
allowing me to scroll through my code extra smoothly and definitely not for playing games</p>
<!-- Link -->
<a href="https://www.amazon.co.uk/iiyama-GB2560HSU-B1-G-Master-Monitor-Freesync/dp/B07CZ7RJXJ/ref=sr_1_5?dchild=1&keywords=iyamma%2B140hz&qid=1589762176&sr=8-5&th=1"
class="btn btn-secondary">Buy Here</a>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/monitor2500.jpg" alt="Card image cap">
<a href="img/setup/monitor2.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">DELL S2419HN <br>(Secondary Monitor)</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">This is my secondary monitor, Its IPS tech makes it ideal for reviewing
media content, testing my implementations and
browsing the web, definitely not for netflix.</p>
<!-- Link -->
<a href="https://www.currys.co.uk/gbuk/computing/pc-monitors/pc-monitors/dell-s2419hn-full-hd-24-ips-monitor-black-10178715-pdt.html"
class="btn btn-secondary ">Buy Here</a>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/pc500.jpg" alt="Card image cap">
<a href="img/setup/pc.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">The Purple Box <br> (My Desktop)</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">This is my custom built pc, it includes a Ryzen 5 3600 coupled along with
an RTX 2070 and 32GB of 3600MHz Ram. It is very fast. Currently running
windows, planning on migrating to linux. Not for games btw.</p>
<!-- Link -->
<a href="https://pcpartpicker.com/list/NdwJXv" class="btn btn-secondary">Parts List</a>
</div>
</div>
</div>
<!--CARD DECK ROW 2-->
<div class="card-deck">
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/Alexa500.jpg" alt="Card image cap">
<a href="img/setup/Alexa.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">Amazon Alexa Dot (FBI spy tool)</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">My choice of invasion of privacy is my amazon alexa, its job is to listen
and record all my conversations and send them to the fbi. I also use it to
controll my two hue bulbs and also play some spotify.</p>
<!-- Link -->
<a href="https://www.amazon.co.uk/dp/B07PJV3JPR/ref=s9_acsd_ri_bw_c2_x_0_t?pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=merchandised-search-2&pf_rd_r=ZJXRRNGBVMXMNE06NZNE&pf_rd_t=101&pf_rd_p=4d2f5e5e-97de-4808-8c04-ef891a8c3a80&pf_rd_i=14100223031"
class="btn btn-secondary">Buy Here</a>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/keyboard500.jpg" alt="Card image cap">
<a href="img/setup/keyboard.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">Ducky One2 TKL Horizon Cherry MX browns</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">This is my keyboard, went through a lil bit of a keyboard buying rampage
over the years, but I finally settled
on this lil guy. perfect keyboard for me love the brown switches, love the keycaps on this thing and its
blue/purple look. Wont be getting another kb in a
long time.
</p>
<!-- Link -->
<a href="https://www.overclockers.co.uk/ducky-one2-tkl-horizon-brown-cherry-mx-switch-usb-mechanical-gaming-keyboard-uk-layout-kb-235-dk.html"
class="btn btn-secondary">Buy Here</a>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/mouse.jpg" alt="Card image cap">
<a href="img/setup/mouse.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">Zowie EC1 <br> (big mouse)</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">This is my mouse, it is pretty large compared to most other mice, and is
perfect for my large hands,
one thing i like about this mouse is it's lack of RGB and general cringey gamer aesthetic. This is a big
contrast to a few years ago where
was obsessed with all things rgb
</p>
<!-- Link -->
<a href="https://www.amazon.co.uk/ZOWIE-EC1-Mouse-for-E-Sports/dp/B07XRK37Y8/" class="btn btn-secondary">Buy
Here</a>
</div>
</div>
</div>
<!--Card Row 3-->
<div class="card-deck">
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/headphones500.jpg" alt="Card image cap">
<a href="img/setup/headphones.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">Hyper-X Cloud2 Headset</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">Been using this headset since 2016. Quick shoutout to r/headphoens,
picked these over other headsets for a couple of reasons. First
the fact that their pretty understated and not very offensive in terms of design. Also sound quality, the
drivers are made by Beyerdynamics, an audiophile company, and actually they are
just a rebranded <a href="https://www.head-fi.org/showcase/takstar-pro-80.14845/">Takstar Pro 80</a>. So an
audiophile grade headphone with the added bonus of a mic.
</p>
<!-- Link -->
<a href="https://www.amazon.co.uk/HyperX-Gaming-Headset-Mobile-Gunmetal/dp/B00SAYCVTQ/ref=sr_1_3?dchild=1&keywords=hyperx+cloud+2&qid=1594679302&sr=8-3"
class="btn btn-secondary">Buy Here</a>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="https://www.officechairsuk.co.uk/upload.aspx?width=0&height=0&crop=auto&dest=ProductImages&file=orangeboxg64_7578_01.jpg"
alt="Card image cap">
<a href="https://www.officechairsuk.co.uk/upload.aspx?width=0&height=0&crop=auto&dest=ProductImages&file=orangeboxg64_7578_01.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">GiroFlex G64</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">Bought to replace my random amazon chair, really firm and keeps my posture kinda in check. Retails for £550 but not trying
to pay that much for a chair so bought it 2nd hand (referb) for A-LOT cheaper. It's really solid has a lot of adjustments including seat pan and back height
which is pretty cool. Only issue I have with it is that it doesn't go down far enough. But that might be because my desk isn't high enough for me. aw well.
</p>
<!-- Link -->
<a href="https://www.giroflex.com/en/all-products/product-series/giroflex-64.html"
class="btn btn-secondary">Buy Here</a>
</div>
</div>
<div class="card mb-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="img/setup/hue500.jpg" alt="Card image cap">
<a href="img/setup/hue.jpg">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body elegant-color white-text rounded-bottom">
<!-- Title -->
<h4 class="card-title">Philips Hue Bulbs</h4>
<hr class="hr">
<!-- Text -->
<p class="card-text white-text mb-4">Really overpriced bulbs, pretty cool and all, work well with alexa,
planning on getting the hue bridge eventually allowing me
to do alot more with them vs controlling via bluetooth. Usually just leave the lamp on a purpleish color and
my main room a warmish white, because blue light bad!
</p>
<!-- Link -->
<a href="https://www.amazon.co.uk/Philips-Ambiance-Bayonet-Bluetooth-Assistant/dp/B07V5CM1DW/"
class="btn btn-secondary">Buy Here</a>
</div>
</div>
</div>
</div>
<!--portable setup HEADING-->
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-12">
<h1 class="display-4">My Portable Setup</h1>
</div>
</div>
<hr class="mt-2 mb-3">
</div>
<div class="container">
</div>
<!--photography HEADING-->
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-12">
<h1 class="display-4">My Photography Gear</h1>
</div>
</div>
<hr class="mt-2 mb-3">
</div>
<!--Software HEADING-->
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-12">
<h1 class="display-4">My Preferred Software</h1>
</div>
</div>
<hr class="mt-2 mb-3">
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="scripts/text-type.js"></script>
<script data-goatcounter="https://amaanakram.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>