-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (263 loc) Β· 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arsey Portifolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header">
<button class="header__menu-btn" id="menu-icon-btn" aria-label="Toggle menu">
<span class="header__menu-icon">☰</span>
</button>
<h1>Arsey</h1>
<nav class="navigation" id="nav-drawer">
<button class="nav__close-btn" id="close-btn">×</button>
<ul class="nav__list">
<li class="nav__item"><a href="#hero" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#portfolio" class="nav__link">Portfolio</a></li>
<li class="nav__item"><a href="#services" class="nav__link">Services</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
</ul>
</nav>
</header>
<section class="hero__section" id="hero">
<div class="hero__image">
<img loading="lazy" src="assets/images/arsey.jpg" alt="Arsey - Software Developer" width="300" height="auto">
</div>
<div class="hero__content">
<h2 class="hero__title">About Me</h2>
<p class="hero__text">
Hi there, <br>
I'm Mugaba Ashiraf, a self-Taught Software Engineer, Creative Writer, Web Developer; With now 4 years of experience. I specialize in web technologies, design and development.
I speak Python as my primary language. I'm also an adaptive Developer able to learn and work with different
technologies, frameworks and also multilingual in programming languages.
</p>
</div>
</section>
<section class="skills__section" id="skills">
<h2 class="skills_section_title">My Skills</h2>
<div class="skills__grid">
<div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-html5-48.png" alt="html5">
<h3 class="skill-card__title">HTML5</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 90%"></div>
</div>
</div>
<div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-css3-48.png" alt="css3">
<h3 class="skill-card__title">CSS3</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 90%"></div>
</div>
</div>
<div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-javascript-48.png" alt="javascript">
<h3 class="skill-card__title">JavaScript</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 70%"></div>
</div>
</div><div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-python-48.png" alt="python">
<h3 class="skill-card__title">Python</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 95%"></div>
</div>
</div><div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-django-48.png" alt="Django">
<h3 class="skill-card__title">Django</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 80%"></div>
</div>
</div><div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-flask-64.png" alt="flask">
<h3 class="skill-card__title">Flask</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 70%"></div>
</div>
</div><div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-git-48.png" alt="git">
<h3 class="skill-card__title">Git</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 78%"></div>
</div>
</div><div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-github-48.png" alt="github">
<h3 class="skill-card__title">GitHub</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 67%"></div>
</div>
</div>
<div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-react-40.png" alt="javascript">
<h3 class="skill-card__title">React</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 50%"></div>
</div>
</div>
<div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-angularjs-48.png" alt="javascript">
<h3 class="skill-card__title">Angular</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 40%"></div>
</div>
</div>
<div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-google-48.png" alt="javascript">
<h3 class="skill-card__title">Google</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 90%"></div>
</div>
</div>
<div class="skill-card">
<img loading="lazy" src="assets/icons/icons8-chatgpt-50.png" alt="javascript">
<h3 class="skill-card__title">ChatGPT</h3>
<div class="skill-card__bar">
<div class="skill-card__level" style="width: 90%"></div>
</div>
</div>
</div>
</section>
<section class="projects__section" id="portfolio">
<h2 class="projects__title">My Portfolio</h2>
<div class="projects__grid">
<div class="project-card">
<img loading="lazy" src="assets/images/test.jpg" alt="Project" class="project-card__image">
<div class="project-card__content">
<h3 class="project-card__title">Project Name</h3>
<p class="project-card__description">Project description goes here...</p>
<a href="#" class="project-card__link">View Project</a>
</div>
</div>
<div class="project-card">
<img loading="lazy" src="assets/images/test.jpg" alt="Project" class="project-card__image">
<div class="project-card__content">
<h3 class="project-card__title">Project Name</h3>
<p class="project-card__description">Project description goes here...</p>
<a href="#" class="project-card__link">View Project</a>
</div>
</div>
<div class="project-card">
<img loading="lazy" src="assets/images/test.jpg" alt="Project" class="project-card__image">
<div class="project-card__content">
<h3 class="project-card__title">Project Name</h3>
<p class="project-card__description">Project description goes here...</p>
<a href="#" class="project-card__link">View Project</a>
</div>
</div>
<div class="project-card">
<img loading="lazy" src="assets/images/test.jpg" alt="Project" class="project-card__image">
<div class="project-card__content">
<h3 class="project-card__title">Project Name</h3>
<p class="project-card__description">Project description goes here...</p>
<a href="#" class="project-card__link">View Project</a>
</div>
</div><div class="project-card">
<img loading="lazy" src="assets/images/test.jpg" alt="Project" class="project-card__image">
<div class="project-card__content">
<h3 class="project-card__title">Project Name</h3>
<p class="project-card__description">Project description goes here...</p>
<a href="#" class="project-card__link">View Project</a>
</div>
</div><div class="project-card">
<img loading="lazy" src="assets/images/test.jpg" alt="Project" class="project-card__image">
<div class="project-card__content">
<h3 class="project-card__title">Project Name</h3>
<p class="project-card__description">Project description goes here...</p>
<a href="#" class="project-card__link">View Project</a>
</div>
</div>
</div>
</section>
<section class="services__section" id="services">
<h2 class="services__title">Services Offered</h2>
<div class="services__container">
<div class="service-card">
<strong class="icon">π±</strong>
<h3 class="service__title">Mobile App Development</h3>
<p class="service__description">
I Create mobile applications with focus on user experience and perfomance,
using technologies like flutter or react native for cross platform or
java/kotlin for native Development.
</p>
</div>
<div class="service-card">
<strong class="icon">π</strong>
<h3 class="service__title">Web App Development</h3>
<p class="service__description">
I Build websites and web applications with focus on user experience and perfomance,
using technologies like react, angular or django and flask i can build seo friendly websites.
</p>
</div>
<div class="service-card">
<strong class="icon">π¨</strong>
<h3 class="service__title">UI/UX Design</h3>
<p class="service__description">
I Design intuitive and aesthetically pleasing user intefaces with a focus on user experience.
</p>
</div>
<div class="service-card">
<strong class="icon">π</strong>
<h3 class="service__title">SEO Optimization</h3>
<p class="service__description">
I Optimize websites to rank higher in search engine results, increasing
visibility and traffic.
</p>
</div>
<div class="service-card">
<strong class="icon">π</strong>
<h3 class="service__title">Content creation</h3>
<p class="service__description">
I Optimize websites to rank higher in search engine results, increasing
visibility and traffic.
</p>
</div>
<div class="service-card">
<strong class="icon">π</strong>
<h3 class="service__title">API intergration and development</h3>
<p class="service__description">
I Optimize websites to rank higher in search engine results, increasing
visibility and traffic.
</p>
</div>
</div>
</section>
<section class="contact__section" id="contact">
<h2 class="contact__title">Contact Me</h2>
<div class="contact__container">
<div class="contact__info">
<p><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></p>
<p><strong>Phone:</strong> <a href="tel:+256707522509">+256707522509</a></p>
<p><strong>Address:</strong>123 Street, Kampala, Uganda.</p>
</div>
<form id="contact-form" class="form" method="post">
<div class="form__group">
<label for="name" class="form__label">Name:</label>
<input class="form__input" autocomplete="name" type="text" name="name" id="name" placeholder="Enter your name...." required>
</div>
<div class="form__group">
<label for="email" class="form__label">Email:</label>
<input class="form__input" autocomplete="email" type="email" name="email" id="email" placeholder="Enter your email...." required>
</div><div class="form__group">
<label for="message" class="form__label">Message:</label>
<textarea name="message" id="message" class="form__textarea" required></textarea>
</div>
<button type="submit" class="form__submit">Send Message</button>
</form>
</div>
<div class="social-icons">
<a href="#" aria-label="FaceBook"> <img loading="lazy" src="assets/icons/icons8-facebook-48.png" alt="face-book-logo"></a>
<a href="#" aria-label="FaceBook"> <img loading="lazy" src="assets/icons/icons8-linkedin-48.png" alt="face-book-logo"></a>
<a href="#" aria-label="FaceBook"> <img loading="lazy" src="assets/icons/icons8-github-48.png" alt="face-book-logo"></a>
<a href="#" aria-label="FaceBook"> <img loading="lazy" src="assets/icons/icons8-twitter-50.png" alt="face-book-logo"></a>
</div>
</section>
<footer class="footer">
<p class="footer__text">© 2024 Arsey Kun Python Dev. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>