|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +title: pictures |
| 4 | +permalink: /pictures/ |
| 5 | +description: You know, I'm something of a photographer myself |
| 6 | +nav: true |
| 7 | +nav_order: 10 |
| 8 | +horizontal: false |
| 9 | +--- |
| 10 | + |
| 11 | +<div class="picture-container"> |
| 12 | +<p>IIT Hyderabad's main quad</p> |
| 13 | +{% |
| 14 | + include figure.liquid |
| 15 | + path="/assets/img/pictures/academia.jpg" |
| 16 | + sizes = "250px" |
| 17 | + alt="IITH main quad" |
| 18 | + class="card-img-top" |
| 19 | +%} |
| 20 | +</div> |
| 21 | + |
| 22 | +<div class="picture-container"> |
| 23 | +<p>Academic block B as seen from the terrace of the AI center</p> |
| 24 | +{% |
| 25 | + include figure.liquid |
| 26 | + path="/assets/img/pictures/block-b.jpg" |
| 27 | + sizes = "250px" |
| 28 | + alt="IITH Block B" |
| 29 | + class="card-img-top" |
| 30 | +%} |
| 31 | +</div> |
| 32 | + |
| 33 | +<div class="picture-container"> |
| 34 | +<p>Academic block B - the innards</p> |
| 35 | +{% |
| 36 | + include figure.liquid |
| 37 | + path="/assets/img/pictures/the-innards.jpg" |
| 38 | + sizes = "250px" |
| 39 | + alt="IITH Block B inside view" |
| 40 | + class="card-img-top" |
| 41 | +%} |
| 42 | +</div> |
| 43 | + |
| 44 | +<div class="picture-container"> |
| 45 | +<p>Peace and tranquility</p> |
| 46 | +{% |
| 47 | + include figure.liquid |
| 48 | + path="/assets/img/pictures/happiness-dont-cost-a-dime.jpg" |
| 49 | + sizes = "250px" |
| 50 | + alt="IITH sunset" |
| 51 | + class="card-img-top" |
| 52 | +%} |
| 53 | +</div> |
| 54 | + |
| 55 | +<div class="picture-container"> |
| 56 | +<p>I've been as busy as a cat</p> |
| 57 | +{% |
| 58 | + include figure.liquid |
| 59 | + path="/assets/img/pictures/busy-as-a-cat.jpg" |
| 60 | + sizes = "250px" |
| 61 | + alt="Somewhere near Vizag" |
| 62 | + class="card-img-top" |
| 63 | +%} |
| 64 | +</div> |
| 65 | + |
| 66 | +<div class="picture-container"> |
| 67 | +<p>Help, I've fallen down a cave</p> |
| 68 | +{% |
| 69 | + include figure.liquid |
| 70 | + path="/assets/img/pictures/fell-down-a-cave.jpg" |
| 71 | + sizes = "250px" |
| 72 | + alt="Somewhere inside a cave" |
| 73 | + class="card-img-top" |
| 74 | +%} |
| 75 | +</div> |
| 76 | + |
| 77 | +<div class="picture-container"> |
| 78 | +<p>A street in Tokyo</p> |
| 79 | +{% |
| 80 | + include figure.liquid |
| 81 | + path="/assets/img/pictures/japan-street.jpg" |
| 82 | + sizes = "250px" |
| 83 | + alt="A street in Tokyo" |
| 84 | + class="card-img-top" |
| 85 | +%} |
| 86 | +</div> |
| 87 | + |
| 88 | +<div class="picture-container"> |
| 89 | +<p>Liminal spaces</p> |
| 90 | +{% |
| 91 | + include figure.liquid |
| 92 | + path="/assets/img/pictures/ramen.jpg" |
| 93 | + sizes = "250px" |
| 94 | + alt="Another street in Tokyo" |
| 95 | + class="card-img-top" |
| 96 | +%} |
| 97 | +</div> |
| 98 | + |
| 99 | +<div class="picture-container"> |
| 100 | +<p>Calm as cookies and cream</p> |
| 101 | +{% |
| 102 | + include figure.liquid |
| 103 | + path="/assets/img/pictures/cookies-and-cream.jpg" |
| 104 | + sizes = "250px" |
| 105 | + alt="Somewhere above Hyderabad" |
| 106 | + class="card-img-top" |
| 107 | +%} |
| 108 | +</div> |
| 109 | + |
| 110 | +<div class="picture-container"> |
| 111 | +<p>Woah, that's a big one!</p> |
| 112 | +{% |
| 113 | + include figure.liquid |
| 114 | + path="/assets/img/pictures/thats-a-big-one.jpg" |
| 115 | + sizes = "250px" |
| 116 | + alt="Airbus A380 at Narita" |
| 117 | + class="card-img-top" |
| 118 | +%} |
| 119 | +</div> |
| 120 | + |
| 121 | +<div class="picture-container"> |
| 122 | +<p>A herd of grazing Dreamliners</p> |
| 123 | +{% |
| 124 | + include figure.liquid |
| 125 | + path="/assets/img/pictures/dreamliners.jpg" |
| 126 | + sizes = "250px" |
| 127 | + alt="Boeing 787s at Narita" |
| 128 | + class="card-img-top" |
| 129 | +%} |
| 130 | +</div> |
| 131 | + |
| 132 | +<div class="picture-container"> |
| 133 | +<p>She's a beaut</p> |
| 134 | +{% |
| 135 | + include figure.liquid |
| 136 | + path="/assets/img/pictures/787.jpg" |
| 137 | + sizes = "250px" |
| 138 | + alt="Boeing 787 at Narita" |
| 139 | + class="card-img-top" |
| 140 | +%} |
| 141 | +</div> |
| 142 | + |
| 143 | +<div class="picture-container"> |
| 144 | +<p>Definitely wallpaper worthy</p> |
| 145 | +{% |
| 146 | + include figure.liquid |
| 147 | + path="/assets/img/pictures/wallpaper-worthy.jpg" |
| 148 | + sizes = "250px" |
| 149 | + alt="Mumbai airport arrivals" |
| 150 | + class="card-img-top" |
| 151 | +%} |
| 152 | +</div> |
| 153 | + |
| 154 | +<div class="picture-container"> |
| 155 | +<p>Cyber-gatto</p> |
| 156 | +{% |
| 157 | + include figure.liquid |
| 158 | + path="/assets/img/pictures/cyber-gatto.jpg" |
| 159 | + sizes = "250px" |
| 160 | + alt="A cat" |
| 161 | + class="card-img-top" |
| 162 | +%} |
| 163 | +</div> |
| 164 | + |
| 165 | +<div class="picture-container"> |
| 166 | +<p>ACML 2022</p> |
| 167 | +{% |
| 168 | + include figure.liquid |
| 169 | + path="/assets/img/pictures/acml2022.jpeg" |
| 170 | + sizes = "250px" |
| 171 | + alt="ACML 2022" |
| 172 | + class="card-img-top" |
| 173 | +%} |
| 174 | +</div> |
0 commit comments