Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.
Open
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
37 changes: 37 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,40 @@ div.grid-item {
transition-duration: 100ms;
}


/* SOCIAL LINKS STYLE */

.fa {
color: #999;
font-size: 28px;
margin-left: 10px;
transition: 0.8s;
padding: 2px 2px 2px 2px;;
}

.sofb:hover {
color: #5983ff;
}

.soig:hover {
color: #ff59d0;
transition: 0.5s;
}

.sogh:hover{
color: white;
}

.sotw:hover {
color: #17c5ff;
}

.soyt:hover {
color: #ff5959;
background-color: white;
border-radius: 2px;
}

.ser {
color: #999;
}
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900|Roboto:300" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="./images/favicon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>The Algorithms</title>
</head>
<body>
Expand Down Expand Up @@ -35,7 +36,13 @@ <h1 class="name">The Algorithms</h1>
<div class="grid-item"><a target="_blank" href="https://github.com/TheAlgorithms/MATLAB-Octave"><img src="./images/svg/matlab.png" height="50px" alt="MATLAB/Octave Logo"/><br><span class="language-name">MATLAB/<br>Octave</span></a></div>
</div>
</main>

</div>
<br>
<a href="#"><span class="sofb fa fa-facebook"></span></a>
<a href="#"><span class="soig fa fa-instagram"></span></a>
<a href="#"><span class="sotw fa fa-twitter"></span></a>
<a href="#"><span class="sogh fa fa-github"></span></a>
<a href="#"><span class="soyt fa fa-youtube"></span></a>
<a href="#"><span class="sodc fa fa-discord"></span></a>
</div>
</body>
</html>