-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (47 loc) · 2.47 KB
/
index.html
File metadata and controls
70 lines (47 loc) · 2.47 KB
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
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Personal website: Oommen Kuruvilla">
<meta name="author" content="OOMMEN KURUVILLA">
<title>Oommen Kuruvilla</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<center>
<br/><br/>
<h1>Hi! I'm Oommen Kuruvilla</h1>
<p><i>Software Engineer|ML and AI Enthusiast</i></p>
<hr><br>
<h4>About Me</h4>
<p>I am a technology enthusiast, aspiring AI programmer, who enjoy programming.<br>Currently pursuing M.Sc in Computer Science from Trinity College Dublin(University of Dublin)<br></p>
<hr><br>
<h4>Experience and Volunteering</h4>
<p>Software Engineer at <a href="https://www.orioninc.com/"> Orion Business Innovation</a>(November 2018 - July 2019)</p>
<p>Junior Software Engineer at <a href="http://www.mptglobal.com/">Muthoot Pappachan Technologies</a>(October 2017 - August 2018)</p>
<p>Microsoft Student Partner 2015 - 2017</p>
<p>InsightSTEM cambus Ambassador and local chapter member</p>
<hr><br>
<h4>Open Source Contributions</h4>
<a href="https://duckduckgo.com/">DuckDuckGo</a> - The search engine that doesn't track you.
<footer>
<div class="container">
<h4>Contact Me</h4>
<br>
<a href="mailto:oommenkuruvilla@outlook.com?Subject=From website" title="Mail"> <i class="fa fa-envelope" style="font-size: 40px"></i></a>
<a href="https://www.github.com/gitcodes" title="GitHub"> <i class="fa fa-github-alt" style="font-size: 40px"></i></a>
<a href="https://www.linkedin.com/in/oommen-kuruvilla" title="LinkedIn"> <i class="fa fa-linkedin-square" style="font-size: 40px"></i></a>
</div><center>
</footer>
</center>
</body>
</html>