Skip to content

Commit 1822ed7

Browse files
author
larismourullo
committed
📦 Organiza pastas e arquivos
1 parent 82d0acd commit 1822ed7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

up-arrow.svg image/up-arrow.svg

File renamed without changes.

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<meta name="viewport" content="width=device-width, user-scalable=no">
99

1010
<!-- Css -->
11-
<link rel="stylesheet" href="style.css">
11+
<link rel="stylesheet" href="style/style.css">
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.1/css/bulma.min.css">
1313
</head>
1414
<body>
1515
<a href="#top" class="button-radius">
16-
<img src="up-arrow.svg" alt="Seta Cima" />
16+
<img src="image/up-arrow.svg" alt="Seta Cima" />
1717
</a>
1818
<section class="hero is-primary is-medium">
1919
<!-- Hero content: will be in the middle -->
@@ -222,6 +222,6 @@ <h4 class="title is-4 is-spaced">Parceiros</h4>
222222

223223
<!-- Script -->
224224
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
225-
<script src="script.js"></script>
225+
<script src="script/script.js"></script>
226226
</body>
227227
</html>

script.js script/script.js

File renamed without changes.

style.css style/style.css

File renamed without changes.

0 commit comments

Comments
 (0)