Skip to content

Commit

Permalink
Add fonts APIs from Font Awesome and Google Fonts and set the skeleto…
Browse files Browse the repository at this point in the history
…n of the project
  • Loading branch information
cinthiafontoura committed Apr 18, 2022
1 parent 27f02db commit 9ae2c6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,24 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font Awesome and Google Fonts links -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Raleway%7CRighteous" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<title>Document</title>
</head>
<body>
<h1 class="heading">
<img src="assets/img/logo.png" alt="logo" class="logo">
Love Maths
</h1>
<div class="game-area">

</div>
<div class="score-area">
<p class="scores">Correst Answers <span id="score">0</span></p>
<p class="scores">Incorrect Answers <span id="incorrect">0</span></p>
</div>

<script src="assets/js/script.js"></script>
</body>
Expand Down

0 comments on commit 9ae2c6a

Please sign in to comment.