# Devices

> Markdown version of https://brajeshwar.com/devices/

{% if site.data.devices %}
<h2 id="phones">Phones</h2>
<p>
	I got my first personal phone in 1999 when I migrated from Manipur to Bombay. Here is the evolution of my phone and the phone home screen over the years.
</p>
<ul class="item__cards">
{% for phones in site.data.devices -%}
	<li>
		<a href="{{ phones.url }}" target="_oinam">
			<figure>
				<img width="225" height="300" src="{{ site.baseurl | prepend: site.url }}/static/devices/{{ phones.img }}" alt="{{ phones.title }}">
  			<figcaption>
  				{{ phones.title }} ({{ phones.released }})
  				<span>Used: {{ phones.years }}</span>
  			</figcaption>
  		</figure>
		</a>
	</li>
{% endfor -%}
</ul>
{% endif %}

<!-- 

I was not really a watch person.
I was fascinated by the Apple Watch but the inability to have an always-on display was stopping me from having one. So, I waited till series-5. I started with it and used it for about 5 years (2019-2024).

iPad was interesting and had the first version.

Phone in 2005 Sony Ericcson P910i https://en.wikipedia.org/wiki/Sony_Ericsson_P910

 -->
