-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
192 lines (163 loc) · 5.28 KB
/
Copy pathnotes.html
File metadata and controls
192 lines (163 loc) · 5.28 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
<!DOCTYPE HTML>
<html>
<head>
<title>Notes — Rishi Bala</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="pic100.ico" />
<style>
#notes-hero {
padding: 9em 2em 4.5em;
}
.notes-hero-inner {
max-width: 52em;
margin: 0 auto;
}
.notes-hero-inner h1 {
font-size: 3em;
font-weight: 300;
letter-spacing: -0.035em;
color: #ffffff;
margin-bottom: 0.45em;
line-height: 1.1em;
}
.notes-hero-inner p {
font-size: 1em;
color: rgba(255, 255, 255, 0.42);
margin-bottom: 0;
line-height: 1.7em;
font-weight: 300;
letter-spacing: 0.01em;
}
#notes-list {
padding: 3.5em 2em 7em;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.notes-list-inner {
max-width: 52em;
margin: 0 auto;
}
.note-card {
border-left: 0.18em solid rgba(228, 76, 101, 0.3);
padding: 0 0 0 1.75em;
margin-bottom: 3em;
transition: border-left-color 0.2s ease-in-out;
}
.note-card:hover {
border-left-color: #e44c65;
}
.note-date {
font-size: 0.68em;
letter-spacing: 0.13em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.28);
margin-bottom: 0.5em;
}
.note-card h2 {
font-size: 1.25em;
font-weight: 300;
color: #ffffff;
margin-bottom: 0.5em;
letter-spacing: -0.01em;
line-height: 1.35em;
}
.note-card h2 a {
color: inherit !important;
border-bottom: 0 !important;
transition: color 0.15s ease-in-out;
}
.note-card h2 a:hover {
color: rgba(255, 255, 255, 0.7) !important;
}
.note-card p {
font-size: 0.9em;
color: rgba(255, 255, 255, 0.45);
line-height: 1.9em;
margin-bottom: 0.9em;
}
.note-read {
font-size: 0.68em;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(228, 76, 101, 0.7) !important;
border-bottom: 0 !important;
transition: color 0.15s ease-in-out;
}
.note-read:hover {
color: #e44c65 !important;
}
.note-read::after {
content: ' →';
}
</style>
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">Rishi Bala</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html#one">About</a></li>
<li><a href="index.html#ipc">Experience</a></li>
<li><a href="index.html#five">Portfolio</a></li>
<li><a href="notes.html">Notes</a></li>
<li><a href="https://github.com/rbala25" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/rishi-bala-443583258/" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:rishibala2007@gmail.com" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
<li><a href="images/Rishi Bala Resume.pdf" class="icon solid alt fa-file"><span class="label">Resume</span></a></li>
</ul>
</nav>
</header>
<!-- Hero -->
<section id="notes-hero">
<div class="notes-hero-inner">
<h1>Notes</h1>
<p>Opinions aggregated from all over, put into words.</p>
</div>
</section>
<!-- List -->
<section id="notes-list">
<div class="notes-list-inner">
<div class="note-card">
<p class="note-date">July 25, 2026</p>
<h2><a href="blog/just-adapt.html">“Just Adapt” Has Become Cope</a></h2>
<p>Everyone says to just use AI better and you’ll be fine. I think that framing is dead, and the people saying it are going to be the least prepared when the floor drops.</p>
<a href="blog/just-adapt.html" class="note-read">Read</a>
</div>
<div class="note-card">
<p class="note-date">November 14, 2025</p>
<h2><a href="blog/middle-path.html">The Middle Path, I Think</a></h2>
<p>On the grind, minimum effort as a philosophy, why happiness isn’t the same as pleasure, and figuring out which of your desires are actually yours.</p>
<a href="blog/middle-path.html" class="note-read">Read</a>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/rishi-bala-443583258/" class="icon brands alt fa-linkedin-in"><span class="label"></span></a></li>
<li><a href="https://github.com/rbala25" class="icon brands alt fa-github"><span class="label"></span></a></li>
<li><a href="mailto:rishibala2007@gmail.com" class="icon solid alt fa-envelope"><span class="label"></span></a></li>
<li><a href="images/Rishi Bala Resume.pdf" class="icon solid alt fa-file"><span class="label"></span></a></li>
</ul>
<ul class="copyright">
<li>©2025–2026 Rishi Bala</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>