-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 1.41 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
---
layout: layout
---
<script type="application/ld+json">
{% include actions/profile.json %}
</script>
<section id="about">
<div class="container">
<div class="avatar m-4">
<img
class="img-circle"
src="/static/img/{{ site.avatar }}"
height="256"
width="256"
alt="Responsive image"
/>
</div>
<h1 class="fs-3">
Hi 👋, I'm <text class="fw-bold">{{ site.author }}</text>.
</h1>
<h3>
A 4th year PhD candidate at the
<a
class="plausible-event-name=Home+Page"
href="https://goo.gl/maps/fWM9jdh2wmeXHZEr7"
>University of Glasgow</a
>
</h3>
<h3>
🔭 I'm currently working on
<a
class="plausible-event-name=Home+Page"
href="https://github.com/iwishiwasaneagle/jdrones"
>jdrones</a
>
and my thesis
</h3>
<h3>
🌱 I'm also researching
<text class="fw-bold">Path Planning for Search and Rescue using Machine Learning</text>.
</h3>
<br />
<h3>
Have a look at some of my working
<a class="plausible-event-name=Home+Page" href="/projects"> projects</a>.
</h3>
<h3>
Or checkout any of my
<a class="plausible-event-name=Home+Page" href="/blog"
>{{ site.posts | size }} blog posts</a
>
on various topics!
</h3>
<div class="social">{% include social.html %}</div>
</div>
</section>