-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (206 loc) · 8.79 KB
/
Copy pathindex.html
File metadata and controls
226 lines (206 loc) · 8.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Personal Portfolio</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/0851d08b32.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/Raiko.jpg" class="logo" height="100" >
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fa-solid fa-x" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars " onclick="openmenu()"></i>
</nav>
<div class="header-text"><p>Backend Developer </p>
<h1>Hi , I'm <span>Reiko(u can call me Raiko).</span><br>
Student at Adama Science And<br> Technology University</h1></div>
</div>
</div>
<!-- ABOUT SECTION -->
<div id="about">
<div class="container">
<div class="row">
<!-- Left Column -->
<div class="about-col-1">
<img src="images/IMG_7934.jpg" width="300" height="550" alt="Raiko photo">
</div>
<!-- Right Column -->
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>
I am a third-year senior student at Adama Science and Technology University
with a strong interest in full-stack web development.
I specialize in front-end development using React with Vite, HTML, and CSS,
focusing on building responsive, user-friendly interfaces.
On the back end, I work with Python and the FastAPI framework to develop
efficient, scalable APIs and server-side applications.
I enjoy creating complete web solutions by combining clean UI design with
well-structured backend logic.
</p>
<!-- Tabs -->
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab(event, 'skills')">Skills</p>
<p class="tab-links" onclick="opentab(event, 'experience')">Experience</p>
<p class="tab-links" onclick="opentab(event, 'education')">Education</p>
</div>
<!-- Tab Contents -->
<div class="tab-contents active-tab" id="skills">
<ul>
<li>
<span>Backend Development</span><br>
Python with FastAPI framework
</li>
<li>
<span>Frontend Development</span><br>
React + Vite, HTML, CSS
</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li>
<span>Summer Internship – Startup Pagile</span><br>
Backend development using FastAPI
</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li>
<span>2016 – Present</span><br>
Bachelor Degree at ASTU
</li>
<li>
<span>2025</span><br>
Learned FastAPI from official documentation
</li>
<li>
<span>2025</span><br>
Learned HTML and CSS from Udacity
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Ecommerce Web Design</h2>
<p>this is frontend i worked for shoe E-commerce</p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-solid fa-crop"></i>
<h2>To-do list </h2>
<p>full-stack website using fastapi and react+vite</p>
<a href="#">Learn more</a>
</div>
<div>
<i class="fa-brands fa-app-store"></i>
<h2>Quiz Web </h2>
<p>A web-based quiz application developed using FastAPI that provides a robust and efficient backend for managing quiz questions, handling user submissions, and calculating scores in real time. The application is designed with clean API architecture, ensuring fast performance, scalability, and seamless integration with a front-end interface.</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
<!--------portfolio--------->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
</div>
<div class="work-list">
<div class="work">
<img src="images/todo.jpg" height="535">
<div class="layer">
<h3>to-do list app</h3>
<p>A task management web application built with FastAPI, enabling users to create, update, and delete to-do items through a fast and scalable backend API.</p>
<a href=""><i class="fa-solid fa-link"></i></a>
</div>
</div>
<div class="work">
<img src="images/quiz.jpg">
<div class="layer">
<h3>quiz web</h3>
<p>A task management web application built with FastAPI, enabling users to create, update, and delete to-do items through a fast and scalable backend API.</p>
<a href=""><i class="fa-solid fa-link"></i></a>
</div>
</div>
<div class="work">
<img src="images/shoe.jpg" height="535">
<div class="layer">
<h3>shoe commerce</h3>
<p>A task management web application built with FastAPI, enabling users to create, update, and delete to-do items through a fast and scalable backend API.</p>
<a href=""><i class="fa-solid fa-link"></i></a>
</div>
</div>
</div>
<a href="#" class="btn">see more</a>
</div>
<!-- contact -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">contact me</h1>
<p><i class="fa-regular fa-paper-plane"></i>reikowak123@gmail.com</p>
<p><i class="fa-solid fa-mobile"></i>0996829518</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/reiko-wakbeka-33882a349/"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://t.me/Raiko4589"><i class="fa-brands fa-telegram"></i></a>
</div>
</div>
<div class="contact-right">
<form action="">
<input type="text" name="Name" placeholder="your Name" required>
<input type="email" name="email" placeholder="your Email" required>
<textarea type="Message" rows="6" placeholder="your Message" ></textarea>
<button type="submit" class ="btn btn2">Submit</button>
</form>
</div>
</div>
</div>
<div class="copyright"><p><i class="fa-regular fa-copyright"></i>2025 Reiko.all right Reserved<i class="fa-solid fa-heart"></i></p></div>
</div>
<!-- JAVASCRIPT -->
<script>
const tablinks = document.getElementsByClassName("tab-links");
const tabcontents = document.getElementsByClassName("tab-contents");
function opentab(event, tabname) {
for (let tablink of tablinks) {
tablink.classList.remove("active-link");
}
for (let tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<script>
var sidemeu = document.getElementById("sidemenu");
function openmenu(){
sidemeu.style.right="0";
}
function closemenu(){
sidemeu.style.right="-200px";
}
</script>
</body>
</html>