Skip to content

Commit

Permalink
[#50 #51] HTML skeleton, files unification (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
budnickip authored Jan 8, 2021
1 parent b3ed427 commit c6e411f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>CodersCamp2020 | Star Wars API QUIZ</title>
<link rel="stylesheet" href="styles/App.css"/>
<link rel="stylesheet" href="styles/App.scss"/>

<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
</head>
<body>

<div id="swquiz-app">
<div id="swquiz-app" class="swquiz-app">
<div class="swquiz-header">
<a href="/index.html">
<img class="swquiz-sw-logo" src="./static/assets/ui/StarWarsLogo.png" alt="Star Wars Logo">
</a>
</div>
<div class="swquiz-body">
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions styles/App.css → styles/App.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import './components/gameMode.scss';
@import './components/gameHeader.css';
@import './components/mainMenu.css';
@import './components/gameHeader.scss';
@import './components/mainMenu.scss';
@import './components/image.scss';
@import './components/redButton.css';
@import './components/redButton.scss';


:root {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c6e411f

Please sign in to comment.