diff --git a/app.js b/app.js index 9faf82f..b21bbaf 100644 --- a/app.js +++ b/app.js @@ -5,4 +5,4 @@ document.addEventListener('DOMContentLoaded', function() { event.preventDefault(); alert('Form submitted successfully!'); }); -}); \ No newline at end of file +}); diff --git a/assets/person_icon.png b/assets/person_icon.png new file mode 100644 index 0000000..a0ea808 Binary files /dev/null and b/assets/person_icon.png differ diff --git a/index.html b/index.html index bec6530..e266303 100644 --- a/index.html +++ b/index.html @@ -105,4 +105,4 @@

Contact

- \ No newline at end of file + diff --git a/style.css b/style.css index 1fcc4d3..b75f3cb 100644 --- a/style.css +++ b/style.css @@ -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; @@ -143,4 +133,4 @@ a:focus, input:focus, select:focus, button:focus { overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; -} \ No newline at end of file +}