-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
232 lines (218 loc) · 11.2 KB
/
work.html
File metadata and controls
232 lines (218 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Work - Michael Coleman</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="animations.css">
<link rel="stylesheet" href="work.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<div class="container">
<!-- Header -->
<header>
<div class="logo">
<h2>Mickie.</h2>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Services</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="work.html" class="active">Work</a></li>
<li><a href="#">Contact</a></li>
</ul>
<button class="hire-btn" onclick="window.location.href='hire-me.html'">Hire me</button>
</nav>
<div class="menu-toggle">
<i class="fas fa-bars"></i>
</div>
</header>
<!-- Work Hero Section -->
<section class="work-hero">
<h1 class="animate fade-in-up">My <span class="highlight">Portfolio</span></h1>
<p class="section-subtitle animate fade-in-up delay-1">
Explore my latest projects and see how I bring ideas to life with creativity and technical expertise.
</p>
</section>
<!-- Work Filter -->
<section class="work-filter animate fade-in-up delay-2">
<div class="filter-buttons">
<button class="filter-btn active" data-filter="all">All Projects</button>
<button class="filter-btn" data-filter="web">Web Development</button>
<button class="filter-btn" data-filter="mobile">Mobile Apps</button>
<button class="filter-btn" data-filter="ui">UI/UX Design</button>
</div>
</section>
<!-- Work Gallery -->
<section class="work-gallery">
<div class="gallery-grid">
<!-- Project 1 -->
<div class="gallery-item animate fade-in-up delay-1" data-category="web">
<a href="https://kimverseluxe.shop/" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="portfolio screenshots/Kimverse.png" alt="E-commerce Website">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>E-commerce Website</h3>
<p>Web Development</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 2 -->
<div class="gallery-item animate fade-in-up delay-2" data-category="website">
<a href="https://apple4u.store/" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="portfolio screenshots/Apple4u.png" alt="Music App">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Website for an Apple shop</h3>
<p>Website Development</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 3 -->
<div class="gallery-item animate fade-in-up delay-3" data-category="web">
<a href="https://wakawakaboyz.store/" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="portfolio screenshots/wakawaka.png" alt="Blog Website">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Food Delivery Website</h3>
<p>Web Development</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 4 -->
<div class="gallery-item animate fade-in-up delay-1" data-category="web">
<a href="https://mickiefender.github.io/Baltic-Properties/" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="portfolio screenshots/baltic-properties.png" alt="Fitness Tracker">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Real Estate Website</h3>
<p>Website Development</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 5 -->
<div class="gallery-item animate fade-in-up delay-2" data-category="web">
<a href="https://example.com/project5" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="images/Church_website.png" alt="Church Website">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Church Website</h3>
<p>Web Development</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 6 -->
<div class="gallery-item animate fade-in-up delay-3" data-category="web">
<a href="https://example.com/project6" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="images/portfolio.png" alt="Portfolio Template">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Portfolio Template</h3>
<p>UI/UX Design</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 7 -->
<div class="gallery-item animate fade-in-up delay-1" data-category="ui">
<a href="https://example.com/project7" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="images/ecommerce-dashboard.png" alt="Dashboard UI">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Dashboard UI</h3>
<p>UI/UX Design</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 8 -->
<div class="gallery-item animate fade-in-up delay-2" data-category="web">
<a href="https://mickiefender.github.io/soundcheckempire/" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="portfolio screenshots/souncheck-empire.png" alt="School management system">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Website for Music Production</h3>
<p>Web Development</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
<!-- Project 9 -->
<div class="gallery-item animate fade-in-up delay-3" data-category="web">
<a href="https://mickiefender.github.io/houseofanaaley/" target="_blank" class="gallery-link">
<div class="gallery-image">
<img src="portfolio screenshots/hose of anaalley.png" alt="Food Delivery App">
<div class="gallery-overlay">
<div class="gallery-info">
<h3>Fashion Website</h3>
<p>Website</p>
<span class="view-project">
<i class="fas fa-external-link-alt"></i> View Project
</span>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- Contact CTA -->
<section class="contact-cta animate fade-in-up">
<h2>Interested in working together?</h2>
<p>Let's discuss your project and bring your ideas to life.</p>
<button class="hire-btn" onclick="window.location.href='hire-me.html'">Hire me</button>
</section>
</div>
<script src="script.js"></script>
<script src="animations.js"></script>
<script src="work.js"></script>
</body>
</html>