-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (183 loc) · 5.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link href="style.css" rel="stylesheet" />
<title>Reza Ahmadi Resume</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
</head>
<body>
<header id="header">
<h1><b>REZA</b> AHMADI</h1>
<hr />
<b>Web</b> Developer
<hr />
</header>
<main class="container">
<article id="mainLeft" class="left-column">
<section>
<!-- <h2> contact </h2> -->
<br />
<p>
<i class="bi bi-envelope"></i>
<a href="mailto:[email protected]"
>
</p>
<p>
<i class="bi bi-geo-alt-fill"></i>
Houston, Texas, USA
</p>
<p>
<i class="bi bi-telephone"></i>
<a href="callto:1-713-566-1601">(713)566-1601</a>
</p>
<p>
<i class="bi bi-linkedin"></i>
<a href="https://www.linkedin.com/in/reza-ahmadi-152b171aa/"
>LinkedIn</a
>
</p>
<p>
<i class="bi bi-github"></i>
<a href="https://github.com/Xibalba9/drezal">GitHub</a>
</p>
<p>
<i class="bi bi-droplet-fill"></i>
<a href="https://www.drupal.org/u/amirez">Drupal.org</a>
</p>
</section>
<section>
<h3>SKILLS</h3>
<ul>
<li>
HTML / CSS / JavaScript / JSON / jQuery / Bootstrap / TailwindCSS
/ SASS
</li>
<li>PHP / Node.js / Twig / SQL / MongoDB</li>
<li>Drupal / Drush / Pantheon / Terminus / WordPress</li>
<li>LAMP stack / DDEV / Lando / Git</li>
<li>
User Interface Design / Testing, Debugging & Documentation / New
Relic
</li>
</ul>
</section>
<section>
<h3>CERTIFICATION</h3>
<ul>
<li>
<a href="https://certification.acquia.com/user/21101"
>Acquia Certified Site Builder - Drupal 10<br /></a
>Aug 2023
</li>
<li>
<a href="https://www.drupaleasy.com/"
>Drupal Career Online<br /></a
>May 2023
</li>
<li>
<a
href="https://www.credential.net/d8f051e5-317d-47e7-9e35-39825e89700e"
>HTML5 SPECIALIST<br
/></a>
Feb 2022
</li>
<li>
<a
href="https://www.credential.net/8faeae68-c6f4-41d0-936c-a28b15d1d1f2"
>CSS SPECIALIST<br
/></a>
Feb 2022
</li>
</ul>
</section>
<section>
<h3>EDUCATION</h3>
<ul>
<li>
B.S. in Civil Engineering<br />
Islamic Azad University, Iran<br />
2011 - 2015
</li>
</ul>
</section>
</article>
<article id="mainRight" class="right-column">
<section class="obj">
<h2>EXECUTIVE SUMMARY</h2>
<ul>
<li>
Dynamic web developer with over 3 years of experience in creating
innovative and responsive web solutions. By contributing
significantly to the Lyndon project, a versatile Component Library
powering the front-end of urban.org and various other websites at
Urban.
</li>
<li>
Goal-oriented individual, recognized for expertise in the Drupal
content management system and certified as an Acquia Site Builder
for Drupal 10 where I seamlessly blend proficiency with a results-
driven approach.
</li>
<li>
Spearheaded the development of a dynamic e-commerce platform by
leveraging Pantheon as a robust web host and implementing
performance enhancements through New Relic, resulting in a notable
30% improvement in page load times, solidifying my commitment to
delivering high- performing Drupal solutions.
</li>
<li>
Committed to contributing to a collaborative team environment
where I aim to utilize my knowledge and skills to enhance website
functionality and user experience. Through my contributions, we
achieved substantial enhancements in user engagement and site
performance, solidifying Lyndon as a cornerstone in delivering
impactful web experiences.
</li>
<li>
Reliable professional who is eager to tackle challenges, stay
updated on industry trends, and continue to grow in the
ever-evolving field of web development.
</li>
</ul>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<h3><b>Web Development Intern</b></h3>
<p class="companies">
Urban Institute (Office of Technology and Data Science)<br />
Washington, DC (Remote)<br />
Jun 2022 - Aug 2022
</p>
<ul>
<li>
Spearheaded the design, development, and maintenance of Drupal
websites.
</li>
<li>
Assisted with Drupal custom module and custom theme development
delivering advanced content management functionality.
</li>
<li>
Proactively look for ways to improve performance, simplify
interactions, and streamline user interactions.
</li>
<li>
Collaborated with clients and stakeholders, translating their
needs into technical requirements and providing guidance to ensure
projects meet their goals and objectives.
</li>
<li>
Proficiently utilized Jira and Confluence, effectively managing
project progress and team collaboration.
</li>
</ul>
</section>
</article>
</main>
</body>
</html>