Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -104
index.html
CHANGED
@@ -9,110 +9,7 @@
|
|
9 |
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
10 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0vznvYBk4//SYzxbv4RDs09cLt7qVCJStxv4b89lZcW" crossorigin="anonymous"></script>
|
11 |
|
12 |
-
|
13 |
-
body {
|
14 |
-
font-family: Arial, sans-serif;
|
15 |
-
margin: 0;
|
16 |
-
padding: 0;
|
17 |
-
}
|
18 |
-
|
19 |
-
.header {
|
20 |
-
background-color: #fff;
|
21 |
-
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
22 |
-
position: fixed;
|
23 |
-
top: 0;
|
24 |
-
width: 100%;
|
25 |
-
z-index: 10;
|
26 |
-
}
|
27 |
-
|
28 |
-
.navbar {
|
29 |
-
padding: 1rem 2rem;
|
30 |
-
}
|
31 |
-
|
32 |
-
.hero {
|
33 |
-
height: 100vh;
|
34 |
-
display: flex;
|
35 |
-
justify-content: center;
|
36 |
-
align-items: center;
|
37 |
-
background-image: url("images/background.jpg"); /* Replace with your background image */
|
38 |
-
background-size: cover;
|
39 |
-
background-attachment: fixed;
|
40 |
-
color: #fff;
|
41 |
-
}
|
42 |
-
|
43 |
-
.about, .skills, .portfolio, .contact {
|
44 |
-
padding: 5rem 0;
|
45 |
-
}
|
46 |
-
|
47 |
-
.skill-card {
|
48 |
-
background-color: #f5f5f5;
|
49 |
-
padding: 2rem;
|
50 |
-
border-radius: 5px;
|
51 |
-
text-align: center;
|
52 |
-
transition: all 0.3s ease-in-out;
|
53 |
-
}
|
54 |
-
|
55 |
-
.skill-card:hover {
|
56 |
-
transform: scale(1.05);
|
57 |
-
}
|
58 |
-
|
59 |
-
.portfolio-item {
|
60 |
-
margin-bottom: 2rem;
|
61 |
-
}
|
62 |
-
|
63 |
-
.footer {
|
64 |
-
background-color: #f2f2f2;
|
65 |
-
padding: 1rem 0;
|
66 |
-
}
|
67 |
-
|
68 |
-
.social-link {
|
69 |
-
margin-right: 1rem;
|
70 |
-
font-size: 1.2
|
71 |
-
}
|
72 |
-
|
73 |
-
.nav-link {
|
74 |
-
color: #333;
|
75 |
-
transition: all 0.3s ease-in-out;
|
76 |
-
}
|
77 |
-
|
78 |
-
.nav-link:hover {
|
79 |
-
color: #007bff;
|
80 |
-
}
|
81 |
-
|
82 |
-
.hero h1 {
|
83 |
-
font-size: 2.5rem;
|
84 |
-
font-weight: bold;
|
85 |
-
margin-bottom: 1rem;
|
86 |
-
}
|
87 |
-
|
88 |
-
.hero p {
|
89 |
-
font-size: 1.2rem;
|
90 |
-
line-height: 1.5;
|
91 |
-
}
|
92 |
-
|
93 |
-
@media (max-width: 768px) {
|
94 |
-
.col-md-6 {
|
95 |
-
width: 100%;
|
96 |
-
}
|
97 |
-
}
|
98 |
-
|
99 |
-
|
100 |
-
.social-link i {
|
101 |
-
font-size: 1.5rem;
|
102 |
-
color: #333;
|
103 |
-
transition: all 0.3s ease-in-out;
|
104 |
-
}
|
105 |
-
|
106 |
-
.social-link:hover i {
|
107 |
-
color: #007bff;
|
108 |
-
}
|
109 |
-
|
110 |
-
.footer {
|
111 |
-
padding: 20px;
|
112 |
-
background-color: #f5f5f5;
|
113 |
-
}
|
114 |
-
|
115 |
-
</style>
|
116 |
|
117 |
</head>
|
118 |
<body>
|
|
|
9 |
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
10 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0vznvYBk4//SYzxbv4RDs09cLt7qVCJStxv4b89lZcW" crossorigin="anonymous"></script>
|
11 |
|
12 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
</head>
|
15 |
<body>
|