forked from Mostafa-Samir/Mostafa-Samir.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (34 loc) · 1.15 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
---
layout: minimal
title: "About me"
permalink: /about/index.html
description: "Wandering in a lifelong journey seeking after truth ..."
---
<!-- style rules specific only to this page -->
<style>
.about-info {
list-style: none;
}
.about-info i {
color: #A61C00;
}
</style>
<p>
BSc. in Computer Science. A software developer (focusing on web technologies), a beginner <i>indepenedent</i> AI/ML researcher, and a philosophy enthusiast.
I'm seeking to join a strong reasaerch programme (MSc, MPhil, or Phd) and/or a research software developement
team that meets and challanges my software development and research interests and skills.
</p>
<ul class='about-info'>
<li>
<i class='fa fa-linkedin'></i>
<a href="https://eg.linkedin.com/in/m0stafasamir" target="_blank"> Check out my Linkedin.</a>
</li>
<li>
<i class='fa fa-twitter'></i>
<a href="https://twitter.com/M0stafa_Samir" target="_blank"> Follow me on twitter,</a>
</li>
<li>
<i class='fa fa-envelope-o'></i>
<a href="mailto:[email protected]" target="_blank"> or send me an email.</a>
</li>
</ul>