-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproblems.html
98 lines (55 loc) · 5 KB
/
problems.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Chrome, Firefox OS and Opera Status Bar Color -->
<meta name="theme-color" content="#FFFFFF">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.19.0/themes/prism.min.css">
<link rel="stylesheet" type="text/css" href="css/SourceSansPro.css">
<link rel="stylesheet" type="text/css" href="css/theme.css">
<link rel="stylesheet" type="text/css" href="css/notablog.css">
<!-- Favicon -->
<link rel="shortcut icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>👨🏻💻</text></svg>">
<style>
:root {
font-size: 20px;
}
</style>
<title>Problems in the world | Portfolio</title>
<meta property="og:type" content="blog">
<meta property="og:title" content="Problems in the world">
<meta property="og:image" content="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>⚡</text></svg>">
<style>
.DateTagBar {
margin-top: 1.0rem;
}
</style>
</head>
<body>
<nav class="Navbar">
<a href="index.html">
<div class="Navbar__Btn">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>👨🏻💻</text></svg>"></span>
<span>Home</span>
</div>
</a>
</nav>
<header class="Header">
<div class="Header__Spacer Header__Spacer--NoCover">
</div>
<div class="Header__Icon">
<span><img class="inline-img-icon" src="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text text-anchor=%22middle%22 dominant-baseline=%22middle%22 x=%2250%22 y=%2255%22 font-size=%2280%22>⚡</text></svg>"></span>
</div>
<h1 class="Header__Title">Problems in the world</h1>
</header>
<article id="https://www.notion.so/a5df4a3bb0af4e44a30cd3dfed1573aa" class="PageRoot"><div id="https://www.notion.so/b9357c40323646e99771f80b7bb9793a" class="ColorfulBlock ColorfulBlock--ColorDefault Text"><p class="Text__Content"><span class="SemanticStringArray"><span class="SemanticString">Curation of all the problems I have seen around me in life and products</span></span></p></div><ol class="NumberedListWrapper"><li id="https://www.notion.so/7eca4fc14dbf494082222f7057225db7" class="NumberedList" value="1"><span class="SemanticStringArray"><span class="SemanticString">Online video players are not designed for learning.</span></span></li><li id="https://www.notion.so/0f768937a48347edb5206f2e0f20e83f" class="NumberedList" value="2"><span class="SemanticStringArray"><span class="SemanticString">Picking up phone again and again while working.</span></span></li><li id="https://www.notion.so/c1e8ed3590194ff9a23e21a86693e2de" class="NumberedList" value="3"><span class="SemanticStringArray"><span class="SemanticString">Practical learning is way too hard when you are starting with a topic.</span></span></li><li id="https://www.notion.so/e570cc8870a0455898ec11fc67e0c780" class="NumberedList" value="4"><span class="SemanticStringArray"><span class="SemanticString">DSLRs are way too hard to understand for newbies.</span></span><ul class="BulletedListWrapper"><li id="https://www.notion.so/7ef175cdbfe04b55bf5589c6c26841ce" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString">Setting custom white balance requires me to take picture then go to menu. Then select white balance picture then again select custom white balance on main screen.</span></span></li><li id="https://www.notion.so/211a78463f7d413c80acdfe3286c0d50" class="BulletedList"><span class="SemanticStringArray"><span class="SemanticString">It can been done - choose custom white balance icon → camera opens with a option to open library → and press OK</span></span></li></ul></li><li id="https://www.notion.so/4e0aa5bb6c9e4a1eba748f6a2a813b9b" class="NumberedList" value="5"><span class="SemanticStringArray"><span class="SemanticString">Fear before operations in patients. Even dental treatments can cause anxiety in people. </span></span></li></ol></article>
<footer class="Footer">
</footer>
</body>
</html>