-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
296 lines (288 loc) · 13.8 KB
/
Copy pathindex.html
File metadata and controls
296 lines (288 loc) · 13.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Butool Fatima - Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="logo">Butool Fatima</div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-content">
<h1 class="hero-title">
<span class="greeting">Hi, I'm</span>
<span class="name">Butool Fatima</span>
</h1>
<p class="hero-subtitle">Software Developer / Software Instructor</p>
<p class="hero-description">Building robust software solutions and sharing knowledge through teaching</p>
<div class="hero-buttons">
<a href="#projects" class="btn btn-primary">View My Work</a>
<a href="#contact" class="btn btn-secondary">Get In Touch</a>
</div>
</div>
<div class="scroll-indicator">
<span>Scroll Down</span>
<i class="fas fa-chevron-down"></i>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-image">
<div class="image-placeholder">
<i class="fas fa-user"></i>
</div>
</div>
<div class="about-text">
<p>I'm a passionate Software Developer and Software Instructor with expertise in building robust applications and teaching programming concepts. I specialize in developing scalable software solutions using modern technologies and best practices.</p>
<p>With a strong foundation in Data Structures and Algorithms, I bring problem-solving skills to every project. My journey in software development has evolved into a dual role where I both create innovative solutions and share my knowledge with aspiring developers through teaching.</p>
<div class="about-stats">
<div class="stat-item">
<h3>50+</h3>
<p>Projects Completed</p>
</div>
<div class="stat-item">
<h3>3+</h3>
<p>Years Experience</p>
</div>
<div class="stat-item">
<h3>30+</h3>
<p>Happy Clients</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<h2 class="section-title">Skills</h2>
<div class="skills-grid">
<div class="skill-card">
<div class="skill-icon">
<i class="fab fa-html5"></i>
</div>
<h3>HTML5</h3>
<div class="skill-bar">
<div class="skill-progress" data-width="90"></div>
</div>
<span class="skill-percentage">90%</span>
</div>
<div class="skill-card">
<div class="skill-icon">
<i class="fab fa-css3-alt"></i>
</div>
<h3>CSS3</h3>
<div class="skill-bar">
<div class="skill-progress" data-width="85"></div>
</div>
<span class="skill-percentage">85%</span>
</div>
<div class="skill-card">
<div class="skill-icon">
<i class="fab fa-js"></i>
</div>
<h3>JavaScript</h3>
<div class="skill-bar">
<div class="skill-progress" data-width="80"></div>
</div>
<span class="skill-percentage">80%</span>
</div>
<div class="skill-card">
<div class="skill-icon">
<i class="fab fa-react"></i>
</div>
<h3>React</h3>
<div class="skill-bar">
<div class="skill-progress" data-width="75"></div>
</div>
<span class="skill-percentage">75%</span>
</div>
<div class="skill-card">
<div class="skill-icon">
<i class="fab fa-node"></i>
</div>
<h3>Node.js</h3>
<div class="skill-bar">
<div class="skill-progress" data-width="70"></div>
</div>
<span class="skill-percentage">70%</span>
</div>
<div class="skill-card">
<div class="skill-icon">
<i class="fab fa-git-alt"></i>
</div>
<h3>Git</h3>
<div class="skill-bar">
<div class="skill-progress" data-width="85"></div>
</div>
<span class="skill-percentage">85%</span>
</div>
<div class="skill-card">
<div class="skill-icon">
<i class="fas fa-code"></i>
</div>
<h3>Data Structures & Algorithms</h3>
<div class="skill-bar">
<div class="skill-progress" data-width="80"></div>
</div>
<span class="skill-percentage">80%</span>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">My Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
<div class="project-overlay">
<a href="#" class="project-link" title="Live Demo"><i class="fas fa-external-link-alt"></i></a>
<a href="https://github.com/yourusername/project-name" class="project-link" title="GitHub Repository" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="project-info">
<h3>E-Commerce Website</h3>
<p>A fully responsive e-commerce platform with shopping cart functionality and payment integration.</p>
<div class="project-tags">
<span>HTML</span>
<span>CSS</span>
<span>JavaScript</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<div class="project-overlay">
<a href="#" class="project-link" title="Live Demo"><i class="fas fa-external-link-alt"></i></a>
<a href="https://github.com/yourusername/project-name" class="project-link" title="GitHub Repository" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="project-info">
<h3>Task Management App</h3>
<p>A modern task management application with drag-and-drop functionality and real-time updates.</p>
<div class="project-tags">
<span>React</span>
<span>Node.js</span>
<span>MongoDB</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<div class="project-overlay">
<a href="#" class="project-link" title="Live Demo"><i class="fas fa-external-link-alt"></i></a>
<a href="https://github.com/yourusername/project-name" class="project-link" title="GitHub Repository" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="project-info">
<h3>Weather Dashboard</h3>
<p>An interactive weather dashboard that displays current conditions and forecasts using API integration.</p>
<div class="project-tags">
<span>JavaScript</span>
<span>API</span>
<span>CSS3</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<div class="project-overlay">
<a href="#" class="project-link" title="Live Demo"><i class="fas fa-external-link-alt"></i></a>
<a href="https://github.com/yourusername/project-name" class="project-link" title="GitHub Repository" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="project-info">
<h3>Social Media Dashboard</h3>
<p>A comprehensive social media analytics dashboard with data visualization and reporting features.</p>
<div class="project-tags">
<span>React</span>
<span>Chart.js</span>
<span>REST API</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<div class="contact-content">
<div class="contact-info">
<h3>Let's Connect</h3>
<p>I'm always open to discussing new projects, creative ideas, or opportunities to be part of your visions.</p>
<div class="contact-details">
<div class="contact-item">
<i class="fas fa-envelope"></i>
<span>butool.fatima@email.com</span>
</div>
<div class="contact-item">
<i class="fas fa-phone"></i>
<span>+1 (234) 567-8900</span>
</div>
<div class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<span>Your City, Country</span>
</div>
</div>
<div class="social-links">
<a href="#" class="social-link"><i class="fab fa-linkedin"></i></a>
<a href="#" class="social-link"><i class="fab fa-github"></i></a>
<a href="#" class="social-link"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-link"><i class="fab fa-instagram"></i></a>
</div>
</div>
<form class="contact-form">
<div class="form-group">
<input type="text" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<input type="text" placeholder="Subject" required>
</div>
<div class="form-group">
<textarea placeholder="Your Message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2024 Butool Fatima. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>