-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (108 loc) · 5.29 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
<!DOCTYPE html>
<html>
<html>
<style></style>
<head>
<meta charset="utf-8" />
<title>twodots | Personal workbench</title>
<meta name="description" content="portfolio housing various labs and projects worked upon" />
<meta property="og:title" content="Personal workbench" />
<meta property="og:url" content="https://twodots.xyz/" />
<meta property="og:description" content="Portfolio housing various labs and projects worked upon" />
<meta property="og:image" content="https://raw.githubusercontent.com/rtrikha/twodots/master/Assets/og.png" />
<link rel="stylesheet" href="styling/style.css" />
<meta name="viewport" content="width=devide-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/resources/logo/twodots.png" />
<script src="https://www.gstatic.com/firebasejs/7.14.5/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.5/firebase-analytics.js"></script>
</head>
<body>
<div class="main-wrapper">
<div class="header-nav"></div>
<div class="content-wrapper">
<div class="hero-wrapper" id="hero-wrapper">
<div class="flex-pair">
<div class="heading">Hi, I'm Raunak Trikha</div>
<div class="subheading">
I’m a designer who loves to code. Currently helping <a href="https://www.swiggy.com" target="blank"><b>Swiggy</b></a> deliver orders faster. A hobbyist who loves solving problems
with aesthetically pleasing and logical solutions. I put my good ideas on <a href="https://medium.com/@rtrikha" target="blank"><b>medium</b></a> and bad ideas on
<a href="https://twitter.com/rstrikha" target="blank"><b>twitter</b></a>
</div>
</div>
</div>
<div id="projects">
<div class="flex-wrapper" id="labs-list">
<div class="project-list">
<a href="https://systems.2dots.xyz" target="_blank">
<div class="heading" style="display: flex">systems<img src="/resources/star.svg" alt="" style="margin-left: 4px; filter: drop-shadow(0px 0px 8px #f6c24c)" /></div>
<div class="subheading">Everything I've learned over the last few years working on Design Systems</div>
</a>
</div>
<div class="project-list">
<a href="https://lucid.2dots.xyz" target="_blank">
<div class="heading" style="display: flex">lucid<img src="/resources/star.svg" alt="" style="margin-left: 4px; filter: drop-shadow(0px 0px 8px #f6c24c)" /></div>
<div class="subheading">using the baseline of cognitive processing, a mindful implication of noise theory</div>
</a>
</div>
<div class="project-list">
<a href="https://mirai.2dots.xyz" target="_blank">
<div class="heading" style="display: flex">mirai<img src="/resources/star.svg" alt="" style="margin-left: 4px; filter: drop-shadow(0px 0px 8px #f6c24c)" /></div>
<div class="subheading">next 30 days as a mathematical wave function, computes and builds on Biorhythm maths</div>
</a>
</div>
<div class="project-list">
<a href="https://garden.2dots.xyz" target="_blank">
<div class="heading">garden</div>
<div class="subheading">an ever-evolving design system to solve the problems of cross-device component based design</div>
</a>
</div>
<div class="project-list">
<a href="https://perfecttype.2dots.xyz" target="_blank">
<div class="heading">perfect type sketch plugin</div>
<div class="subheading">the endgame to your hassle of determining the right line-height and letter-spacing</div>
</a>
</div>
<div class="project-list">
<a href="https://memoji.2dots.xyz" target="_blank">
<div class="heading">WWDC20 memoji</div>
<div class="subheading">a fun project built to create customised memoji stickers as shows in Apple WWDC20</div>
</a>
</div>
<div class="project-list">
<a href="https://shifter.2dots.xyz" target="_blank">
<div class="heading" style="display: flex">shifter(WIP)<img src="/resources/star.svg" alt="" style="margin-left: 4px; filter: drop-shadow(0px 0px 8px #f6c24c)" /></div>
<div class="subheading">one-stop solution for all your needs for creating any kind of Flexbox layouts</div>
</a>
</div>
</div>
</div>
</div>
<div class="footer-nav">
<div class="lhs">info as on 14 June 2023</div>
<div class="rhs">
<!-- <a href="/resources/ResumeRT.pdf" download="ResumeRT">Resume</a><a href="https://medium.com/@rtrikha" target="_blank">Medium</a> -->
<a href="https://github.com/rtrikha" target="_blank">Github</a>
</div>
</div>
</div>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: 'AIzaSyDIKLPF3926RNw8R-9yD_zRz_suu3jHVQw',
authDomain: 'twodots-c4f5a.firebaseapp.com',
databaseURL: 'https://twodots-c4f5a.firebaseio.com',
projectId: 'twodots-c4f5a',
storageBucket: 'twodots-c4f5a.appspot.com',
messagingSenderId: '835145283151',
appId: '1:835145283151:web:749609ec8165b29dfb1c3a',
measurementId: 'G-VMR74RHZD3',
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</body>
<script src="js/script.js"></script>
<script src="js/theme.js"></script>
</html>
</html>