-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
202 lines (187 loc) · 7.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<title>Aleazar'sPortfolio</title>
</head>
<body>
<div class="modal hidden">
<div class="modal-content">
<header class="modal-header">
<span class="modal-title"></span>
<button type="button" data-close-button class="modal-close">×</button>
</header>
<div class="modal-body">
</div>
</div>
</div>
<header>
<div class="name">
Aleazar Yilma
</div>
<nav class="navigation">
<div class="mobile_nav show_hide" id="modile_nav">
<div class="mobile_nav_close" id="close_mobile_humberger">
<img src="Images/Icon.png" alt=" close menu" class=" mobile_element">
</div>
<ul class="mobile_menu mobile_element">
<li class="mobile_nav_items"><a href="#">Portoflio</a><img src="Images/icons/rightarrow.png"
alt=" Go to Portoflio section"> </li>
<li class="mobile_nav_items"><a href="#about">About</a><img src="Images/icons/rightarrow.png"
alt=" Go to about section"></li>
<li class="mobile_nav_items"><a href="#contactus">Contact</a><img src="Images/icons/rightarrow.png"
alt=" Go to Contact us section"></li>
</ul>
</div>
<i class="fa-solid fa-bars mobile_element" id="open_mobile_humberger"></i>
<i class="navigationitem_desktop desktop_element"><a href="#">Portoflio</a></i>
<i class="navigationitem_desktop desktop_element"><a href="#">About</a></i>
<i class="navigationitem_desktop desktop_element"><a href="#">Contact</a></i>
<i class="navigationitem_desktop desktop_element" id="dropdown"><a href=""><img src="Images/icons/union.png"
alt="navigaton button"></a></i>
</nav>
</header>
<main class="content">
<section class="title">
<h1>Aleazar Yilma</h1>
</section>
<section class="occupation">
<h2>Software Developer</h2>
</section>
<section class="intoduction">
<p>
I can help you build a product , feature or website Look through some of my work and experience! If you
like what you see and have a project you need coded, don’t hestiate to contact me
</p>
</section>
<section class="stacks">
<section class="language tech">
<span class="stackesHeader"> Language</span>
<ul>
<li>Javascript</li>
<li>Ruby</li>
<li>Html</li>
<li>Css</li>
</ul>
</section>
<section class="framework tech">
<span class="stackesHeader"> Framework</span>
<ul>
<li>Bootstrap</li>
<li>Ruby on Rails</li>
<li>RSPec</li>
<li>CapyBara</li>
<li>Selenium</li>
</ul>
</section>
<section class="skill tech">
<span class="stackesHeader"> Skills</span>
<ul>
<li>Codekit</li>
<li>Github</li>
<li>Codepen</li>
<li>Gitlab</li>
<li>Terminal</li>
</ul>
</section>
</section>
<section class="middlenavigator">
<div class="desktop_element down">
<span>Work </span>
<img src="Images/icons/down.png" alt="downbutton" class="down_button">
</div>
<ul class="socialmedia">
<li>
<a href="">
<img src="Images/icons/github.png" alt="github">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/linkedin.png" alt="Linkedin">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/peace.png" alt="Algot">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/twitter.png" alt="Twitter">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/m.png" alt="Medium">
</a>
</li>
</ul>
<div class="desktop_element down">
<span>Work </span>
<img src="Images/icons/down.png" alt="downbutton" class="down_button">
</div>
</section>
<section class="detailContent">
<h2 class="worktitile"> MY RECENT WORK</h2>
<ul class="works" id="about">
</ul>
<section class="contactus" id="contactus">
<div class="contactus_container">
<h2 class="contactustitle mobile_element ">CONTACT US</h2>
<h2 class="desktop_element ">Let's chat!</h2>
<P>If you have an application you are interested in developing, a feature that you need built or a
project that needs coding. I’d love to help with it </P>
<form action="https://formspree.io/f/xnqwkjwy" method="POST" name="contactus" class="contactusform">
<label for="Fullname">Name:</label>
<input type="text" id="Fullname" name="Fullname" class="formdata" placeholder="Full name"- CL maxlength="30"
required>
<label for="User-email">Name:</label>
<input type="email" id="User-email" name="email" placeholder="E-mail" class="formdata" required>
<label for="field">Name:</label>
<textarea id="field" name="text" cols="30" rows="10" placeholder="Enter text here" class="formdata"
maxlength="500" required></textarea>
<small class="error-message"> </small>
<button type="submit" class="submit_button transition_button"> Send</button>
</form>
</div>
</section>
</section>
</main>
<footer class="footer">
<ul class="socialmediabuttom">
<li>
<a href="">
<img src="Images/icons/github.png" alt="github">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/linkedin.png" alt="Linkedin">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/peace.png" alt="Algot">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/twitter.png" alt="Twitter">
</a>
</li>
<li>
<a href="">
<img src="Images/icons/m.png" alt="Medium">
</a>
</li>
</ul>
<span class="email">[email protected]</span>
</footer>
</body>
</html>