-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (50 loc) · 2.34 KB
/
about.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
<!--about start -->
<section id="about" class="about">
<div class="section-heading text-center">
<h2>about me</h2>
</div>
<div class="container">
<div class="about-content">
<div class="row">
<div class="col-sm-6">
<div class="single-about-txt">
<h3>
<h3>
Entrepreneurial Data Scientist with a Life Science Edge
</h3>
<p>
I am an innovative and entrepreneurial-minded professional.
As I advance through my Masters in Data Science and AI at Chalmers University of Technology,
I bring a multifaceted background that spans from direct sales to the nuanced analysis of
research data in psychology.
This eclectic experience has endowed me with a versatile skill set and an agile
approach to new challenges and dynamic social settings. My fervor lies in the power
of data-driven decision-making, keeping me tethered to the cutting edge of technological
advancements and innovation.
</p>
<div class="row">
<div class="col-sm-6">
<div class="single-about-add-info">
<h3>phone</h3>
<p>(+46)73-9725-017</p>
</div>
</div>
<div class="col-sm-6">
<div class="single-about-add-info">
<h3>email</h3>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-offset-1 col-sm-5">
<div class="single-about-img">
<img src="assets/images/about/me_me_me.jpg" alt="profile_image">
</div>
</div>
</div>
</div>
</div>
</section><!--/.about-->
<!--about end -->