-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
279 lines (262 loc) · 12.5 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
269
270
271
272
273
274
275
276
277
278
279
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Software Craftsman - Crafting Code with Creativity and Precision</title>
<meta name="description" content="Crafting code with creativity and precision. Learn more about my partners, expertise, and how to contact me.">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Open Graph meta tags for better social media integration -->
<meta property="og:title" content="Software Craftsman - Crafting Code with Creativity and Precision">
<meta property="og:description" content="Crafting code with creativity and precision. Learn more about my partners, expertise, and how to contact me.">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/9450866?s=96&v=4">
<meta property="og:url" content="https://parvardegr.github.io">
<meta property="og:type" content="website">
<!-- Twitter Card meta tags for better social media integration -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Software Craftsman - Crafting Code with Creativity and Precision">
<meta name="twitter:description" content="Crafting code with creativity and precision. Learn more about my partners, expertise, and how to contact me.">
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/9450866?s=96&v=4">
<!-- Additional meta tags -->
<meta name="robots" content="index, follow">
<meta name="author" content="Amin Rostami">
<!-- Canonical link to avoid duplicate content issues -->
<link rel="canonical" href="https://parvardegr.github.io">
<!-- Structured Data Markup (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Amin Rostami",
"url": "https://parvardegr.github.io",
"sameAs": [
"https://linkedin.com/in/amin-rostami-developer",
"https://github.com/parvardegr",
"https://t.me/elamino"
],
"jobTitle": "Software Craftsman",
"worksFor": {
"@type": "Organization",
"name": "420tech"
}
}
</script>
<!-- Stylesheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&family=Roboto+Mono:wght@400;700&family=Inconsolata:wght@400;700&family=Source+Code+Pro:wght@400;700&display=swap">
<link rel="stylesheet" href="variables.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<div class="logo" id="logo" alt="420tech">420tech</div>
<nav>
<ul>
<li><a href="#contact">Contact</a></li>
<li><a href="#partnerships">Partnerships</a></li>
<li><a href="#expertise">Expertise</a></li>
</ul>
</nav>
</header>
<section class="hero">
<div class="matrix-code" alt="Matrix Code Animation"></div>
<div class="hero-content">
<h1 id="hero-title">Hello, Welcome to 420tech, "Software Craftsman" service</h1>
<p>Crafting solutions with creativity and precision</p>
<a href="#contact" class="cta-button">Learn More</a>
</div>
</section>
<section id="contact">
<h2>Let's Have a Chat about your technical problem!</h2>
<div class="contact-info">
<a href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope"></i>
Email
</a>
<a href="https://t.me/elamino" target="_blank">
<i class="fab fa-telegram"></i>
Telegram
</a>
<a href="https://linkedin.com/in/amin-rostami-developer" target="_blank">
<i class="fab fa-linkedin"></i>
LinkedIn
</a>
<a href="https://github.com/parvardegr" target="_blank">
<i class="fab fa-github"></i>
GitHub
</a>
</div>
</section>
<section id="partnerships">
<h2>Trusted Customers</h2>
<div class="partner-container">
<div class="partner">
<div class="partner-name">
Limoo
</div>
<div class="partner-description">
collaboration and communication platform
</div>
</div>
<div class="partner">
<div class="partner-name">
Gharar
</div>
<div class="partner-description">
collaboration and communication platforms
</div>
</div>
<div class="partner">
<div class="partner-name">
Pinket
</div>
<div class="partner-description">
online grocery delivery service
</div>
</div>
<div class="partner">
<div class="partner-name">
Paxit
</div>
<div class="partner-description">
internet Marketplace Platforms
</div>
</div>
<div class="partner">
<div class="partner-name">
Tapsell
</div>
<div class="partner-description">
digital advertising platforms
</div>
</div>
<div class="partner">
<div class="partner-name">
Metrix
</div>
<div class="partner-description">
attribution and marketing automation platforms
</div>
</div>
<div class="partner">
<div class="partner-name">
Wisdomise
</div>
<div class="partner-description">
AI application development
</div>
</div>
<div class="partner">
<div class="partner-name">
Vira
</div>
<div class="partner-description">
enterprise application development
</div>
</div>
<div class="partner">
<div class="partner-name">
Khoneko
</div>
<div class="partner-description">
roommate search platform
</div>
</div>
<div class="partner">
<div class="partner-name">
...
</div>
<div class="partner-description">
</div>
</div>
</div>
</section>
<section id="expertise">
<h2>Expertise</h2>
<div class="experties-container">
<div class="experties">
<div class="experties-title">High-Quality Software Development</div>
<div class="experties-description">
- Reliability: Develop robust, reliable software that minimizes downtime and operational issues
<div class="space"></div>
- Maintainability: Write clean, maintainable code that makes it easier for future developers to understand and modify
<div class="space"></div>
- Performance: Create efficient, high-performing software that optimizes resource usage and delivers quick responses
</div>
</div>
<div class="experties">
<div class="experties-title">Scalability and Flexibility</div>
<div class="experties-description">
- Scalable Solutions: Design architectures that can scale with the business, accommodating growth without significant redesigns
<div class="space"></div>
- Flexible Systems: Implement systems that can easily adapt to changing business requirements and market conditions
</div>
</div>
<div class="experties">
<div class="experties-title">Cost Efficiency</div>
<div class="experties-description">
- Reduced Technical Debt: Through best practices and regular refactoring, minimize technical debt, reducing long-term maintenance costs
- Efficient Use of Resources: Optimize software to make efficient use of hardware and cloud resources, reducing operational costs
</div>
</div>
<div class="experties">
<div class="experties-title">Innovation and Competitive Advantage</div>
<div class="experties-description">
- Innovative Solutions: Leverage the latest technologies and methodologies to create innovative solutions that give the business a competitive edge
<div class="space"></div>
- Prototyping and MVPs: Quickly develop prototypes and minimum viable products (MVPs) to test new ideas and concepts in the market
</div>
</div>
<div class="experties">
<div class="experties-title">Efficient Development Processes</div>
<div class="experties-description">
- Agile Practices: Implement and enhance agile methodologies to ensure efficient project management and delivery
<div class="space"></div>
- CI/CD Pipelines: Set up and maintain continuous integration and continuous deployment pipelines for faster and more reliable software releases
</div>
</div>
<div class="experties">
<div class="experties-title">Proactive Problem Solving</div>
<div class="experties-description">
- Issue Resolution: Quickly identify and resolve technical issues, minimizing disruption to business operations
<div class="space"></div>
- Root Cause Analysis: Conduct thorough analyses of issues to prevent recurrence and improve overall system stability
</div>
</div>
<div class="experties">
<div class="experties-title">Mentorship and Team Development</div>
<div class="experties-description">
- Knowledge Sharing: Mentor junior developers, fostering a culture of continuous learning and improvement
<div class="space"></div>
- Best Practices: Promote and enforce coding standards, best practices, and regular code reviews to maintain high quality across the team
</div>
</div>
<div class="experties">
<div class="experties-title">Customer-Centric Development</div>
<div class="experties-description">
- User Experience: Focus on creating intuitive and user-friendly software that meets customer needs and enhances their experience
<div class="space"></div>
- Feedback Integration: Actively seek and integrate user feedback into the development process to continually improve the product
</div>
</div>
<div class="experties">
<div class="experties-title">Business Alignment</div>
<div class="experties-description">
- Strategic Insight: Understand the business goals and ensure that the software solutions align with and support these goals
<div class="space"></div>
- Value Delivery: Focus on delivering measurable business value through technology, such as increased revenue, reduced costs, or improved customer satisfaction
</div>
</div>
</div>
</section>
<footer>
<p>© 2024 420tech. MIT License.</p>
<a href="https://github.com/parvardegr/parvardegr.github.io" target="_blank">
<i class="fab fa-github"></i>
</a>
</footer>
</body>
</html>