Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

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

<!-- Favicon-->
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
Expand Down
4 changes: 3 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<title>Codeuino</title>

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

<!-- Favicon-->
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
Expand Down Expand Up @@ -35,6 +36,7 @@
}
ul{
list-style-type: none;
padding-left: 0px;
}
</style>
</head>
Expand Down
3 changes: 2 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<meta name="twitter:card" content="" />

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

<!-- Favicon-->
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
Expand Down
3 changes: 2 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<meta name="twitter:card" content="" />

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

<!-- Favicon-->
<link rel="shortcut icon" href="images/codeunio.jpeg" type="image/x-icon">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
Expand Down
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ h1, h2, h3, h4, h5, h6, figure {
}

ul li {
color: #f1f1f1;
color: #bfbfbf;
}

.social-buttons ul li a i:hover{
Expand Down Expand Up @@ -1893,4 +1893,4 @@ input{
line-height: 24px;
font-size: 20px;
}
}
}