-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (217 loc) · 11.1 KB
/
index.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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Nabbar -->
<nav id="nav-bar">
<div class="left">
<a href="#hero-section" >My Portfolio</a>
</div>
<div class="right">
<a href="#skill-section" >
<i class="fa-solid fa-code"></i>
<span>Skill</span>
</a>
<a href="#project-section" >
<i class="fa-solid fa-list"></i>
<span>Projects</span>
</a>
<a href="#contact-section" >
<i class="fa-regular fa-address-book"></i>
<span>Contacts</span>
</a>
</div>
</nav>
<main>
<section class="hero-section" id='hero-section'>
<div class="text">
<h2>Hi, I'm Ashraful Islam <i class="fa-solid fa-hands-clapping" ></i></h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab alias inventore esse similique
rem necessitatibus eligendi, mollitia culpa hic quaerat
corrupti vitae consectetur, deserunt tempora officiis beatae commodi ratione perferendis?
</p>
<div class="link" >
<a href="#" target="_blank">
<i class="fa-brands fa-github"></i>
<span>Github</span>
</a>
<a href="#">
<i class="fa-brands fa-linkedin"></i>
<span>LinkedIn</span>
</a>
<a href="#">
<i class="fa-solid fa-envelope"></i>
<span>Facebook</span>
</a>
</div>
</div>
<div class="headshot">
<img src="image/Ashraful_Islam.jpg" alt="My Image" >
</div>
</section>
<section class="skill-section" id="skill-section">
<h2>Skills</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nulla laborum temporibus nesciunt
cum quae distinctio quod qui. Maiores architecto ipsum aliquam asperiores
et ab tenetur? Deleniti dignissimos nulla corrupti eligendi.
</p>
<div class="cells">
<div class="cell">
<img src="image/react.png" alt="ReactJS Logo"/>
<span>ReactJS</span>
</div>
<div class="cell">
<img src="image/html.jpg" alt="Htyml Logo"//>
<span>HTML</span>
</div>
<div class="cell">
<img src="image/css.png" alt="CSS Logo"//>
<span>CSS</span>
</div>
<div class="cell">
<img src="image/images.jpg" alt="Python Logo"//>
<span>Python</span>
</div>
</div>
</section>
<section class="project-section" id="project-section">
<h2>Projects</h2>
<p>
ERP integrates business processes like accounting, inventory, and e-commerce into one system, enhancing efficiency and decision-making. Accounting systems manage finances, track transactions, and ensure compliance. Inventory systems optimize stock levels, track movement, and prevent shortages. E-commerce systems streamline online operations, from product listings to payments. Together, they provide a unified solution to boost productivity, reduce costs, and drive business growth.
</p>
<div class="row">
<div class="col">
<img src="image/accounting_system.png" alt="Accounting Logo" />
<h3>Accounting Management System</h3>
<p>An Accounting Management System automates financial processes, tracks income, expenses, invoicing, and reporting, ensuring accuracy, compliance</p>
<span>Technology</span>
<div class="technology">
<div class="tcell">
<img src="image/react.png" alt="ReactJS Logo"/>
</div>
<div class="tcell">
<img src="image/html.jpg" alt="Htyml Logo"//>
</div>
<div class="tcell">
<img src="image/css.png" alt="CSS Logo"//>
</div>
<div class="tcell">
<img src="image/images.jpg" alt="Python Logo"//>
</div>
<div class="tcell">
<img src="image/mysql.webp" alt="Mysql">
</div>
</div>
</div>
<div class="col">
<img src="image/erp.jpg" alt="Accounting Logo" />
<h3>Enterprise Resource Planning</h3>
<p>ERP integrates business processes like finance, HR, supply chain, and operations into a unified system for efficiency and informed decision-making.</p>
<span>Technology</span>
<div class="technology">
<div class="tcell">
<img src="image/react.png" alt="ReactJS Logo"/>
</div>
<div class="tcell">
<img src="image/css.png" alt="CSS Logo"//>
</div>
<div class="tcell">
<img src="image/images.jpg" alt="Python Logo"//>
</div>
<div class="tcell">
<img src="image/html.jpg" alt="Htyml Logo"//>
</div>
<div class="tcell">
<img src="image/mysql.webp" alt="Mysql">
</div>
</div>
</div>
<div class="col">
<img src="image/Inventory.png" alt="Accounting Logo" />
<h3>Inventory Management System</h3>
<p>An Inventory Management System tracks, manages, and optimizes stock levels, ensuring efficient supply chain operations, reduced costs, and accurate data.</p>
<span>Technology</span>
<div class="technology">
<div class="tcell">
<img src="image/images.jpg" alt="Python Logo"//>
</div>
<div class="tcell">
<img src="image/mysql.webp" alt="Mysql">
</div>
<div class="tcell">
<img src="image/react.png" alt="ReactJS Logo"/>
</div>
<div class="tcell">
<img src="image/html.jpg" alt="Htyml Logo"//>
</div>
<div class="tcell">
<img src="image/css.png" alt="CSS Logo"//>
</div>
</div>
</div>
<div class="col">
<img src="image/e-commerce-img.avif" alt="Accounting Logo" />
<h3>E-commerce Management System</h3>
<p>An E-commerce Management System streamlines product listings, orders, payments, and customer management, ensuring seamless online shopping operations.</p>
<span>Technology</span>
<div class="technology">
<div class="tcell">
<img src="image/html.jpg" alt="Htyml Logo"//>
</div>
<div class="tcell">
<img src="image/css.png" alt="CSS Logo"//>
</div>
<div class="tcell">
<img src="image/react.png" alt="ReactJS Logo"/>
</div>
<div class="tcell">
<img src="image/images.jpg" alt="Python Logo"//>
</div>
<div class="tcell">
<img src="image/mysql.webp" alt="Mysql">
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact-section">
<h2>Contact</h2>
<div class="group">
<div class="text">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Facere porro et qui repudiandae ullam dignissimos, quidem fugiat reprehenderit debitis architecto cum, soluta nostrum, quo impedit asperiores molestiae. In, ut expedita?
</div>
<div class="form">
<label for="Name" >Name</label>
<input type="text" name="name" id="name" placeholder="Type your Name">
<label for="Name" >Email</label>
<input type="text" name="email" id="email" placeholder="Type your Email">
<label for="Name" >Message</label>
<textarea name="message" id="message" cols="30" rows="10"></textarea>
<button type="submit">Send Messase</button>
</div>
</div>
</section>
</main>
<scction class="scapper">
<div>
<a href="#nav-bar" >
<i class="fa-solid fa-arrow-up"></i>
<span>Top</span>
</a>
</div>
</scction>
<footer>
<p>© My Protfolio All right Reserved </p>
</footer>
</body>
</html>