-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (65 loc) · 2.88 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
<!DOCTYPE html>
<html>
<head>
<title>Vaidehi Joshi</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<div id="heading-content">
<img src="vaidehi-white.png" class="vaidehi-logo-image"/>
</div>
<div id="heading-content" class="heading">
<a href="https://www.twitter.com/vaidehijoshi">@vaidehijoshi</a>
</div>
<!-- <div class="container">
<ul class="flex-container">
<li class="flex-item">
<div class="heading">words
<p class="content">
I'm writing a weekly series on computer science fundamentals called <a href="https://medium.com/basecs" target="_blank">basecs</a>.
</p>
<p class="content">
A few years ago, I wrote about code <a href="https://vaidehijoshi.github.io/">every Tuesday</a>, for a year.
</p>
<p class="content">
I also wrote a thousand words of fiction, <a href="https://medium.com/one-thousand-words">every Thursday</a>, for a year.
</p>
</div>
</li>
<li class="flex-item">
<div class="heading">talks
<p class="content">
I have spoken at a number of <a href="https://www.youtube.com/watch?v=-gAAhWfyh8Q">different</a> <a href="https://www.youtube.com/watch?v=CctE59nvXyw">tech</a> <a href="https://www.youtube.com/watch?v=N1jnoPxBGGA">conferences</a>
</p>
<p class="content">
But the talk that I am the most proud of is <a href="https://www.youtube.com/watch?v=Dc1sc2-ClOc&t=148s">this</a> one.
</p>
<p class="content">
Not all of my talks have been recorded, but most of them can be found in the form of <a href="https://slides.com/vaidehijoshi" target="_blank"> slides</a>.
</p>
</div>
</li>
<li class="flex-item">
<div class="heading">code
<p class="content">
<p class="content">
I love writing <a href="https://github.com/vaidehijoshi">code</a>, and have a lot of opinions about it.
</p>
<p class="content">
I think that it's important to <a href="http://www.hardscrabble.net/metaphorloop/2/">empathize with your code</a>.
</p>
<p class="content">
I'm also a strong supporter of bringing back <a href="http://our-origins.com/post/138286107461/vaidehi-joshi-web-developer-at-friends-of-the-web">flaming text</a> to the internet.
</p>
</p>
</div>
</li>
</ul>
</div> -->
</body>
<footer>
<p>© Vaidehi Joshi | 2021</p>
<p>Custom logotype by the ever-talented <a href="http://www.victoriarushton.com" target="_blank">Victoria Rushton</a>.</p>
</footer>
</html>