-
Notifications
You must be signed in to change notification settings - Fork 0
/
uses.html
88 lines (83 loc) · 3.63 KB
/
uses.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
<!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">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="Soumyanil Das, primarily a Front End Developer from Calcutta">
<meta property="og:type" content="website">
<meta property="og:title" content="Soumyanil Das | Front End Developer">
<meta property="og:description" content="Soumyanil Das, primarily a Front End Developer from Calcutta">
<meta property="og:url" content="https://www.soumyanildas.com/">
<meta property="og:site_name" content="Soumyanil Das | Front End Developer">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-ipad-retina.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-iphone.png" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,200,300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="./css/style.min.css">
<link rel="stylesheet" href="./css/animate.min.css">
<title>Soumyanil Das - Uses</title>
</head>
<body class="light">
<div class="wrapper animated fadeIn">
<header class="page-header">
<nav>
<h1 class="logo"><a href="/">sd.</a></h1>
<div class="toggle-box">
<input type="checkbox" name="checkbox1" id="toggle-box-checkbox" />
<label for="toggle-box-checkbox" class="toggle-box-label-left"></label><label for="toggle-box-checkbox" class="toggle-box-label"></label>
</div>
</nav>
</header>
<main class="page-main">
<section class="uses-list">
<div class="title">Uses</div>
<section class="uses-subsection">
<div class="uses-subtitle">Setup</div>
<ul class="uses-sublist">
<li>13-inch, 2020 MacBook Pro, 2 GHz Quad-Core Intel Core i5 with 16 GB 3733 MHz LPDDR4X and 500GB SSD</li>
<li>LG 27" 4K-UHD HDR 10 Monitor with IPS Panel</li>
<li>Logitech MX Keys Keyboard</li>
<li>Logitech MX Master 3 Mouse</li>
<li>TwelveSouth Curve Laptop Stand</li>
</ul>
</section>
<section class="uses-subsection">
<div class="uses-subtitle">Other Devices</div>
<ul class="uses-sublist">
<li>iPhone 12</li>
<li>Beats Studio Buds</li>
<li>Apple Watch Series 7 41 mm</li>
<li>Playstation 4</li>
</ul>
</section>
</section>
<hr />
</main>
<footer class="page-footer">
<div class="copyright">
Copyright © 2023 Soumyanil Das
</div>
<ul>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://github.com/soumyanildas" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/soumyanil-das/" target="_blank">Linkedin</a></li>
</ul>
</footer>
<div class="buy-me-coffee-widget">
<div class="buy-me-coffee">
<a href="https://www.buymeacoffee.com/soumyanil" target="_blank" rel="nofollow" class="coffee-cup">
<img src="./img/coffee-cup.svg" alt="coffee-cup">
</a>
<div class="buy-me-coffee-text">
Thank you for visiting. You can now buy me a coffee.
</div>
</div>
</div>
</div>
<script src="js/main.min.js"></script>
</body>
</html>