diff --git a/src/App.css b/src/App.css
index fa0b6da..4ec2649 100644
--- a/src/App.css
+++ b/src/App.css
@@ -113,6 +113,7 @@ p {
line-height: 1.6;
color: rgba(255, 255, 255, 0.9);
max-width: 600px;
+ min-height: 160px;
}
.hero-socials {
@@ -607,103 +608,4 @@ p {
color: white;
background: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.5);
-}
-
-/* Contact Page Styles */
-.contact-wrapper {
- position: relative;
- width: 100%;
- min-height: 100vh;
- display: flex;
- justify-content: center;
-}
-
-.contact-background-placeholder {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: black;
- z-index: -1;
-}
-
-.contact-main-block {
- min-width: 66vw;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-.contact-card {
- width: 100%;
- max-width: 600px;
- /* Reduced from 800px to be tighter */
- padding: 40px;
- border: 1px solid rgba(255, 255, 255, 0.2);
- border-radius: 20px;
- background-color: rgba(255, 255, 255, 0.05);
- backdrop-filter: blur(5px);
- display: flex;
- flex-direction: column;
- align-items: center;
-}
-
-.contact-title {
- font-size: clamp(40px, 5vw, 60px);
- font-family: roboto, sans-serif;
- color: white;
- text-align: center;
- margin-bottom: 40px;
- margin-top: 0;
-}
-
-.contact-content {
- font-size: 1.1rem;
- font-family: roboto, sans-serif;
- color: rgba(255, 255, 255, 0.9);
- text-align: center;
- width: 100%;
-}
-
-.contact-intro {
- margin-bottom: 40px;
-}
-
-.contact-links-container {
- display: flex;
- flex-direction: column;
- gap: 20px;
- align-items: center;
- width: 100%;
-}
-
-.contact-link-item {
- padding: 20px;
- background-color: rgba(255, 255, 255, 0.1);
- border-radius: 15px;
- width: 100%;
- max-width: 500px;
- backdrop-filter: blur(10px);
- border: 1px solid rgba(255, 255, 255, 0.1);
- cursor: pointer;
-}
-
-.contact-link-text {
- margin: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-wrap: wrap;
-}
-
-.contact-label {
- opacity: 0.7;
- margin-right: 10px;
-}
-
-.contact-value {
- color: white;
- text-decoration: none;
- font-weight: 500;
}
\ No newline at end of file
diff --git a/src/App.tsx b/src/App.tsx
index 03f99b4..fb55010 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -8,7 +8,7 @@ import About from './pages/About';
import WorkExperience from './pages/WorkExperience';
import Projects from './pages/Projects';
import Skills from './pages/Skills';
-import Contact from './pages/Contact';
+
function ScrollToTop() {
const { pathname } = useLocation();
@@ -41,7 +41,7 @@ function App() {
- I would love to hear from you! Feel free to reach out through any of these channels: -
-- Email: - - sasha.bayda@outlook.com - -
-- Phone: - (306) 921-7145 -
-- LinkedIn: - - linkedin.com/in/sasha-bayda - -
-