-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
172 lines (141 loc) · 7.33 KB
/
work.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.1.0/remixicon.css"
integrity="sha512-dUOcWaHA4sUKJgO7lxAQ0ugZiWjiDraYNeNJeRKGOIpEq4vroj1DpKcS3jP0K4Js4v6bXk31AAxAxaYt3Oi9xw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/swipper-bundler.css">
<title>My Work</title>
</head>
<body>
<!-- Header -->
<header class="header header-pages" id="header">
<nav class="nav container">
<a href="index.html" class="nav-logo">AAMIR</a>
<div class="nav-menu" id="nav-menu">
<ul class="nav-list">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About Me</a>
</li>
<li class="nav-item">
<a href="work.html" class="nav-link">Portfolio</a>
</li>
<li class="nav-item">
<a href="contact.html" class="button">Contact Me</a>
</li>
</ul>
<div class="nav-close" id="nav-close">
<i class="ri-close-circle-line"></i>
</div>
</div>
<div class="nav-action">
<i class="ri-moon-line change-theme" id="theme-button"></i>
<div class="toggle-button">
<i class="ri-apps-line"></i>
</div>
</div>
</nav>
</header>
<!-- main -->
<main class="main">
<!-- work section -->
<section class="work section">
<h2 class="section__title">
My Most <br>
Recent Work
</h2>
<div class="work__container work__page container grid">
<article class="work__card">
<a href='https://syedamir5560.github.io/E-commerce-website-with-html-css---javaScript/'
class="work__link"><img src="images/E-commerce wesite.png" class="work__img">
<i class="ri-arrow-right-circle-line work__icon"></i></a>
<h2 class="work__title">Creative E-commerce Website</h2>
<span class="work__subtitle">Website Development & Responsive Design</span>
</article>
<article class="work__card">
<a href='https://syedamir5560.github.io/TaxiParkWebPage/' class="work__link"><img
src="images/Screenshot 2024-02-19 131428.png" class="work__img">
<i class="ri-arrow-right-circle-line work__icon"></i></a>
<h2 class="work__title">TaxiPark Website</h2>
<span class="work__subtitle">Website Development & Responsive Design</span>
</article>
<article class="work__card">
<a href='https://syedamir5560.github.io/Responsive-barber-shop-webpage/' class="work__link"><img
src="images/Screenshot 2024-02-19 132607.png" class="work__img">
<i class="ri-arrow-right-circle-line work__icon"></i></a>
<h2 class="work__title">Barber Shop</h2>
<span class="work__subtitle">Website Design</span>
</article>
<article class="work__card">
<a href='https://syedamir5560.github.io/Animated_Website-with-GSAP/' class="work__link"><img
src="images/GSAP1.png" class="work__img">
<i class="ri-arrow-right-circle-line work__icon"></i></a>
<h2 class="work__title">Animated Website With GSAP & Locomotivejs</h2>
<span class="work__subtitle">Animtion On Websites</span>
</article>
<article class="work__card">
<a href='https://syedamir5560.github.io/Animated-Website-2/' class="work__link"><img
src="images/Screenshot 2024-04-12 114001.png" class="work__img">
<i class="ri-arrow-right-circle-line work__icon"></i></a>
<h2 class="work__title">Animated Website 2 With GSAP & Locomotivejs</h2>
<span class="work__subtitle">Animtion On Websites</span>
</article>
<article class=" work__card">
<a href='https://e-commerce-website-d6rh8z4qy-syedamir5560s-projects.vercel.app/'
class="work__link"><img src="images/Screenshot 2024-04-19 154942.png" class="work__img">
<i class="ri-arrow-right-circle-line work__icon"></i></a>
<h2 class="work__title">E-commerce Website</h2>
<span class="work__subtitle">React Js</span>
</article>
<article class=" work__card">
<a href='https://modern-blog-site-reactjs.vercel.app/' class="work__link"><img
src="images/Screenshot 2024-05-18 152632.png" class="work__img">
<i class="ri-arrow-right-circle-line work__icon"></i></a>
<h2 class="work__title">Blog Site</h2>
<span class="work__subtitle">React Js</span>
</article>
</div>
</section>
</main>
<!-- footer -->
<footer class="footer">
<footer class="footer">
<div class="footer__container container grid">
<div class="footer__content grid">
<a href="index.html" class="footer__logo">AAMIR</a>
<ul class="footer__links">
<li><a href="about.html" class="footer__link">About Me</a></li>
<li><a href="work.html" class="footer__link">Portfolio</a></li>
<li><a href="contact.html" class="footer__link">Contact Me</a></li>
</ul>
<div class="footer__social">
<a href="https://www.instagram.com/technicali007/" target="_blank" class="footer__social-link">
<i class="ri-instagram-fill"></i>
</a>
<a href="www.linkedin.com/in/syed73" target="_blank" class="footer__social-link">
<i class="ri-linkedin-box-fill"></i>
</a>
<a href="https://github.com/syedamir5560" target="_blank" class="footer__social-link">
<i class="ri-github-fill"></i>
</a>
</div>
</div>
<span class="footer__copy">
© All Right Reserve Template By AAMIR
</span>
</div>
</footer>
</footer>
<script src="js/main.js"></script>
<script src=""></script>
<script src="js/index.js"></script>
<script src="js/swipper.js "></script>
</body>
</html>