Skip to content
Snippets Groups Projects
Commit 6b546dcd authored by Ying Tung Lau's avatar Ying Tung Lau :cartwheel_tone1:
Browse files

Upload New File

parent 012c6d0f
No related branches found
No related tags found
No related merge requests found
{% extends 'layout.html' %}
{% block title %}About{% endblock %}
{% block content %}
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center my-4">About Me</h1>
<p class="text-center">I’m Ariel Lau and I’m passionate about empowering businesses through digital transformation and data analytics.
I have two years of experiences as a market researcher and I am skilled in curating the best tech solutions to my clients.
I am from Hong Kong and in the process of completing my master’s degree in Computing and IT Management at Cardiff University and relocating permanently to the UK.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3 class="text-center my-4">Interests and Research Areas</h3>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">Human Centric Computing</li>
<li class="list-group-item">Data Analytics and Visualisation</li>
<li class="list-group-item">Digital Marketing</li>
<li class="list-group-item">Social Media Management</li>
<li class="list-group-item">Videogame Development</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3 class="text-center my-4">You can find me on:</h3>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">
<a href="https://medium.com/@ariel7lau" class="btn btn-primary btn-sm">My Medium Blog</a>
</li>
<li class="list-group-item">
<a href="https://www.linkedin.com/in/ariel-yt-lau/" class="btn btn-primary btn-sm">My LinkedIn Profile</a>
</li>
<li class="list-group-item">
<a href="https://github.com/ariel7lau/" class="btn btn-primary btn-sm">My GitHub</a>
</li>
</ul>
</div>
</div>
{% endblock content %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment