Skip to content

Commit 44dd8a7

Browse files
authored
Merge pull request #3 from gitcodes/master
Changes in H1
2 parents 32b8657 + b5f19a6 commit 44dd8a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css/clean-blog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ p {
2020
p a {
2121
text-decoration: underline;
2222
}
23-
h1,
23+
h1 { color:#46A7A2;font-family: sans-serif; font-weight: 800;font-size:40px}
2424
h2,
2525
h3,
2626
h4,

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
1616

1717
<!-- Theme CSS -->
18-
<link href="css/clean-blog.min.css" rel="stylesheet">
18+
<link href="css/clean-blog.css" rel="stylesheet">
1919

2020
<!-- Custom Fonts -->
2121
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
@@ -30,14 +30,14 @@
3030
<!--
3131
<img class="img-circle" src="img/me.jpg" style="width:200px;height:250px;" alt="OommenKuruvilla">
3232
<br/> -->
33-
<h1>Oommen Kuruvilla</h1>
33+
<h1>Hi! I'm Oommen Kuruvilla</h1>
3434
<p><i>Softwaree Engineer|Machine Learning and Artifical Intelliegence Enthusiast</i></p>
3535

3636
<hr><br>
3737

3838
<h4>About Me</h4>
3939

40-
<p>Hi,my name is Oommen Kuruvilla.I am a technology enthusiast, aspiring AI programmer and a passionate computer science graduate who is always willing to learn and share.Currently pursuing MSc Conputer Science from Trinity College Dublin<br></p>
40+
<p>I am a technology enthusiast, aspiring AI programmer and a passionate computer science graduate who is always willing to learn and share.Currently pursuing MSc Conputer Science from Trinity College Dublin<br></p>
4141

4242
<hr><br>
4343

0 commit comments

Comments
 (0)