Skip to content

Commit

Permalink
deploy: 6f1263c
Browse files Browse the repository at this point in the history
  • Loading branch information
aferreira-deo committed Jun 10, 2024
1 parent 1f87b8f commit 7de9a08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ document.addEventListener('DOMContentLoaded', function() {
event.preventDefault();
alert('Form submitted successfully!');
});
});
});
Binary file added assets/person_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ <h2 class="section-title contact">Contact</h2>
</section>
<script src="app.js"></script>
</body>
</html>
</html>
12 changes: 1 addition & 11 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding-top: 50px;
}

h1 {
color: #333;
}
/* styles.css */
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -143,4 +133,4 @@ a:focus, input:focus, select:focus, button:focus {
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
}

0 comments on commit 7de9a08

Please sign in to comment.