-
Notifications
You must be signed in to change notification settings - Fork 0
/
consume.html
101 lines (88 loc) · 3.75 KB
/
consume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#ffffff">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/wing.css">
<script defer src="https://use.fontawesome.com/releases/v5.5.0/js/all.js" integrity="sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<title>Anchita's Consumption</title>
</head>
<body>
<main>
<section class="intro container" id="intro">
<div>
<h2 class='header heading'>Things to Consume</h2>
<p>All the goods that I am currently consuming and would highly recommend
</p>
<h3>💡 Products</h3>
<ul>
<li>
Figma [I've been using this for not only design puproses but also to make birthday cards!]
</li>
<li>
Co-star [Astrology backed by NASA data, count me in]
</li>
<li>
VS Code [my new fave IDE]
</li>
<li>
Sriracha Hot Sauce [I add it on top of anything & everything]
</li>
</ul>
<h3>📚 Books</h3>
<ul>
<li>
<i>Atomic Habits</i> by James Pierce [for when you feel like you're losing control of your life]
</li>
<li>
<i>A Curious Mind</i> by Brian Grazer [made me think about how I think]
</li>
<li>
<i>Soul Surfer</i> by Bethany Hamilton [inspiring, inspiring, and inspiring]
</li>
</ul>
<h3>🎙 Podcasts</h3>
<p> Alright, I'll admit, I listen to 2 podcasts daily but here are my favorite episodes from NPR's <i>How I Built This</i> with Guy Raz and (shameless plug) the Women in Conversations podcast that I may or may not produce 😅</p>
<ul>
<li>
<a href="https://www.npr.org/2017/09/21/541686055/rent-the-runway-jenn-hyman"> [HIBT] Rent the Runway: Jenn Hyman</a>
</li>
<li>
<a href="https://www.npr.org/2017/10/19/543035808/airbnb-joe-gebbia"> [HIBT] Airbnb: Joe Gebbia</a>
</li>
<li>
<a href="https://open.spotify.com/episode/1jdiYTy8IcZEdiLUYPbmrk?si=VLnFsJd3SoKprksNTZa3Hw"> [WINC] Cindy Quach </a>
</li>
</ul>
<h3> 🍜 Foods</h3>
mocha cake, pad kee mao, dosas, coffee-flavored ice cream, sweet potato fries, and greek salads.
<h3>☁️ Places</h3>
<ul>
<li>
Van Gogh Musesum, Amsterdam [I spent the whole day here, and in the Museumplein, they have the best waffles & hot dogs]
</li>
<li>
Outsidelands Music and Arts Festival, San Francisco [Just go and thank me later!]
</li>
<li>
DTLA, Los Angeles [The Broad, Last Bookstore, Rodeo and Melrose]
</li>
</ul>
<section>
<footer class="container">
<small>
<div> Made with 🍵 by Anchita Bora </div>
</footer>
</section>
</main>
<script src="script.js"></script>
</body>
</html>