Skip to content

Commit 2232ca1

Browse files
Merge pull request #96 from Ridvmodi/master
Favicon Added
2 parents bffc35b + d135bd5 commit 2232ca1

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Projects.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
2222

23+
<!-- Favicon-->
24+
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
2325
<!-- Animate.css -->
2426
<link rel="stylesheet" href="css/animate.css">
2527
<!-- Icomoon Icon Fonts-->

about.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<title>Codeuino</title>
88

99
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
10-
10+
<!-- Favicon-->
11+
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
1112
<!-- Animate.css -->
1213
<link rel="stylesheet" href="css/animate.css">
1314
<!-- Icomoon Icon Fonts-->
@@ -35,6 +36,7 @@
3536
}
3637
ul{
3738
list-style-type: none;
39+
padding-left: 0px;
3840
}
3941
</style>
4042
</head>

blog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<meta name="twitter:card" content="" />
2727

2828
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
29-
29+
<!-- Favicon-->
30+
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
3031
<!-- Animate.css -->
3132
<link rel="stylesheet" href="css/animate.css">
3233
<!-- Icomoon Icon Fonts-->

contact.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<meta name="twitter:card" content="" />
2727

2828
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
29-
29+
<!-- Favicon-->
30+
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
3031
<!-- Animate.css -->
3132
<link rel="stylesheet" href="css/animate.css">
3233
<!-- Icomoon Icon Fonts-->

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ h1, h2, h3, h4, h5, h6, figure {
17381738
}
17391739

17401740
ul li {
1741-
color: #f1f1f1;
1741+
color: #bfbfbf;
17421742
}
17431743

17441744
.social-buttons ul li a i:hover{
@@ -1893,4 +1893,4 @@ input{
18931893
line-height: 24px;
18941894
font-size: 20px;
18951895
}
1896-
}
1896+
}

0 commit comments

Comments
 (0)