Skip to content

Commit

Permalink
Changed links
Browse files Browse the repository at this point in the history
  • Loading branch information
pfra17 committed Oct 27, 2024
1 parent f870e2a commit e540770
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🃏 Black Jack Game</title>
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <script src="https://kit.fontawesome.com/8c71f66ca7.js" crossorigin="anonymous"></script> -->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">-->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> -->
<script src="https://kit.fontawesome.com/8c71f66ca7.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="static/css/bootstrap.css">
<script src="static/js/bootstrap.js"></script>
<script src="static/js/setDefaultTheme.js"></script>
Expand Down Expand Up @@ -94,8 +95,7 @@ <h3>📜 Game History</h3>
<script src="static/js/theme.js"></script>
<footer>
<div class="footer">
<h3>Github</h3>
<h3>Linkedin</h3>
<a href="https://github.com/pfra17" target="_blank"><i class="fa-4x fa-brands fa-github"></i></a>
</div>
</footer>
</div>
Expand Down
5 changes: 5 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ nav {
color: white;
}

a, a:hover {
text-decoration: none;
color: var(--color);
}

footer {
width: 100%;
height: 300px;
Expand Down

0 comments on commit e540770

Please sign in to comment.